bzsurbhi

Results 4 issues of bzsurbhi

#### Description of changes Adde schema validations for - @default directive - The @default directive may only be added to object definitions annotated with @model - The @default directive may...

Added support for async in MCP ## Motivation and Context Currently, MCP tools are executed synchronously within the request-response cycle. To add support for asynchronous processing of tasks, we need...

Add outputSchema support to MCP tools ## Motivation and Context Implemented changes in [PR](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/371) for outputSchema ## Key implementation details: 1. Added `outputSchema` field to the `Tool` class to store...

- Add status field in Resource - Add Resource as a return type in CallToolResult ## Motivation and Context Enhanced support for long-running operations by implementing a Resource-based polling mechanism....