Replies: 2 comments 2 replies
-
|
There is no "class description" or "server description" returned in a ListTools result. Can you describe what you were expecting in more detail? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
You can add server instructions like in this sample: csharp-sdk/tests/ModelContextProtocol.TestServer/Program.cs Lines 40 to 44 in 66ba342 Note that this is returned to the client as part of the initialization handshake and not with each ListTools result. |
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.
-
Pre-submission Checklist
Question Category
Your Question
Hi have an existing .net web api app and I made the necessary changes for MCP compliance. I have add description at class and method/api level. When i call list tools, request has method/API description but does not have class level description.
How to add class level and mcp server level description?
Beta Was this translation helpful? Give feedback.
All reactions