Alan
Alan
Hello @hejtmii I still have issues with params not being populated on tool calls. I did reproduce running the Mcp tutorial https://docs.copilotkit.ai/direct-to-llm/guides/model-context-protocol?cli=use-cli and I have checked the version which is...
Claude Desktop only works with streamable transport if you have Claude Pro plan or higher. With free version you would have to use some wrapper such as mcp-remote npx package....
Why not using last version of the package ?
You can return any payload what you need by building the payload yourself. Here is a sample of what I did with JsonResource ```php return Response::text( json_encode( new CustomJsonResource($object), JSON_THROW_ON_ERROR...
What is exactly MCP UI you are referring to ?
Thanks, well to me it seems to be a MCP UI related question and this project only aims at MCP protocol itself. It looks like you're returning resources within tools...
Pagination looks not missing to me. Tools are paginated with a default value of 15 and I am seeing Mcp Inspector fetching tools with 15 tools per call. Maybe you're...