{ "name": "@calypsohq/multimodal-rag-mcp-server", "version": "3.0.0", "mcpName": "io.github.calypso-so/multimodal-rag-mcp-server", "description": "MCP server for Calypso (AIcore) agents via OpenAI-compatible API.", "main": "dist/index.js", "homepage": "https://www.calypso.so/", "repository": { "type": "git", "url": "git+https://github.com/calypso-so/calypso-mcp-server.git" }, "bugs": { "url": "https://github.com/calypso-so/calypso-mcp-server/issues" }, "type": "module", "bin": { "calypso-mcp": "dist/index.js" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"", "typecheck": "tsc --noEmit", "validate:mcpb": "mcpb validate manifest.json", "build:mcpb": "npm run build && npm run validate:mcpb && mcpb pack . server.mcpb", "smoke:stdio": "node \"scripts/smoke-stdio.mjs\"", "validate:smithery": "npm run build && npm run smoke:stdio && npm run validate:mcpb", "publish:smithery": "npm run build:mcpb && node \"scripts/publish-smithery.mjs\"", "test": "npm run check:versions && npm run build && node --test tests/*.test.mjs", "start": "node dist/index.js", "lint": "biome check --indent-style=space --indent-width=2 src scripts tests", "format": "biome format --write --indent-style=space --indent-width=2 src scripts tests package.json tsconfig.json smithery.server-card.json manifest.json server.json", "format:check": "biome format --indent-style=space --indent-width=2 src scripts tests package.json tsconfig.json smithery.server-card.json manifest.json server.json", "prepare": "npm run build", "release": "npm run build && npm publish", "check:versions": "node scripts/check-versions.mjs", "version:sync": "node scripts/check-versions.mjs --fix" }, "keywords": [ "mcp", "calypso", "aicore", "smithery", "rag", "responses-api", "agents", "openai-compatible" ], "author": "Calypso", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "dotenv": "^16.3.1", "openai": "^4.20.1", "undici": "^5.29.0", "zod": "^3.22.4" }, "devDependencies": { "@anthropic-ai/mcpb": "^2.1.2", "@biomejs/biome": "^2.4.16", "@smithery/api": "^0.66.0", "@types/node": "^20.10.0", "ts-node": "^10.9.2", "typescript": "^5.3.2" }, "engines": { "node": ">=18.0.0" } }