Commit Graph

11 Commits

Author SHA1 Message Date
Krishna Kumar
66cf3e851e chore: change default model to openai/gpt-4o-mini
Some checks failed
CI/CD Pipeline / build (push) Has been cancelled
CI/CD Pipeline / publish-npm (push) Has been cancelled
CI/CD Pipeline / docker (push) Has been cancelled
2025-12-31 15:06:53 -06:00
Krishna Kumar
15127c3cbd fix: pass req.body to handleRequest for proper MCP protocol handling
Some checks failed
CI/CD Pipeline / build (push) Has been cancelled
CI/CD Pipeline / publish-npm (push) Has been cancelled
CI/CD Pipeline / docker (push) Has been cancelled
The StreamableHTTPServerTransport.handleRequest() method requires the parsed
body as the third argument for POST requests. This was causing "Parse error:
Invalid JSON" responses for all MCP requests.
2025-12-31 13:43:31 -06:00
Krishna Kumar
3e0ed2d6c6 Add Streamable HTTP transport for remote MCP access
Some checks failed
CI/CD Pipeline / build (push) Has been cancelled
CI/CD Pipeline / publish-npm (push) Has been cancelled
CI/CD Pipeline / docker (push) Has been cancelled
- Convert from stdio-only to dual-mode (stdio + HTTP)
- Add Express server with /mcp endpoint for Streamable HTTP
- Add /health endpoint for Railway health checks
- Update MCP SDK to v1.12.0 for Streamable HTTP support
- Add railway.toml for Railway deployment
- Default to HTTP mode, use --stdio flag for local mode
2025-12-31 11:56:21 -06:00
stabgan
50c2c43fd9 feat: Enhanced cross-platform path handling and MCP configuration support 2025-03-28 13:00:11 +05:30
stabgan
8512f031f7 fix: Improved base64 image handling and Windows compatibility 2025-03-28 12:41:57 +05:30
stabgan
baf1270e89 Enhanced image analysis capabilities with improved handlers and default model setup 2025-03-27 15:51:54 +05:30
stabgan
3f9840d884 Enhance MCP server (v1.2.0): Consolidate image analysis, add auto model selection 2025-03-27 13:42:13 +05:30
stabgan
74d2997547 Enhance analyze_image tool to support URLs, file paths, and data URIs 2025-03-27 13:19:32 +05:30
stabgan
a9301b65eb Fix TypeScript errors and update Dockerfile for Alpine compatibility 2025-03-27 00:40:35 +05:30
stabgan
b410cad83f Fix: Resolve TypeScript type errors and improve npm installation in Docker build 2025-03-26 23:43:23 +05:30
stabgan
57eb800f9a Initial commit: Setting up OpenRouter MCP server for multimodal capabilities 2025-03-26 22:57:06 +05:30