UNPKG

@flamedeck/flamechart-mcp

Version:

MCP server for debugging and analyzing flamegraphs using Model Context Protocol

61 lines (60 loc) 1.36 kB
{ "name": "@flamedeck/flamechart-mcp", "version": "0.2.6", "description": "MCP server for debugging and analyzing flamegraphs using Model Context Protocol", "type": "module", "main": "./index.js", "types": "./index.d.ts", "bin": "./cli.js", "exports": { ".": { "types": "./index.d.ts", "import": "./index.js" }, "./cli": { "types": "./cli.d.ts", "import": "./cli.js" } }, "files": [ "index.js", "index.js.map", "index.d.ts", "cli.js", "cli.js.map", "cli.d.ts", "README.md", "images/**/*" ], "keywords": [ "flamedeck", "flamegraph", "profiling", "mcp", "model-context-protocol", "debugging", "performance" ], "author": "Flamedeck Team", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/flamedeck-org/flamedeck.git", "directory": "packages/flamechart-mcp" }, "homepage": "https://github.com/flamedeck-org/flamedeck/tree/main/packages/flamechart-mcp#readme", "bugs": { "url": "https://github.com/flamedeck-org/flamedeck/issues" }, "sideEffects": false, "dependencies": { "fastmcp": "^2.1.4", "long": "^5.2.3", "pako": "^2.1.0", "tslib": "^2.3.0", "uint8array-json-parser": "^0.0.2", "zod": "^3.23.8", "canvas": "^3.1.0" }, "peerDependencies": {} }