Edison

Results 23 comments of Edison

I meet the same issue, are there any update?

Organization/Company:Xtalpi Website: https://www.xtalpi.com/en Country: China Usage scenario: Using Hertz to build business service(internal) Status: Production

> Can you provide the logs of the containers? I encountered the same issue, and the worker logs are as follows: ``` api_1 | workflow_run_id api_1 | Input should be...

I'm very interested in this issue. After reviewing the code: 1. Through `app.store.chat.checkMcpJson`, the `mcp` information is extracted from the `assistant`'s response, and after executing the mcp tool, `onUserInput` is...

Regarding [issue #5909](https://github.com/ChatGPTNextWeb/NextChat/issues/5909#issuecomment-2537720412), it appears that the implementation in [PR #5974](https://github.com/ChatGPTNextWeb/NextChat/pull/5974) does not include support for the `list_tools` function or enable users to call the `call_tool`

Why does the fetch in tauri-plugin-http still have an Origin header?

Hi all, I've added a [test case](https://github.com/modelcontextprotocol/python-sdk/pull/1384/commits/a1632e1d9b4fba29ec23f262f33ee46aab5646ee) for this current issue in this [PR](https://github.com/modelcontextprotocol/python-sdk/pull/1384). The main cause is a race condition triggered by `json_response=True` in `stateless` mode. For details, please...

Hi, I've submitted a PR here: https://github.com/tadata-org/fastapi_mcp/pull/215

This issue is due to `FastApiMCP`'s `transport` only supporting SSE. ``` ## FastApiMCP transport parameter documentation: The transport type for the MCP server. Currently, only 'sse' is supported. ``` Therefore,...

It is necessary to enable stateless configuration. The MCP Tool Service converted directly from the FastAPI service usually does not handle the `mcp-session-id`. That is, the FastAPI service is mostly...