Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(mcp): relax MCP Schema JSON deserialization constraints #37

Merged
merged 2 commits into from
Mar 10, 2025

Conversation

tzolov
Copy link
Contributor

@tzolov tzolov commented Mar 10, 2025

  • Add @JsonIgnoreProperties(ignoreUnknown = true) annotation to all record classes in McpSchema to make JSON deserialization more robust by ignoring unknown properties.

This improves compatibility with third-party implementations like Cursor that are not MCP Schema compliant.

- Add @JsonIgnoreProperties(ignoreUnknown = true) annotation to all record
classes in McpSchema to make JSON deserialization more robust by ignoring
unknown properties.

This improves compatibility with third-party implementations like Cursor that are not MCP Schema compliant.

Signed-off-by: Christian Tzolov <[email protected]>
@tzolov tzolov added this to the 0.8.0 milestone Mar 10, 2025
@tzolov tzolov assigned tzolov and chemicL and unassigned tzolov Mar 10, 2025
chemicL
chemicL previously approved these changes Mar 10, 2025
Resolves #36

Signed-off-by: Christian Tzolov <[email protected]>
@tzolov tzolov force-pushed the relax-mcpschema-constrains branch from 4aa4fda to ec103c0 Compare March 10, 2025 11:26
@tzolov tzolov merged commit 4eff00c into main Mar 10, 2025
@tzolov tzolov deleted the relax-mcpschema-constrains branch March 10, 2025 11:36
tzolov added a commit that referenced this pull request Mar 17, 2025
* feat(mcp):  relax MCP Schema JSON deserialization constraints

- Add @JsonIgnoreProperties(ignoreUnknown = true) annotation to all record
classes in McpSchema to make JSON deserialization more robust by ignoring
unknown properties.
- Make the JsonSchema record public

Resolves #36

This improves compatibility with third-party implementations like Cursor that are not MCP Schema compliant.

Signed-off-by: Christian Tzolov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants