refactor(api): remove MCP server integration and docs references
This commit is contained in:
parent
5dd8242985
commit
1d8a8eafb8
9 changed files with 9 additions and 1195 deletions
|
|
@ -12,18 +12,6 @@ server {
|
|||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
}
|
||||
|
||||
# MCP endpoint — keep /mcp/ prefix; disable buffering for SSE streaming
|
||||
location /mcp/ {
|
||||
proxy_pass http://127.0.0.1:8000/mcp/;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_buffering off;
|
||||
proxy_cache off;
|
||||
proxy_read_timeout 3600s;
|
||||
}
|
||||
|
||||
# SvelteKit Node server
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:3000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue