add Readme
This commit is contained in:
parent
86da48f2d6
commit
d82a185938
16
README.md
Normal file
16
README.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# MCP Experiment
|
||||||
|
|
||||||
|
Dieses Projekt demonstriert den Einsatz des Model Context Protocol (MCP) mit einer lokalen SQLite-Datenbank und einem Ollama-LLM (Qwen2.5) unter Nix.
|
||||||
|
|
||||||
|
## Voraussetzungen
|
||||||
|
- Nix mit Flake-Support
|
||||||
|
- Git
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
```bash
|
||||||
|
git clone <repo-url>
|
||||||
|
cd mcp-experiment
|
||||||
|
nix develop
|
||||||
|
```
|
||||||
|
|
||||||
|
danach ist die Umgebung in tmux verfügbar, alle Services laufen und in Tab 3 kann direkt mit dem LLM über MCP Dienste genutzt werden
|
Loading…
Reference in New Issue
Block a user