Skip to content

Commit a407097

Browse files
Minor format tweak
1 parent ac1f1f9 commit a407097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Tiger CLI is a Go-based command-line interface for managing Tiger, the modern da
161161
- **MCP Server**: `internal/tiger/mcp/` - Model Context Protocol server implementation
162162
- `server.go` - MCP server initialization, tool registration, and lifecycle management
163163
- `service_tools.go` - Service management tools (list, show, create, update-password)
164-
- `db_tools.go` - Database operation tools (execute_query)
164+
- `db_tools.go` - Database operation tools (execute-query)
165165
- `proxy.go` - Proxy client that forwards tools/resources/prompts from remote docs MCP server
166166
- **Password Storage**: `internal/tiger/password/` - Secure password storage utilities
167167

@@ -194,7 +194,7 @@ The Tiger MCP server provides AI assistants with programmatic access to Tiger re
194194

195195
1. **Direct Tiger Tools** - Native tools for Tiger operations
196196
- `service_tools.go` - Service management (list, show, create, update-password)
197-
- `db_tools.go` - Database operations (execute_query)
197+
- `db_tools.go` - Database operations (execute-query)
198198
2. **Proxied Documentation Tools** (`proxy.go`) - Tools forwarded from a remote docs MCP server (see `proxy.go` for implementation)
199199

200200
**Tool Definition Pattern:**

0 commit comments

Comments
 (0)