UNPKG

logggai-mcp

Version:

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

27 lines (26 loc) 511 B
{ "name": "logggai-mcp", "version": "0.3.8", "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" } }