ollama-mcp-csharp
Simple Examples in C# (using Microsoft.Extensions.AI) that demonstrate how to use Tool-calling or MCP (using ModelContextProtocol csharp-sdk) with open/local LLMs running on Ollama (using OllamaSharp).
GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
6
フォーク
0
イシュー
0
README
ollama-mcp-csharp
Simple Examples in C# (using Microsoft.Extensions.AI) that demonstrate how to use
- Tool-calling
- or MCP (using ModelContextProtocol csharp-sdk)
- with open/local LLMs running on Ollama (using OllamaSharp).
| Topic | Model | Link |
|---|---|---|
| Ask "What time is it?" and get an aswer from the model. | qwen3:8b | src/OllamaToolCallingExample |
| Open a website and let the model summarize it's content. | qwen3:8b | src/OllamaPlaywrightMCPExample |