File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -183,14 +183,16 @@ This will typically open a web interface at `localhost:6274`. To test your MCP s
183183 - Apache + PHP-FPM
184184 - Custom Docker setup
185185 - Any web server that properly supports SSE streaming
186- 2. In the Inspector interface, enter your Symfony server's MCP SSE URL (e.g., `http://localhost:8000/mcp/sse`)
187- 3. Connect and explore available tools visually
186+ -
187+ 2. In the Inspector interface, chose the protocol and enter the corresponding endpoint url
188+
189+ | MCP Specification version | Connection Url pattern |
190+ |:----------------------------:|--------------------------------------------------------------------------------|
191+ | 2024-11-05 (SSE) | `http(s)://[your-web-server]/[default_path]/sse` |
192+ | 2025-03-26 (Streamable HTTP) | `http(s)://[your-web-server]/[default_path]` |
193+ | | `default_path` is defined in your `config/packages/klp_mcp_server.yaml` file. |
188194
189- | MCP Specification version | Connection Url pattern |
190- |:----------------------------:|--------------------------------------------------|
191- | 2024-11-05 (SSE) | `http(s)://[your-web-server]/[default_path]/sse` |
192- | 2025-03-26 (Streamable HTTP) | `http(s)://[your-web-server]/[default_path]` |
193- ` default_path` is defined in your `config/packages/klp_mcp_server.yaml` file.
195+ 3. Connect and explore available tools visually
194196
195197# # Advanced Features
196198
You can’t perform that action at this time.
0 commit comments