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
{ "extends": "./tsconfig.json", "compilerOptions": { "types": ["node", "jest", "@jest/globals"], "isolatedModules": true, "esModuleInterop": true, "allowJs": true, "checkJs": false, "noImplicitAny": false, "strict": false, "strictNullChecks": false, "strictFunctionTypes": false, "noImplicitThis": false, "noUnusedLocals": false, "noUnusedParameters": false, "noImplicitReturns": false, "noFallthroughCasesInSwitch": false, "allowUnreachableCode": true, "skipLibCheck": true, "noStrictGenericChecks": true, "useUnknownInCatchVariables": false }, "include": ["src/**/*", "**/*.test.ts", "**/*.test.tsx"], "exclude": ["node_modules"] }