Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
systemprompt-mcp-interview
by
Ejb503
Verified
npm
GitHub
Communication
Speech Processing
Education & Learning Tools
TypeScript
6
3
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
systemprompt-mcp-interview
config
src
.babelrc
CHANGELOG.md
.env.example
eslint.config.js
.eslintrc.json
.gitignore
jest.config.mjs
jest.setup.ts
LICENSE.md
package.json
package-lock.json
.prettierrc
README.md
tsconfig.json
tsconfig.test.json
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "outDir": "./build", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "allowJs": true, "resolveJsonModule": true, "isolatedModules": true, "declaration": true, "sourceMap": true, "types": ["node", "jest"], "paths": { "@modelcontextprotocol/sdk": [ "./node_modules/@modelcontextprotocol/sdk/dist/index.d.ts" ], "@modelcontextprotocol/sdk/*": [ "./node_modules/@modelcontextprotocol/sdk/dist/*" ] } }, "include": ["src/**/*"], "exclude": [ "node_modules", "**/*.test.ts", "**/*.test.tsx", "**/__tests__/**", "**/__mocks__/**" ] }