We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yjx3097890/argo-workflow-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# 依赖
node_modules/
package-lock.json
yarn.lock
# 构建输出
dist/
build/
# 测试覆盖率
coverage/
.nyc_output/
# 日志
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# 环境变量
.env
.env.local
.env.*.local
# Kubernetes 配置(包含敏感信息)
.kiro/kubeconfig.yaml
kubeconfig*.yaml
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 操作系统
.DS_Store
Thumbs.db
# TypeScript
*.tsbuildinfo
.kiro/
.cursors/