Created
January 30, 2026 12:44
-
-
Save maskaravivek/e368eec59c4fe72b8f6d9692fb061c8e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { Client } from "@modelcontextprotocol/sdk/client/index.js"; | |
| const client = new Client({ | |
| name: "my-app", | |
| version: "1.0.0" | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment