Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
TypeScript Prompt MCP Server
by
gpaul-mcp
Verified
npm
GitHub
Developer Tools
Version Control
TypeScript
MIT License
0
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
MCP_prompt_localDev
.husky
scripts
src
.vscode
.env.example
.eslintignore
.eslintrc.js
.gitignore
jest.config.js
LICENSE
.lintstagedrc.js
nodemon.json
package.json
package-lock.json
.prettierignore
.prettierrc
README.md
tsconfig.json
{ "compilerOptions": { "target": "ES2020", "module": "Node16", "lib": ["ES2020", "dom"], "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "node16", "resolveJsonModule": true, "baseUrl": "./src", "paths": { "@/*": ["*"], "@utils/*": ["utils/*"], "@class/*": ["class/*"], "@types/*": ["types/*"] } }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts", "src/**/__tests__/**"] }