package.json•584 B
{
"name": "mcp-embedding-storage",
"version": "1.0.0",
"description": "MCP server for storing and retrieving information with embeddings",
"main": "dist/index.js",
"type": "module",
"bin": {
"mcp-embedding-storage": "./dist/index.js"
},
"scripts": {
"build": "tsc && chmod 755 dist/index.js",
"start": "node dist/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.2.0",
"axios": "^1.6.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.10.0",
"typescript": "^5.3.2"
},
"files": [
"dist"
]
}