- Move endpoint from /api/collections/[id]/mcp to /api/collections/[id]/mcp/[transport] - Support both 'http' and 'sse' transports - HTTP: standard JSON-RPC over HTTP - SSE: Server-Sent Events for streaming responses - Add test script for validating MCP endpoints |
||
|---|---|---|
| .. | ||
| public | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| next-env.d.ts | ||
| next.config.ts | ||
| package.json | ||
| postcss.config.js | ||
| RATE_LIMITING.md | ||
| RATE_LIMITING_SUMMARY.md | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vercel.json | ||
| vitest.config.ts | ||