Created
January 30, 2026 13:13
-
-
Save maskaravivek/f722997da0a53b6b08aaa4eeaf063ec7 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