@toolsdk.ai/registry 1.0.135 → 1.0.137
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,6 +37,15 @@
|
|
|
37
37
|
|
|
38
38
|
</div>
|
|
39
39
|
|
|
40
|
+
## Start Here
|
|
41
|
+
|
|
42
|
+
- 🔍 I want to **find an MCP Server** → [Browse Directory](#mcp-servers)
|
|
43
|
+
- 🔌 I want to **integrate MCP tools** into my AI app → [Integration Guide](https://toolsdk.ai/docs/tutorials/getting-started#-quick-start)
|
|
44
|
+
- 🚀 I want to **deploy an MCP Gateway** → [Deployment Guide](#deploy-enterprise-gateway-recommended)
|
|
45
|
+
- ➕ I want to **submit my MCP Server** → [Contribution Guide](#contribute-your-mcp-server)
|
|
46
|
+
|
|
47
|
+
> **💡 Highlights**: Federated search across 4110+ servers & official registry • One-line integration with `Vercel AI SDK` / `LangChain` • Sandbox + OAuth 2.1 built-in • Get featured on [ToolSDK.ai](https://toolsdk.ai)
|
|
48
|
+
|
|
40
49
|
## Getting Started
|
|
41
50
|
|
|
42
51
|
<a id="docker-self-hosting"></a>
|
|
@@ -228,6 +237,8 @@ Help grow the ecosystem! Share your AI tools, plugins, and integrations with the
|
|
|
228
237
|
|
|
229
238
|
### How to Submit
|
|
230
239
|
|
|
240
|
+
[](https://www.youtube.com/watch?v=J_oaDtCoVVo)
|
|
241
|
+
|
|
231
242
|
**1. Create JSON Config** - Simple, structured format:
|
|
232
243
|
|
|
233
244
|
```json
|