diff --git a/README.md b/README.md index a5f8a54..086b868 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ -# task-69f8e929da860fb4533faa2a +# MCP-сервер памяти агента -MCP memory server \ No newline at end of file +## Установка + +```bash +pip install -r requirements.txt +``` + +## Запуск сервера (stdio) + +```bash +python memory_server.py +``` + +## Тест клиентом + +```bash +python memory_client.py +```