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
Traceback (most recent call last):
File "/Users/marcelotryle/dev/pydantic/logfire-mcp/main.py", line 121, in<module>
@mcp.resource("schema://records")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/marcelotryle/dev/pydantic/logfire-mcp/.venv/lib/python3.12/site-packages/mcp/server/fastmcp/server.py", line 383, in decorator
raise ValueError(
ValueError: Mismatch between URI parameters set() and functionparameters {'ctx'}
I'm having this exception:
When I have this resource:
It seems the
ctx
is not being taken in consideration.cc @jlowin
The text was updated successfully, but these errors were encountered: