Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Second Opinion MCP Server
Claim
by
PoliTwit1984
GitHub
Developer Tools
Knowledge & Memory
Search
TypeScript
10
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
second-opinion-mcp-server
src
errors.md
.gitignore
next_prompt.md
package.json
package-lock.json
prompt.md
README.md
tsconfig.json
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "node", "esModuleInterop": true, "outDir": "build", "rootDir": "src", "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"], "exclude": ["node_modules", "build"] }