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
refactor: Make URI fields required and block all MCP scheme usage in resources
- Changed Tool and Prompt URI fields from optional to required (auto-generated)
- Updated Resource validator to block any URI using the MCP scheme (mcp://)
- Removed unnecessary None checks in URI validators since fields are now required
- Updated tests to match new error message
This provides stronger type safety and clearer API contracts while maintaining
backward compatibility through auto-generation.
0 commit comments