Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# report issues (linters). Modified files will need to be staged again.
# -----------------------------------------------------------------------------

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
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

repos:
# -----------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ recursive-include tests/manual *.py *.md
# recursive-include deployment *
# recursive-include mcp-servers *
recursive-include plugins *.py
recursive-include plugins *.sh
recursive-include plugins *.yaml
recursive-include plugins *.md

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/using/servers/external/box/box.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,4 +717,4 @@ async def call_box_api_with_retry(endpoint, method='GET', **kwargs):
- [OAuth 2.1 Specification](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-10)
- [Box API Reference](https://developer.box.com/reference/)
- [Box SDKs](https://github.com/box/box-sdk)
- [MCP Protocol Specification](https://modelcontextprotocol.io/)
- [MCP Protocol Specification](https://modelcontextprotocol.io/)
Loading
Loading