- Notifications
You must be signed in to change notification settings - Fork1k
Open
Description
Question
When I am trying to use Gemma3 as an MCP client to make a normal tool call .. it fails (llama works fine); which means my MCP server is fine.
Also I tested Gemma3 with cline and that is able to make MCP calls -- I tend to think google gemma3 is responding back for tool's details not as json and that is why it does not work with pydantic-ai; I can try using google sdk for this .. was hoping it works with pydantic (which I think would use google genai under the hood .. which should work for MCP) -- Just asking this question to make sure that this is "expected" to work and I need to further experiment with it
Additional Context
No response