UNPKG

taiga-mcp

Version:

MCP server for interacting with Taiga using natural language

43 lines (42 loc) 934 B
{ "name": "taiga-mcp", "version": "1.0.0", "main": "src/index.js", "type": "module", "bin": { "taigamcp": "src/index.js" }, "scripts": { "start": "node src/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "server", "taiga", "project-management", "claude", "anthropic" ], "author": "", "license": "ISC", "description": "MCP server for interacting with Taiga using natural language", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "axios": "^1.8.4", "dotenv": "^16.4.7", "readline": "^1.3.0", "zod": "^3.24.2" }, "repository": { "type": "git", "url": "git+https://github.com/yourusername/taigamcp.git" }, "bugs": { "url": "https://github.com/yourusername/taigamcp/issues" }, "homepage": "https://github.com/yourusername/taigamcp#readme", "engines": { "node": ">=16" } }