| { |
| "name": "@maka/mcp", |
| "version": "0.1.0", |
| "license": "Apache-2.0", |
| "description": "Provider-neutral MCP client manager for Maka.", |
| "type": "module", |
| "private": true, |
| "main": "./dist/index.js", |
| "types": "./dist/index.d.ts", |
| "exports": "./dist/index.js", |
| "scripts": { |
| "clean": "node ../../scripts/clean-paths.mjs dist tsconfig.tsbuildinfo", |
| "build": "tsc -p tsconfig.json", |
| "typecheck": "tsc -p tsconfig.json --noEmit", |
| "test:dist": "node --test \"dist/**/*.test.js\"", |
| "test": "npm run clean && npm run build && node --test \"dist/**/*.test.js\"" |
| }, |
| "dependencies": { |
| "@maka/core": "0.1.0", |
| "@modelcontextprotocol/sdk": "^1.24.3" |
| } |
| } |