Shahar Abramov
Shahar Abramov
Tested the branch of the fix, and it seems there's another issue (in israeli-bank-scrapers). Posted the issue there: https://github.com/eshaham/israeli-bank-scrapers/issues/722#issue-1379176160
> > 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...
@Edison-A-N While you're generally right to assume that deprecated APIs should be ignored by default, I would still prefer if it was parametrized with an `ignore_deprecated` flag (default to true)....
I agree. We are working on a roadmap for the project and one of the topics is broader support and not just support for tools. We will probably add this...
Just revisiting this one. I don't have a strong opinion but as things evolve lately, it seems to me more and more that Prompts and Resources are **far less** used...
I think syncing `tadata-org:main` latest changes back to your branch would resolve test coverage issues
Hey @DougieHauser , sorry for the long wait. We've been heads down on some stuff at Tadata. Anyway, I agree with @jshcrm that just removing the operations due to them...
Sure. That's a good idea :) Just need to make sure that client_args has a strict type definition that matches what httpx.AsyncClient expects. And also maybe call it `http_client_args` to...
Can you share a code snippet that produces this?
Does is still happen in [0.4.0](https://github.com/tadata-org/fastapi_mcp/releases/tag/v0.4.0), when using the new HTTP transport?