doc: fix minor typo in MCP guide (#402)

This commit is contained in:
Anubhav Dhawan
2025-04-06 02:43:21 +05:30
committed by GitHub
parent 12222fe27a
commit 460fe5c944

View File

@@ -7,7 +7,7 @@ description: >
---
## Toolbox SDKs vs Model Context Protocol (MCP)
Toolbox now supports connections via both the native Toolbox SDKs and via [Model Context Protocol (MCP)](https://modelcontextprotocol.io/). However, Toolbox as several features which are not supported in the MCP specification (such as Authenticated Parameters and Authorized invocation).
Toolbox now supports connections via both the native Toolbox SDKs and via [Model Context Protocol (MCP)](https://modelcontextprotocol.io/). However, Toolbox has several features which are not supported in the MCP specification (such as Authenticated Parameters and Authorized invocation).
We recommend using the native SDKs over MCP clients to leverage these features. The native SDKs can be combined with MCP clients in many cases.
@@ -73,4 +73,4 @@ Use MCP [Inspector](https://github.com/modelcontextprotocol/inspector) for testi
1. For `URL`, type in `http://127.0.0.1:5000/mcp/sse`.
1. Click the `Connect` button. Voila! You should be able to inspect your toolbox
tools!
tools!