diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 26 |
1 files changed, 11 insertions, 15 deletions
@@ -1,25 +1,21 @@ # Meow MCP -This project provides a Meow MCP (Multi-Capability Plugin) server. +This project provides a Meow MCP (Model Context Protocol) server that lets AI assistants meow and purr like a cat. -### Run the server +## Available Tools + +| Tool | Description | +|------|-------------| +| `meow` | Meow like a cat | +| `purr` | Purr like a cat | + +## Run the Server ```bash -uv run main.py +uv run meow-mcp ``` The server will be running at `http://127.0.0.1:8000`. -### Configure Gemini-CLI +- **MCP endpoint:** `http://127.0.0.1:8000/mcp` -Add the following to your Gemini-CLI `settings.json`: - -```json -{ - "mcpServers": { - "meow_mcp_server": { - "httpUrl": "http://127.0.0.1:8000" - } - } -} -``` |
