Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
WebGL-MCP Server
by
grokadegames
Verified
GitHub
Developer Tools
Games & Gamification
Monitoring
JavaScript
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
webgl-mcp
dist
docs
node_modules
src
.gitignore
package.json
package-lock.json
README.md
run-mcp.sh
simple-mcp.mjs
test-analyze.mjs
test-mcp.js
test-summary.txt
tsconfig.json
webgl-mcp.mjs
{ "compilerOptions": { "target": "ES2020", "module": "commonjs", "moduleResolution": "node", "declaration": true, "outDir": "./dist", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "resolveJsonModule": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }