UNPKG

logggai-mcp

Version:

Generic MCP server for Logggai (multi-IDE, Cursor wrapper, extensible)

28 lines (27 loc) 539 B
{ "name": "logggai-mcp", "version": "0.3.26", "description": "Generic MCP server for Logggai (multi-IDE, Cursor wrapper, extensible)", "main": "index.js", "type": "module", "bin": { "logggai-mcp": "index.js" }, "scripts": { "start": "node index.js" }, "keywords": [ "logggai", "mcp", "server", "cursor", "multi-ide" ], "author": "Thibault Souris", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.16.0", "zod": "^3.25.76", "minimatch": "^9.0.3" } }