Skip to content

Fix: add /mcp path to local test snippet in mcp-server-hello-world README#223

Closed
noramxiao wants to merge 1 commit into
mainfrom
fix/mcp-readme-mcp-url
Closed

Fix: add /mcp path to local test snippet in mcp-server-hello-world README#223
noramxiao wants to merge 1 commit into
mainfrom
fix/mcp-readme-mcp-url

Conversation

@noramxiao
Copy link
Copy Markdown
Contributor

What

The DatabricksMCPClient list-tools snippet in mcp-server-hello-world/README.md ("End-to-end test your locally-running MCP server") used server_url="http://localhost:8000" without the /mcp path. The MCP protocol routes are mounted under /mcp (as the "MCP Endpoints" section of the same README already states), so the connectivity check fails as written.

Change

http://localhost:8000 -> http://localhost:8000/mcp in the test snippet.

Fixes #122

…ADME

The DatabricksMCPClient list-tools snippet pointed at http://localhost:8000
without the /mcp path, so connectivity checks against the locally running
server failed. The MCP protocol routes are mounted under /mcp (as already
documented in the "MCP Endpoints" section).

Fixes #122

Co-authored-by: Isaac
@noramxiao noramxiao closed this May 29, 2026
@noramxiao
Copy link
Copy Markdown
Contributor Author

addressed in #209

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

URL for list tools test needs /mcp

1 participant