mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-02-12 17:22:50 +00:00
14 lines
247 B
JSON
14 lines
247 B
JSON
{
|
|
"name": "@shannon/mcp-server",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "./src/index.js",
|
|
"scripts": {
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/claude-agent-sdk": "^0.1.0",
|
|
"zod": "^3.22.4"
|
|
}
|
|
}
|