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
@@ -448,6 +453,19 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
448
453
**Learn more:**
449
454
-[Msty Studio Documentation](https://docs.msty.studio/features/toolbox/tools)
450
455
456
+
### NVIDIA Agent Intelligence (AIQ) toolkit
457
+
[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.
458
+
459
+
**Key features:**
460
+
- Acts as an MCP **client** to consume remote tools
461
+
- Acts as an MCP **server** to expose tools
462
+
- Framework agnostic and compatible with LangChain, CrewAI, Semantic Kernel, and custom agents
463
+
- Includes built-in observability and evaluation tools
[OpenSumi](https://github.com/opensumi/core) is a framework helps you quickly build AI Native IDE products.
453
471
@@ -558,6 +576,17 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
558
576
- Tool calls with editable inputs and always-allow toggle
559
577
- Integration with existing VS Code extension system to register MCP servers from extensions
560
578
579
+
### WhatsMPC
580
+
[WhatsMPC](https://wassist.app/mcp/) is an MCP client for WhatsApp. WhatsMCP lets you interact with your AI stack from the comfort of a WhatsApp chat.
581
+
582
+
**Key features:**
583
+
- Supports MCP tools
584
+
- SSE transport, full OAuth2 support
585
+
- Chat flow management for WhatsApp messages
586
+
- One click setup for connecting to your MCP servers
587
+
- In chat management of MCP servers
588
+
- Oauth flow natively supported in WhatsApp
589
+
561
590
### Windsurf Editor
562
591
[Windsurf Editor](https://codeium.com/windsurf) is an agentic IDE that combines AI assistance with developer workflows. It features an innovative AI Flow system that enables both collaborative and independent AI interactions while maintaining developer control.
563
592
@@ -576,6 +605,7 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
576
605
- Easy-install from Smithery.ai
577
606
- Open-source, available for macOS, Windows and Linux
578
607
608
+
579
609
### Zed
580
610
[Zed](https://zed.dev/docs/assistant/model-context-protocol) is a high-performance code editor with built-in MCP support, focusing on prompt templates and tool integration.
3. Added support for **[elicitation](/specification/draft/client/elicitation)**, enabling
14
+
3. Classified MCP servers as [OAuth Resource Servers](https://modelcontextprotocol.io/specification/draft/basic/authorization#2-3-authorization-server-discovery), adding protected resource metadata to discover the corresponding Authorization server. (PR [#338](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/338))
15
+
4. Clarified [security considerations](https://modelcontextprotocol.io/specification/draft/basic/authorization#3-security-considerations) and best practices in the authorization spec and in a new [security best practices page](https://modelcontextprotocol.io/specification/draft/basic/security_best_practices).
16
+
5. Added support for **[elicitation](/specification/draft/client/elicitation)**, enabling
15
17
servers to request additional information from users during interactions. (PR [#382](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/382))
0 commit comments