-
Notifications
You must be signed in to change notification settings - Fork 885
Standardize input and output schema #886
Copy link
Copy link
Closed
Labels
P2Moderate issues affecting some users, edge cases, potentially valuable featureModerate issues affecting some users, edge cases, potentially valuable featurearea/mcp-schemaenhancementNew feature or requestNew feature or requestwaiting for triage
Metadata
Metadata
Assignees
Labels
P2Moderate issues affecting some users, edge cases, potentially valuable featureModerate issues affecting some users, edge cases, potentially valuable featurearea/mcp-schemaenhancementNew feature or requestNew feature or requestwaiting for triage
Type
Fields
Give feedbackNo fields configured for issues without a type.
Currently (1.1.0) a MCP-Tool has different types for input schema and output schema.
The inputSchema is a
JsonSchema,whereas the outputScheem is a
Map<String, Object>I don't quite understand, why there should be a difference.