Edison
Edison
We could use default_fileds_name set to define the default return fields and use required_fields_name set to define the fields should be return whether they were include in the fields of...
I tried to reuse this plugin to open Cursor. Currently, there are some issues when opening Cursor from the command line on Ubuntu (refer to: https://github.com/getcursor/cursor/issues/1763), which causes Cursor to...
### Initial Checks - [x] I confirm that I'm using the latest version of MCP Python SDK - [x] I confirm that I searched for my issue in https://github.com/modelcontextprotocol/python-sdk/issues before...
**Inspector Version** - 0.17.2 **Describe the bug** ToolsTab does not correctly handle input schema with anyOf/$ref/enum: - anyOf=[$ref, null] (e.g., role) is not resolved, so enum is lost and UI...
## Summary Fix `$ref` resolution and enum handling in `anyOf` schemas. Resolves issue #897 where enum types defined via `$ref` in `anyOf` were not properly resolved. ## Motivation and Context...
## Describe your changes add stateless http transport support ## Issue ticket number and link (if applicable) https://github.com/tadata-org/fastapi_mcp/issues/209 ## Screenshots of the feature / bugfix ## Checklist before requesting a...
## Describe your changes Added circular reference detection to prevent RecursionError when processing recursive Pydantic models. The solution uses visited_paths tracking to detect circular references and returns placeholder schemas to...
# Add structured content response support Add parameter to choose between structured JSON and text content responses. Defaults to False for backward compatibility. ## Describe your changes - Added `prefer_structured_content`...
**Is your feature request related to a problem? Please describe.** Currently, the FastAPI MCP server converts JSON responses to formatted text strings. This limits the ability to provide structured data...
## Describe your changes Implemented automatic filtering of deprecated APIs by default in the API interface and documentation, addressing the issue raised in #179. This ensures only active APIs are...