Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Integrated MCP Server
Claim
by
patelnav
GitHub
Developer Tools
TypeScript
4
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
my-tools-mcp
src
DETAILS.md
.eslintrc.json
.gitignore
IN_PROGRESS.MD
package.json
pnpm-lock.yaml
pnpm-workspace.yaml
postcss.config.cjs
README.md
tailwind.config.cjs
tailwind.config.js
TEST.md
tsconfig.json
tsconfig.test.json
tsconfig.vitest.json
tsconfig.vscode-test.json
vitest.config.ts
webpack.config.cjs
{ "compilerOptions": { "target": "ES2020", "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "ESNext", "moduleResolution": "bundler", "rootDir": ".", "outDir": "out", "sourceMap": true, "strict": true, "esModuleInterop": true, "skipLibCheck": true, "jsx": "react", "baseUrl": ".", "noImplicitAny": true, "noImplicitThis": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "forceConsistentCasingInFileNames": true, "verbatimModuleSyntax": true, "paths": { "@/*": ["src/*"], "@test/*": ["src/__tests__/*"], "@utils/*": ["src/utils/*"], "@server/*": ["src/server/*"], "@types/*": ["src/types/*"], "@shared/*": ["src/__tests__/shared/*"], "@vitest/*": ["src/__tests__/vitest/*"], "@vscode/*": ["src/__tests__/vscode/*"], "@fixtures/*": ["src/__tests__/fixtures/*"] } }, "include": [ "src/**/*", "*.ts", "*.tsx", "*.js", "*.jsx" ], "exclude": ["node_modules", ".vscode-test", "dist", "out"] }