package.jsonβ’1.61 kB
{
"name": "@semanticintent/semantic-d1-mcp",
"version": "2.0.0",
"description": "Reference implementation of Semantic Intent patterns for D1 Database introspection via MCP",
"keywords": [
"mcp",
"semantic-intent",
"d1-database",
"cloudflare",
"database-introspection",
"schema-analysis",
"semantic-anchoring",
"hexagonal-architecture"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/semanticintent/semantic-d1-mcp.git"
},
"bugs": {
"url": "https://github.com/semanticintent/semantic-d1-mcp/issues"
},
"homepage": "https://github.com/semanticintent/semantic-d1-mcp#readme",
"author": "semanticintent",
"main": "dist/index.js",
"files": [
"dist",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build": "tsc",
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"type-check": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"prepublishOnly": "npm run build && npm test"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.1",
"dotenv": "16.4.5"
},
"devDependencies": {
"@biomejs/biome": "^2.2.5",
"@types/node": "^20.10.0",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
}
}