We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1a182 commit e30b594Copy full SHA for e30b594
samples/mcp-sdk-server/server.py
@@ -56,7 +56,6 @@ def get_entity_types() -> Dict[str, str]:
56
return result
57
58
59
-@mcp.tool()
60
@mcp.tool()
61
def get_sdk_methods(entity_type: str) -> Dict[str, Any]:
62
"""Returns detailed information about all methods available for a specific entity type.
0 commit comments