Skip to content

Commit 4f8dee0

Browse files
author
klapaudius
committed
Clarify connection protocol instructions and update URL patterns in README.md.
1 parent 08edd50 commit 4f8dee0

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)