20 lines
257 B
Markdown
20 lines
257 B
Markdown
# MCP-сервер памяти агента
|
|
|
|
## Установка
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
## Запуск сервера (stdio)
|
|
|
|
```bash
|
|
python memory_server.py
|
|
```
|
|
|
|
## Тест клиентом
|
|
|
|
```bash
|
|
python memory_client.py
|
|
```
|