aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLouis Burda <dev@sinitax.com>2026-01-13 19:26:58 +0100
committerLouis Burda <dev@sinitax.com>2026-01-13 19:26:58 +0100
commit72c52ab6d139c1e4ef323d64362e367ca3542d5d (patch)
tree31b2f9c48463a7e7e048711a5040e403ae446348 /README.md
parent0876d3286d18a26b12984125ab2e0beaee51d012 (diff)
downloadmeow-mcp-master.tar.gz
meow-mcp-master.zip
Rewrite READMEHEADmaster
Diffstat (limited to 'README.md')
-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"
- }
- }
-}
-```