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
{ "extends": "./tsconfig.json", "compilerOptions": { "module": "commonjs", "target": "ES2020", "outDir": "out", "sourceMap": true, "strict": true, "rootDir": "src", "types": ["mocha", "node"] }, "include": [ "src/__tests__/integration/**/*", "src/__tests__/utils/**/*" ] }