https://github.com/hideya/mcp-client-node
https://github.com/hideya/mcp-client-node
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hideya/mcp-client-node
- Owner: hideya
- License: cc-by-4.0
- Created: 2024-12-22T02:20:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T19:04:59.000Z (over 1 year ago)
- Last Synced: 2025-02-05T04:53:42.403Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MCP Client node.js example from Tutorials
Simple
[Model Context Protocol (MCP)](https://modelcontextprotocol.io/)
client example explained in one of MCP docs tutorials:
[building-a-client-node.mdx](https://github.com/modelcontextprotocol/docs/blob/main/tutorials/building-a-client-node.mdx)
## Original Author and License
This example is based on the code explained in
[this tutorial](https://github.com/modelcontextprotocol/docs/blob/main/tutorials/building-a-client-node.mdx),
whose license is [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/deed.en).
Because no other license is specified, the same license has been applied,
even though it is said not to be suitable for software...