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
@@ -747,6 +749,22 @@ Langflow is an open-source visual builder that lets developers rapidly prototype
747
749
- Open-source and self-hostable, with secure multi-user support
748
750
- Future roadmap includes expanded MCP feature support
749
751
752
+
### LM-Kit.NET
753
+
754
+
[LM-Kit.NET] is a local-first Generative AI SDK for .NET (C# / VB.NET) that can act as an **MCP client**. Current MCP support: **Tools only**.
755
+
756
+
**Key features:**
757
+
758
+
- Consume MCP server tools over HTTP/JSON-RPC 2.0 (initialize, list tools, call tools).
759
+
- Programmatic tool discovery and invocation via `McpClient`.
760
+
- Easy integration in .NET agents and applications.
761
+
762
+
**Learn more:**
763
+
764
+
-[Docs: Using MCP in LM-Kit.NET](https://docs.lm-kit.com/lm-kit-net/api/LMKit.Mcp.Client.McpClient.html)
765
+
-[Creating AI agents](https://lm-kit.com/solutions/ai-agents)
766
+
- Product page: [LM-Kit.NET]
767
+
750
768
### LM Studio
751
769
752
770
[LM Studio](https://lmstudio.ai) is a cross-platform desktop app for discovering, downloading, and running open-source LLMs locally. You can now connect local models to tools via Model Context Protocol (MCP).
0 commit comments