From c7998f37870b508d9ec7797513ed7c99d99a59bd Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 24 Jul 2026 21:28:09 +0000 Subject: [PATCH] docs(cli): clarify slash commands are Claude Code CLI only, not VS Code extension or Cursor --- packages/cli/README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index d9836d7..7b611b3 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -38,14 +38,7 @@ Add to your MCP client config and start asking questions. The server scans your The first call scans your local data (takes a moment). Subsequent calls within 60 seconds return instantly from the in-memory cache. -### Slash commands - -Once connected, these are available as slash commands in your AI agent: - -| Command | Description | -|---------|-------------| -| `/mcp__agentmeter__sessions` | Show recent sessions — token usage, duration, model. Optional: `limit` | -| `/mcp__agentmeter__spend` | Show spend summary and daily breakdown (requires account). Optional: `days` | +> **Claude Code CLI only:** if you use the `claude` terminal app (not the VS Code extension), the server also registers two slash commands — `/mcp__agentmeter__sessions` and `/mcp__agentmeter__spend` — that inject live data directly into your conversation. These are not available in the VS Code extension or Cursor. ### Available tools (no account needed)