Skip to main content
Glama
Roland0511

MCP Feishu Project Manager

by Roland0511
k8s-deployment.yaml1.46 kB
apiVersion: apps/v1 kind: Deployment metadata: name: mcp-feishu-proj labels: app: mcp-feishu-proj spec: replicas: 1 selector: matchLabels: app: mcp-feishu-proj template: metadata: labels: app: mcp-feishu-proj spec: containers: - name: mcp-feishu-proj image: python:3.10-slim command: ["sh", "-c", "pip install uv && uv tool run mcp-feishu-proj@latest --transport sse"] envFrom: - configMapRef: name: mcp-feishu-proj-config - secretRef: name: mcp-feishu-proj-secret resources: limits: cpu: "500m" memory: "512Mi" requests: cpu: "100m" memory: "128Mi" # 存活探针配置 livenessProbe: tcpSocket: port: 8000 initialDelaySeconds: 60 periodSeconds: 15 timeoutSeconds: 5 failureThreshold: 3 # 就绪探针配置 readinessProbe: tcpSocket: port: 8000 initialDelaySeconds: 10 periodSeconds: 10 timeoutSeconds: 3 successThreshold: 1 failureThreshold: 3 --- # 如果需要暴露服务,取消下面的注释 # apiVersion: v1 # kind: Service # metadata: # name: mcp-feishu-proj # spec: # selector: # app: mcp-feishu-proj # ports: # - port: 8000 # targetPort: 8000 # type: ClusterIP

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Roland0511/mcp-feishu-proj'

If you have feedback or need assistance with the MCP directory API, please join our Discord server