40 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
3d9d07b210 Bump version to 1.3.0 2025-03-27 16:30:27 +05:30
stabgan
436ac8d07f Update dependencies and add comprehensive examples 2025-03-27 16:30:13 +05:30
stabgan
1fd46839ef Bump version to 1.2.1 2025-03-27 15:54:14 +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
b8c6e0c8be Update smithery.yaml to proper format 2025-03-27 13:17:54 +05:30
stabgan
d359a78a4d Bump version to 1.1.0 2025-03-27 01:08:29 +05:30
stabgan
bab1e5fcfd Update server initialization in test-mcp.js and remove Docker publish workflow 2025-03-27 01:03:22 +05:30
stabgan
0c836b49cd Update Node.js to v20 and upgrade GitHub Actions 2025-03-27 01:01:58 +05:30
stabgan
7ce7f9336e Fix npm cache issue by specifying cache-dependency-path 2025-03-27 00:59:55 +05:30
stabgan
cec6a2787a Update to actions/upload-artifact and actions/download-artifact v4 2025-03-27 00:56:52 +05:30
stabgan
7663fa99d6 Fix Docker Hub repository name in GitHub Actions workflow 2025-03-27 00:54:58 +05:30
stabgan
e4983f5eb7 Add advanced caching to GitHub Actions workflow for faster builds 2025-03-27 00:49:56 +05:30
stabgan
3f8446a26e Consolidate GitHub Actions workflows into a single comprehensive CI/CD pipeline 2025-03-27 00:49:05 +05:30
stabgan
4590590ad0 Add GitHub Actions workflow for npm and Docker publishing and update README 2025-03-27 00:48:01 +05:30
stabgan
a9301b65eb Fix TypeScript errors and update Dockerfile for Alpine compatibility 2025-03-27 00:40:35 +05:30
stabgan
a0d92730db Fix: Optimize npm installation process for more reliable builds 2025-03-27 00:02:50 +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
f47fa29323 Fix: Replace npm ci with npm install to address missing package-lock.json issue 2025-03-26 23:30:11 +05:30
stabgan
24e673de73 Fix: Update Docker build process to resolve npm install failures 2025-03-26 23:16:06 +05:30
stabgan
d02e0a9299 Fix Docker build and GitHub Actions workflow issues with npm install 2025-03-26 23:13:43 +05:30
stabgan
4f1b258a01 Merge remote-tracking branch 'origin/main'
gg
2025-03-26 22:57:56 +05:30
stabgan
57eb800f9a Initial commit: Setting up OpenRouter MCP server for multimodal capabilities 2025-03-26 22:57:06 +05:30
Kaustabh Ganguly
864a6f9f2d Add npm publishing to GitHub Actions workflow 2025-03-26 22:44:26 +05:30
Kaustabh Ganguly
c6eb0c893d Update README with deployment options and MCP configuration examples 2025-03-26 22:28:30 +05:30
Kaustabh Ganguly
7a57d56f6b Add GitHub Actions workflow for Docker image deployment 2025-03-26 22:27:47 +05:30
Kaustabh Ganguly
1b2d1c6e3d Add Smithery configuration 2025-03-26 22:27:31 +05:30
Kaustabh Ganguly
570a1eb436 Add Dockerfile and gitignore 2025-03-26 22:23:47 +05:30
Kaustabh Ganguly
f426e87e12 Add README.md with usage instructions 2025-03-26 22:23:04 +05:30
Kaustabh Ganguly
62d873d7b4 Add main tool-handlers and index files 2025-03-26 22:22:32 +05:30
Kaustabh Ganguly
9bf86febe4 Add main tool handler files 2025-03-26 22:21:35 +05:30
Kaustabh Ganguly
9ddbf4e56c Add core utility files 2025-03-26 22:20:25 +05:30
Kaustabh Ganguly
19e9dd9a3f Initial commit with project setup 2025-03-26 22:19:45 +05:30
Kaustabh Ganguly
15d41f5267 Add package.json 2025-03-26 22:19:15 +05:30