Skip to main content
Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
en
es
ja
ko
zh
APISIX-MCP
Claim
Official
by
api7
npm
GitHub
Developer Tools
Cloud Platforms
TypeScript
Apache 2.0
67
16
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
apisix-mcp
src
schemas
src/schemas/common.ts
src/schemas/consumer-group.ts
src/schemas/consumer.ts
src/schemas/plugin.ts
src/schemas/protos.ts
src/schemas/route.ts
src/schemas/secret.ts
src/schemas/service.ts
src/schemas/ssl.ts
src/schemas/stream-route.ts
src/schemas/upstream.ts
import { z } from "zod"; export const ProtoSchema = z.object({ content: z.string().describe("proto content"), }); export const CreateOrUpdateProtoSchema = z.object({ id: z.string().optional().describe("proto id"), proto: ProtoSchema, });
ID: s62o271u37