You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that schema changes are made to `schema.ts`, and `schema.json` is generated from
38
-
`schema.ts`.
38
+
```bash
39
+
git checkout -b feature/your-feature-name
40
+
```
39
41
40
-
1. Create a new branch:
42
+
## Schema changes
43
+
44
+
Schema changes go in `schema/draft/schema.ts`. To validate your changes, run:
41
45
42
46
```bash
43
-
git checkout -b feature/your-feature-name
47
+
npm run check:schema:ts
44
48
```
45
49
46
-
2. Make your changes.
47
-
48
-
3. Validate schema changes and generate `schema.json`:
50
+
`schema/draft/schema.json` and `docs/specification/draft/schema.mdx` are generated from `schema/draft/schema.ts`; do not edit them directly. To generate them, run:
@@ -166,6 +168,7 @@ This page provides an overview of applications that support the Model Context Pr
166
168
[Mistral AI: Le Chat]: https://chat.mistral.ai
167
169
[MooPoint]: https://moopoint.io
168
170
[Msty Studio]: https://msty.ai
171
+
[Needle]: https://needle.app
169
172
[OpenSumi]: https://github.com/opensumi/core
170
173
[oterm]: https://github.com/ggozad/oterm
171
174
[Postman]: https://postman.com/downloads
@@ -177,6 +180,7 @@ This page provides an overview of applications that support the Model Context Pr
177
180
[SpinAI]: https://spinai.dev
178
181
[Superinterface]: https://superinterface.ai
179
182
[Superjoin]: https://superjoin.ai
183
+
[Swarms]: https://github.com/kyegomez/swarms
180
184
[systemprompt]: https://systemprompt.io
181
185
[Tambo]: https://tambo.co
182
186
[Tencent CloudBase AI DevKit]: https://docs.cloudbase.net/ai/agent/mcp
@@ -295,7 +299,7 @@ It uses plain JavaScript (old-school style) and is hosted on Apify, allowing you
295
299
296
300
### Amp
297
301
298
-
[Amp](https://ampcode.com) is an agentic coding tool built by Sourcegraph. It runs in VS Code (and compatible forks like Cursor, Windsurf, and VSCodium) and as a command-line tool. It’s also multiplayer — you can share threads and collaborate with your team.
302
+
[Amp](https://ampcode.com) is an agentic coding tool built by Sourcegraph. It runs in VS Code (and compatible forks like Cursor, Windsurf, and VSCodium), JetBrains IDEs, Neovim, and as a command-line tool. It’s also multiplayer — you can share threads and collaborate with your team.
299
303
300
304
**Key features:**
301
305
@@ -911,6 +915,22 @@ MooPoint is a web-based AI chat platform built for developers and advanced users
911
915
912
916
-[Msty Studio Documentation](https://docs.msty.studio/features/toolbox/tools)
913
917
918
+
### Needle
919
+
920
+
[Needle](https://needle.app) is a RAG worflow platform that also works as an MCP client, letting you connect and use MCP servers in seconds.
921
+
922
+
**Key features:**
923
+
924
+
-**Instant MCP integration:** Connect any remote MCP server to your collection in seconds
925
+
-**Built-in RAG:** Automatically get retrieval-augmented generation out of the box
926
+
-**Secure OAuth:** Safe, token-based authorization when connecting to servers
927
+
-**Smart previews:** See what each MCP server can do and selectively enable the tools you need
[NVIDIA Agent Intelligence (AIQ) toolkit](https://github.com/NVIDIA/AIQToolkit) is a flexible, lightweight, and unifying library that allows you to easily connect existing enterprise agents to data sources and tools across any framework.
@@ -1050,6 +1070,23 @@ Simtheory is an agentic AI workspace that unifies multiple AI models, tools, and
1050
1070
- Compatible with both SSE and Streamable HTTP transport for efficient, real-time streaming communication
1051
1071
- Fully web-based, cross-platform client requiring no additional software installation
1052
1072
1073
+
### Swarms
1074
+
1075
+
[Swarms](https://github.com/kyegomez/swarms) is a production-grade multi-agent orchestration framework that supports MCP integration for dynamic tool discovery and execution.
1076
+
1077
+
**Key features:**
1078
+
1079
+
- Connects to MCP servers via SSE transport for real-time tool integration
1080
+
- Automatic tool discovery and loading from MCP servers
1081
+
- Support for distributed tool functionality across multiple agents
1082
+
- Enterprise-ready with high availability and observability features
1083
+
- Modular architecture supporting multiple AI model providers
[systemprompt](https://systemprompt.io) is a voice-controlled mobile app that manages your MCP servers. Securely leverage MCP agents from your pocket. Available on iOS and Android.
0 commit comments