Improved
MCP Server v0.0.1-beta.5
8 months ago by ReadMe API
What's Changed
- 📝 Simplified README - Removed installation options section (users only interact via MCP clients)
- 🎨 Removed logo - Logos don't display on npm, cleaner presentation
- 📚 Streamlined documentation - Focus on client integration and usage
This is a documentation-only update. All features from v0.0.1-beta.4 remain unchanged.
Installation
Configure in your MCP client:
{
"mcpServers": {
"convert": {
"command": "npx",
"args": ["-y", "@convertcom/mcp-server@latest"],
"env": {
"CONVERT_API_KEY": "your_application_id",
"CONVERT_API_SECRET": "your_secret_key",
"TOOLS_FOR_CLIENT": "reporting"
}
}
}
}See the README for full documentation.