Files
my-pal-mcp-server/docs/index.md
Fahad 6cab9e56fc feat: added intelligence_score to the model capabilities schema; a 1-20 number that can be specified to influence the sort order of models presented to the CLI in auto selection mode
fix: model definition re-introduced into the schema but intelligently and only a summary is generated per tool. Required to ensure CLI calls and uses the correct model
fix: removed `model` param from some tools where this wasn't needed
fix: fixed adherence to `*_ALLOWED_MODELS` by advertising only the allowed models to the CLI
fix: removed duplicates across providers when passing canonical names back to the CLI; the first enabled provider wins
2025-10-02 21:43:44 +04:00

1008 B

Zen MCP Server Documentation

Document Description
Getting Started Installation paths, prerequisite setup, and first-run guidance.
Adding Providers How to register new AI providers and advertise capabilities.
Model Ranking How intelligence scores translate into auto-mode ordering.
Custom Models Configure OpenRouter/custom models and aliases.
Adding Tools Create new tools using the shared base classes.
Advanced Usage Auto-mode tricks, workflow tools, and collaboration tips.
Configuration .env options, restriction policies, logging levels.
Testing Test strategy, command cheats, and coverage notes.
Troubleshooting Common issues and resolutions.

Additional docs live in this directory; start with the table above to orient yourself.