docs: add minimal Node client example#943
docs: add minimal Node client example#943liuxiaopai-ai wants to merge 1 commit intoChromeDevTools:mainfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
CLA has now been signed with this GitHub account. Could you please re-run/check the cla/google status? Thanks! |
|
Thanks for the PR but I think we should not document direct interactions with MCP and instead rely on the MCP SDK client implementations documented here https://modelcontextprotocol.io/docs/develop/build-client#typescript |
|
Thanks for the feedback — updated. I replaced the direct JSON-RPC interaction example with an official MCP TypeScript SDK client example ( |
Adds a tiny, dependency-free Node example that spawns the server via
npxand sends an MCPinitializerequest.Why:
Notes: