mcp-toolbox-sdk-js
mcp-toolbox-sdk-jsは、TypeScriptで構築された開発者向けのツールキットです。このSDKは、開発者がMCP(Managed Cloud Platform)と連携するための機能を提供し、アプリケーションの開発を効率化します。特に、APIとの統合やデータ管理に役立つ機能が含まれています。
GitHubスター
43
ユーザー評価
未評価
お気に入り
0
閲覧数
23
フォーク
8
イシュー
5
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
To get started using Toolbox tools with an application, follow these general steps:
1Set up and Run the Toolbox Service:
Before using the SDKs, you need the main MCP Toolbox service running. Follow
the instructions here: [Toolbox Getting Started
Guide](https://github.com/googleapis/genai-toolbox?tab=readme-ov-file#getting-started)
2Install the Appropriate SDK:
Choose the package based on your needs (see "[Which Package Should I Use?](#which-package-should-i-use)" above) and install it:
bash
# For the core, framework-agnostic SDK
npm install @toolbox-sdk/core
3Use the SDK:
Consult the README for your chosen package (linked in the "[Available
Packages](#available-packages)" section above) for detailed instructions on
how to connect the client, load tool definitions, invoke tools, configure
authentication/binding, and integrate them into your application or
framework.