v2.0.1
🚀 Augments MCP Server v2.0.1
A patch release with important MCP protocol fixes and streamable-http transport improvements.
🔧 Key Fixes
- Fixed MCP Protocol Implementation - Proper compliance with official MCP Python SDK
- Streamable HTTP Transport - Correctly mounted at
/mcpendpoint for web deployment - Railway Deployment - Removed invalid health check configuration causing 404 errors
- Updated Documentation - Corrected installation instructions for Claude Code and Cursor
🌐 Hosted Service
The hosted MCP server continues to be the easiest way to get started:
# Add the hosted MCP server (corrected command)
claude mcp add --transport http augments https://mcp.augments.dev/mcp🐛 Bug Fixes
- Fixed FastMCP configuration to use proper streamable-http transport
- Removed unsupported health check endpoint that was causing AttributeError
- Updated Railway configuration to remove health check requirements
- Corrected MCP server URL in all documentation from
http://mcp.augments.devtohttps://mcp.augments.dev/mcp
📚 Updated Documentation
- Fixed Claude Code installation commands with proper transport specification
- Updated Cursor MCP configuration examples
- Synchronized version numbers between pyproject.toml and server.json
💡 Technical Improvements
- Proper FastMCP server initialization with web deployment configuration
- Streamable HTTP transport automatically mounted at
/mcpas per MCP specification - Enhanced error handling and Railway deployment compatibility
Built with ❤️ for the Claude Code ecosystem