File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
1951951 . ** 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 )
1981982 . ** Proxied Documentation Tools** (` proxy.go ` ) - Tools forwarded from a remote docs MCP server (see ` proxy.go ` for implementation)
199199
200200** Tool Definition Pattern:**
You can’t perform that action at this time.
0 commit comments