refactor: Convert MCP server implementation from Python to TypeScript.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "clubber",
|
||||
"version": "1.0.0",
|
||||
"description": "A toolset for managing members of non-profit societies (Vereine) with AI-powered administration.",
|
||||
"main": "dist/mcp_server.js",
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "node dist/mcp_server.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.23.0",
|
||||
"zod": "^4.1.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.10.1",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user