Tags: augmnt/augments-mcp-server
Tags
Release v2.0.4 - WebSocket Fixes & Clean Startup 🔧 **Fixes:** - Fixed RuntimeWarning about module imports when using python -m execution - Resolved websockets deprecation warnings by switching to wsproto - Fixed FastMCP TypeError when configuring WebSocket implementation 🚀 **Improvements:** - Clean startup logs without deprecation warnings - Proper uvicorn WebSocket configuration - Maintained backward compatibility with all existing functionality 📦 **Technical Details:** - Added wsproto dependency for modern WebSocket implementation - Implemented monkey patch for uvicorn configuration - Created clean main entry point to avoid import warnings - Updated deployment configurations for Railway This release ensures clean, warning-free operation in production environments.
chore: bump version to 2.0.2 and update MCP server name - Update version in pyproject.toml and server.json from 2.0.1 to 2.0.2 - Update MCP server name from 'io.github.augmnt/augments-mcp-server' to 'dev.augments/mcp' - Update mcp-name reference in README.md to match
chore: bump version to 2.0.2 and update MCP server name - Update version in pyproject.toml and server.json from 2.0.1 to 2.0.2 - Update MCP server name from 'io.github.augmnt/augments-mcp-server' to 'dev.augments/mcp' - Update mcp-name reference in README.md to match