aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md26
1 files changed, 11 insertions, 15 deletions
diff --git a/README.md b/README.md
index c329d61..310b1f7 100644
--- a/README.md
+++ b/README.md
@@ -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"
- }
- }
-}
-```