UNPKG

@waldzellai/structured-argumentation

Version:
46 lines (45 loc) 1.13 kB
{ "name": "@waldzellai/structured-argumentation", "version": "0.1.3", "description": "MCP server for diagrammatic thinking and spatial representation", "license": "MIT", "type": "module", "repository": { "type": "git", "url": "https://github.com/waldzellai/model-enhancement-servers.git", "directory": "src/structured-argumentation" }, "publishConfig": { "access": "public" }, "homepage": "https://github.com/waldzellai/model-enhancement-servers/tree/main/src/structured-argumentation", "author": "glassBead", "keywords": [ "mcp", "model-context-protocol", "thinking", "model-enhancement" ], "bin": { "mcp-server-structured-argumentation": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.10.2", "chalk": "^5.3.0", "yargs": "^17.7.2" }, "devDependencies": { "@types/node": "^22", "@types/yargs": "^17.0.32", "shx": "^0.3.4", "typescript": "^5.3.3" } }