-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
23 lines (23 loc) · 858 Bytes
/
server.json
File metadata and controls
23 lines (23 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.rish-e/backend-max",
"description": "AI-powered backend diagnostics for Claude Code. Scans routes, verifies frontend-backend contracts, audits security/performance/error handling, traces types across layers, visualizes middleware chains, and generates fix patches. Supports Next.js, Express, Fastify, Hono, tRPC, and GraphQL.",
"title": "Backend Max",
"version": "2.2.0",
"websiteUrl": "https://github.com/rish-e/BackendMax",
"repository": {
"url": "https://github.com/rish-e/BackendMax",
"source": "github"
},
"packages": [
{
"registryType": "npm",
"identifier": "backend-max",
"version": "2.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": []
}
]
}