Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
claude-debugs-for-you
by
jasonjmcghee
Verified
GitHub
Developer Tools
TypeScript
MIT License
224
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
claude-debugs-for-you
examples
images
mcp
src
.vscode
CHANGELOG.md
eslint.config.mjs
.gitignore
LICENSE
package.json
package-lock.json
README.md
tsconfig.json
.vscodeignore
.vscode-test.mjs
{ "compilerOptions": { "module": "Node16", "target": "ES2022", "outDir": "out", "lib": [ "ES2022" ], "sourceMap": true, "rootDir": "src", "strict": true, /* enable all strict type-checking options */ /* Additional Checks */ // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ // "noUnusedParameters": true, /* Report errors on unused parameters. */ }, "include": ["src/**/*"], "exclude": ["node_modules", "mcp"] }