package.jsonβ’1.27 kB
{
"name": "@semanticintent/semantic-context-mcp",
"version": "1.0.0",
"description": "Reference implementation of Semantic Intent patterns for MCP context management with AI enhancement",
"keywords": [
"mcp",
"semantic-intent",
"semantic-anchoring",
"context-management",
"ai-collaboration",
"cloudflare-workers",
"intent-preservation"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/semanticintent/semantic-context-mcp.git"
},
"author": "semanticintent",
"type": "module",
"scripts": {
"deploy": "wrangler deploy",
"dev": "wrangler dev",
"format": "biome format --write",
"lint:fix": "biome lint --fix",
"start": "wrangler dev",
"cf-typegen": "wrangler types",
"type-check": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@cloudflare/agents": "^0.0.16",
"@modelcontextprotocol/sdk": "^1.13.1",
"agents": "^0.0.100",
"zod": "^3.25.76"
},
"devDependencies": {
"@biomejs/biome": "^2.0.6",
"@cloudflare/vitest-pool-workers": "^0.9.10",
"@types/node": "^24.1.0",
"@vitest/ui": "^3.2.4",
"typescript": "^5.8.3",
"vitest": "^3.2.4",
"wrangler": "^4.27.0"
}
}