mcp-agent icon indicating copy to clipboard operation
mcp-agent copied to clipboard

mcp_agent_server example has an invalid JSON schema

Open connor4312 opened this issue 8 months ago • 2 comments

https://github.com/lastmile-ai/mcp-agent/blob/40bcf20bb490946949e0131663cc9319aca3378a/examples/mcp_agent_server/server.py#L124

Here, the required key is nested under properties rather than being at the schema level.

ref https://github.com/microsoft/vscode/issues/244654

connor4312 avatar Mar 25 '25 21:03 connor4312

@connor4312 Good catch! If you want to fix, I will accept the contribution and will be grateful! Otherwise I can get to it later in the week. Let me know!

saqadri avatar Mar 25 '25 21:03 saqadri

Ah, this was fixed in #188 just now.

danlester avatar May 13 '25 16:05 danlester