- Cast messages array to any to work around resource type mismatch
- ALL_RESOURCES contains name field but Resource type expects text/blob
- Similar to fix applied to GET_RESOURCE_REFERENCE tool
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Migrated all 3 prompts from GetPromptRequestSchema handler to individual registerPrompt() calls
- Removed GetPromptRequestSchema and ListPromptsRequestSchema handlers
- Removed unused imports: GetPromptRequestSchema, ListPromptsRequestSchema
- Prompts now use Zod schemas directly for argument validation
- All prompts maintain their original functionality and logic
Migrated prompts:
1. SIMPLE - prompt without arguments
2. COMPLEX - prompt with temperature and style arguments
3. RESOURCE - prompt with resource reference
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Add DeFi Rates MCP server to third-party list
DeFi Rates is an MCP server providing real-time access to DeFi lending
rates across 13+ major protocols including Aave, Morpho, Compound, Venus,
Solend, Drift, and Jupiter.
Features:
- Query borrow/supply rates across multiple chains
- Compare rates between platforms
- Search for best lending opportunities
- Calculate looping strategy metrics
npm: @asahi001/defi-rates-mcp
Website: https://defiborrow.loan
* Move DeFi Rates to Community Servers section
As requested by maintainers, moved DeFi Rates from Official Integrations
to Community Servers section, maintaining alphabetical order.
* Update README.md
---------
Co-authored-by: adam jones <domdomegg+git@gmail.com>
* Revert "Update README.md (#2834)"
This reverts commit 5df7307592.
* Fix alphabetical ordering of PinMeTo in official servers
Moved PinMeTo from C section to correct position in P section, between Pinecone Assistant and Pipedream.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
Adds html-to-markdown-mcp server that converts web pages to clean Markdown format.
Features:
- Fetches and converts HTML from URLs
- Converts raw HTML to Markdown
- Handles large pages with automatic file saving
- Bypasses token limits with saveToFile parameter
- Comprehensive test suite with 13 tests
- Available on npm: html-to-markdown-mcp
Co-authored-by: Lev Gelfenbuim <hi@lev.engineer>
* Add Console Automation MCP server
Production-ready MCP server for AI-driven console automation and monitoring.
Features 40 tools for session management, SSH, testing, monitoring, and background jobs.
Like Playwright for terminal applications.
- Added to Third-Party Servers section (alphabetically positioned)
- GitHub: https://github.com/ooples/mcp-console-automation
* Remove duplicate Console Automation entry from README
Removed duplicate entry for Console Automation in the README.
---------
Co-authored-by: franklinic <franklin@ivorycloud.com>
Moved Chrome DevTools MCP from Third-Party Servers section to Official Integrations section, positioned alphabetically between Chroma and Chronulus AI.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>