Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Gitee
by
normal-coder
Verified
npm
GitHub
Version Control
TypeScript
MIT License
10
4
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
gitee-mcp-server
common
operations
bin.ts
Dockerfile
.gitignore
index.ts
LICENSE
package.json
package-lock.json
README.md
README.zh-cn.md
smithery.yaml
tsconfig.json
{ "compilerOptions": { "target": "ES2022", "module": "Node16", "moduleResolution": "Node16", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "outDir": "dist", "rootDir": "." }, "include": [ "./**/*.ts" ], "exclude": [ "node_modules" ] }