v2.0.0 — April 2026
Current version deployed at
https://colismove-mcp.onrender.comWhat’s new
- Remote access — MCP server now runs as a hosted service, accessible from anywhere
- API key authentication — Secure access with Bearer token auth
- Streamable HTTP transport — Modern MCP protocol (replaces deprecated SSE)
- 4 tool categories — Project context, API docs, backend access, frontend architecture
Tools available
| Tool | Category | Description |
|---|---|---|
get_project_context | Project | Architecture, flows, conventions, tech stack |
get_api_docs | Docs | Documentation for a specific endpoint |
search_api_docs | Docs | Search endpoints by keyword |
get_openapi_spec | Docs | OpenAPI specification (full or filtered) |
query_database | Backend | SQL queries (read-only, requires DB connection) |
api_request | Backend | HTTP requests to the API |
docker_status | Backend | Docker service status |
read_logs | Backend | Spring Boot logs |
stripe_test | Backend | Stripe test mode checks |
Backend tools (
query_database, api_request, etc.) require the MCP server to have database and API connectivity configured. The hosted version provides project context and API docs tools by default.v1.0.0 — March 2026
- Initial release as local-only MCP server
- Bundled inside
colismove-backend-kube/mcp/ - stdio transport (local only)
- 6 tools: query_database, api_request, docker_status, flyway_info, read_logs, stripe_test