Skip to content

Commit 27019fa

Browse files
crivetimihaimonshri
authored andcommitted
Massive mcp server and plugin update (IBM#1051)
* MCP Servers and Plugins Signed-off-by: Mihai Criveti <[email protected]> * Formatting Signed-off-by: Mihai Criveti <[email protected]> * Update Readme Signed-off-by: Mihai Criveti <[email protected]> * Update plugin Signed-off-by: Mihai Criveti <[email protected]> * Update plugins Signed-off-by: Mihai Criveti <[email protected]> * Update docs Signed-off-by: Mihai Criveti <[email protected]> * Update chmod Signed-off-by: Mihai Criveti <[email protected]> * Update headers Signed-off-by: Mihai Criveti <[email protected]> * Update headers Signed-off-by: Mihai Criveti <[email protected]> --------- Signed-off-by: Mihai Criveti <[email protected]>
1 parent 1c333ac commit 27019fa

File tree

365 files changed

+40031
-838
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

365 files changed

+40031
-838
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# report issues (linters). Modified files will need to be staged again.
1919
# -----------------------------------------------------------------------------
2020

21-
exclude: '(^|/)(\.pre-commit-config\.yaml|normalize_special_characters\.py|test_input_validation\.py)$|(^|/)mcp-servers/templates/|.*\.(jinja|j2)$' # ignore these files, all templates, and jinja files
21+
exclude: '(^|/)(\.pre-commit-config\.yaml|normalize_special_characters\.py|test_input_validation\.py|ai_artifacts_normalizer\.py)$|(^|/)mcp-servers/templates/|.*\.(jinja|j2)$' # ignore these files, all templates, and jinja files
2222

2323
repos:
2424
# -----------------------------------------------------------------------------

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ recursive-include tests/manual *.py *.md
7474
# recursive-include deployment *
7575
# recursive-include mcp-servers *
7676
recursive-include plugins *.py
77+
recursive-include plugins *.sh
7778
recursive-include plugins *.yaml
7879
recursive-include plugins *.md
7980

docs/docs/using/servers/external/box/box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,4 +717,4 @@ async def call_box_api_with_retry(endpoint, method='GET', **kwargs):
717717
- [OAuth 2.1 Specification](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-10)
718718
- [Box API Reference](https://developer.box.com/reference/)
719719
- [Box SDKs](https://github.com/box/box-sdk)
720-
- [MCP Protocol Specification](https://modelcontextprotocol.io/)
720+
- [MCP Protocol Specification](https://modelcontextprotocol.io/)

0 commit comments

Comments
 (0)