dfa_mcp/package.json
Pratik Narola 885bd1075b working commit
Working

deleted test files
2025-07-11 16:58:43 +05:30

24 lines
No EOL
592 B
JSON

{
"name": "dfa-mcp-server",
"version": "1.0.0",
"description": "DFA-based workflow MCP server for guiding LLM task completion",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"start": "node dist/index.js",
"test": "echo \"No tests yet\""
},
"keywords": ["mcp", "workflow", "state-machine", "dfa"],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"zod": "^3.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
}
}