GitHub Stars
43
User Rating
Not Rated
Favorites
0
Views
30
Forks
8
Issues
5
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
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.Additional Resources
Author Information
5,066
Followers
874
Repositories
0
Gists
0
Total Contributions
Related MCPs
siyuan-mcp-server
39
The siyuan-mcp-server is a multi-platform server built with TypeScript. It facilitates data management and API provision, aiding developers in efficiently building applications. Notably, it enhances real-time data processing and security features, providing a reliable solution for modern development needs.