UNPKG

@fastmcp-me/mcp-sqlew

Version:

MCP server for efficient context sharing between Claude Code sub-agents with 96% token reduction via action-based tools

61 lines 1.49 kB
{ "name": "@fastmcp-me/mcp-sqlew", "version": "2.0.0", "description": "MCP server for efficient context sharing between Claude Code sub-agents with 96% token reduction via action-based tools", "main": "dist/index.js", "type": "module", "bin": { "sqlew": "dist/index.js" }, "files": [ "dist/", "assets/", "README.md", "LICENSE", "CHANGELOG.md", "MIGRATION_v2.md", "ARCHITECTURE.md" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "inspector": "npx @modelcontextprotocol/inspector node dist/index.js", "dev": "tsc --watch", "clean": "rm -rf dist", "rebuild": "npm run clean \u0026\u0026 npm run build", "prepublishOnly": "npm run rebuild" }, "engines": { "node": "\u003E=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/fastmcp-me/mcp-sqlew.git" }, "bugs": { "url": "https://github.com/fastmcp-me/mcp-sqlew/issues" }, "homepage": "https://github.com/fastmcp-me/mcp-sqlew#readme", "keywords": [ "mcp", "mcp-server", "model-context-protocol", "context-sharing", "claude-code", "sub-agents", "sqlite", "token-efficiency", "shared-context" ], "author": "sin5ddd", "license": "MIT", "dependencies": { "better-sqlite3": "^11.0.0", "@modelcontextprotocol/sdk": "latest" }, "devDependencies": { "typescript": "^5.0.0", "@types/better-sqlite3": "^7.6.0", "@types/node": "^20.0.0" } }