这是indexloc提供的服务,不要输入任何密码
Skip to content

v2.0.1

Choose a tag to compare

@augmnt augmnt released this 13 Sep 18:34
· 17 commits to main since this release

🚀 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 /mcp endpoint 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.dev to https://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 /mcp as per MCP specification
  • Enhanced error handling and Railway deployment compatibility

Built with ❤️ for the Claude Code ecosystem