You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the Quickstart guide and registered the server with Claude desktop (with the fixes to Claude config I made here #425).
After restarting Claude I can see the new "Demo" MCP tool to add the numbers and it works. However, it's not clear how to test the get_greeting resource from Claude Desktop.
@mcp.resource("greeting://{name}")defget_greeting(name: str) ->str:
"""Get a personalized greeting"""returnf"Hello, {name}!"
I do see this resource in MCP Inspector (Under "Resource Templates" and not under "Resources") and it works:
How do I make get_greeting avaiable to Claude Desktop?
phlax, bshelling, mpoplawskiatpp, maciekpoplawski, daghjelm and 3 more