Open
Description
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}")
def get_greeting(name: str) -> str:
"""Get a personalized greeting"""
return f"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?
Metadata
Metadata
Assignees
Labels
No labels