new-site/mcp/package.json
justin f8cd37ac8c Initial commit — Performance West telecom compliance platform
Includes: API (Express/TypeScript), Astro site, Python workers,
document generators, FCC compliance tools, Canada CRTC formation,
Ansible infrastructure, and deployment scripts.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-27 06:54:22 -05:00

41 lines
1 KiB
JSON

{
"name": "@performancewest/mcp-server",
"version": "0.1.0",
"description": "MCP server for Performance West — business formation in all 50 US states, compliance consulting, contractor classification, CCPA audits, and more. AI agents can walk users through the formation questionnaire and place orders.",
"license": "MIT",
"type": "module",
"bin": {
"performancewest-mcp": "dist/index.js"
},
"files": ["dist"],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.27.1",
"zod": "^3.25.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.7.0"
},
"engines": {
"node": ">=20"
},
"keywords": [
"mcp",
"model-context-protocol",
"business-formation",
"llc",
"incorporation",
"compliance",
"performancewest"
],
"repository": {
"type": "git",
"url": "git+https://github.com/performancewest/mcp-server.git"
},
"homepage": "https://performancewest.net"
}