Replies: 1 comment
-
|
I love this project and appreciate all this team is doing! Tools/List does so much in addition to providing a description of the tool being served. It provides insight the LLM on what fields are required and provides general direction on what each field should hold. Things like "this field only accepts lower case alpha numeric values" There is also the Initialize function that is called when establishing a connection that provides insight on how to use the server in general. I'd also love to understand how we can provide this additional context through a config in MCPO. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
{ "mcpServers": { "currency_exchange": { "command": "uv", "description": "Currencies conversion", "args": ["run", "./MCP/currency.py"] } } }My question is about programmatic tool discovery. In the native MCP protocol, there's a
tools/listcommand that allows a client to get a list of available tools and their descriptions/schemas directly from the server. How to do this using--configwithmcpo?See here (https://modelcontextprotocol.io/docs/concepts/tools)
Beta Was this translation helpful? Give feedback.
All reactions