Fix MCP server implementations, add comprehensive testing, and ensure Agent Zero compatibility#4
Fix MCP server implementations, add comprehensive testing, and ensure Agent Zero compatibility#4
Conversation
…ion-creator Co-authored-by: Godzilla675 <131464726+Godzilla675@users.noreply.github.com>
Co-authored-by: Godzilla675 <131464726+Godzilla675@users.noreply.github.com>
|
@copilot for some reason an ai agent called agent zero shows these errors when i give it the same config as u it shows this error information_retrieval Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'zod' imported from /root/.npm/_npx/0a8e213dcd842bfd/node_modules/information-retrieval-mcp-server/build/index.js Node.js v20.19.2 and here are the media tools server logs: sh: 1: media-tools-server: not found here is the url to agent zero repo : https://github.com/agent0ai/agent-zero.git keep in mind i have a docker container install not full binary one here is the config i used there { |
…ervers Co-authored-by: Godzilla675 <131464726+Godzilla675@users.noreply.github.com>
Fixed the missing Root cause: Both Changes made:
Both servers now work correctly when installed via npx. The "Cannot find package 'zod'" error should be resolved. |
Co-authored-by: Godzilla675 <131464726+Godzilla675@users.noreply.github.com>
MCP servers had critical implementation issues preventing proper operation: Python servers used deprecated FastMCP API, TypeScript presentation-creator was an unimplemented template, and TypeScript servers were missing the
zoddependency causing failures in Docker environments.Changes
Python Servers - FastMCP API Update
version,title,description) with current API (name,instructions)TypeScript Presentation Creator - Full Implementation
playwright,pptxgenjs,zodassemble_presentationandcreate_pdf_from_htmltoolsMissing Dependency Fix
zoddependencyzoddependencyTesting & Documentation
Docker Environment Testing
Verified Working
All servers now work correctly with Agent Zero in Docker environments via npx.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.