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
Claude Desktop is seeing and utilizing my tools declared with the @server.tool() decorator, but not seeing my resources declared with the @server.resource() decorator, e.g., @server.resource("patent://applications/{application_number}"). It appears in the "MCP Log File" in Claude Desktop that the "resources/list" method call is returning an empty list (2025-06-12T03:31:37.441Z [info] [USPTO ODP API] Message from server: {"jsonrpc":"2.0","id":27,"result":{"resources":[]}}).
EDIT: Just ran the MCP server with MCP Inspector and it also does not see any of the defined resources. This is FastMCP 2.8.0. Any ideas? Do I need to move this to an issue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Claude Desktop is seeing and utilizing my tools declared with the
@server.tool()
decorator, but not seeing my resources declared with the@server.resource()
decorator, e.g.,@server.resource("patent://applications/{application_number}")
. It appears in the "MCP Log File" in Claude Desktop that the "resources/list" method call is returning an empty list (2025-06-12T03:31:37.441Z [info] [USPTO ODP API] Message from server: {"jsonrpc":"2.0","id":27,"result":{"resources":[]}}
).EDIT: Just ran the MCP server with MCP Inspector and it also does not see any of the defined resources. This is FastMCP 2.8.0. Any ideas? Do I need to move this to an issue?
Beta Was this translation helpful? Give feedback.
All reactions