Bump version to 1.2.1

This commit is contained in:
stabgan
2025-03-27 15:54:14 +05:30
parent baf1270e89
commit 1fd46839ef

View File

@@ -1,6 +1,6 @@
{ {
"name": "@stabgan/openrouter-mcp-multimodal", "name": "@stabgan/openrouter-mcp-multimodal",
"version": "1.2.0", "version": "1.2.1",
"description": "MCP server for OpenRouter providing text chat and image analysis tools", "description": "MCP server for OpenRouter providing text chat and image analysis tools",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",
@@ -42,9 +42,10 @@
}, },
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "^1.4.1", "@modelcontextprotocol/sdk": "^1.4.1",
"axios": "^1.7.9", "axios": "^1.8.4",
"dotenv": "^16.4.7",
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
"openai": "^4.83.0", "openai": "^4.89.1",
"sharp": "^0.33.3" "sharp": "^0.33.3"
}, },
"devDependencies": { "devDependencies": {