Skip to content

Commit 80aa0c6

Browse files
authored
Merge pull request #597 from LazaUK/patch-1
Docs update: Missing mandatory parameter in the Inspector's CLI command
2 parents 56ef795 + 7d888fc commit 80aa0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ npx @modelcontextprotocol/inspector --cli node build/index.js --method prompts/l
315315
npx @modelcontextprotocol/inspector --cli https://my-mcp-server.example.com
316316

317317
# Connect to a remote MCP server (with Streamable HTTP transport)
318-
npx @modelcontextprotocol/inspector --cli https://my-mcp-server.example.com --transport http
318+
npx @modelcontextprotocol/inspector --cli https://my-mcp-server.example.com --transport http --method tools/list
319319

320320
# Call a tool on a remote server
321321
npx @modelcontextprotocol/inspector --cli https://my-mcp-server.example.com --method tools/call --tool-name remotetool --tool-arg param=value

0 commit comments

Comments
 (0)