Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MCP

Warning

MCP SERVER  구성중.... comming soon

🧠 Example System Prompt for LLMs

...

Code Block
themeEmacs
title.vscode/mcp.json
{
	"servers": {
		"memorizer": {
			"type": "sse",
			"url": "https://mcp.webnori.com/sse"
    	}
	},
	"inputs": []
}



MCP PROXY를 위한추가팁

Code Block
themeEmacs
# location 컨텍스트에서 유효
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

# SSE는 스트림을 즉시 흘려보내야 함
proxy_buffering off;
proxy_request_buffering off;
proxy_cache off;

# 압축/청크가 스트림을 묶지 않도록
gzip off;
proxy_set_header Accept-Encoding "";

# 커넥션/타임아웃
proxy_http_version 1.1;
proxy_read_timeout 1h;
proxy_send_timeout 1h;

# Nginx가 헤더를 재작성하지 않도록(일부 환경에서 유용)
proxy_set_header Connection "";
  • SSE를 SSL Proxy시 모드로 작동시 참고 - http 1.1버전