You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ Tiger CLI provides the following commands:
104
104
-`tiger mcp` - MCP server setup and management
105
105
-`install` - Install and configure MCP server for an AI assistant
106
106
-`start` - Start the MCP server
107
+
-`list` - List available MCP tools, prompts, and resources
107
108
-`tiger version` - Show version information
108
109
109
110
Use `tiger <command> --help` for detailed information about each command.
@@ -182,8 +183,8 @@ The MCP server automatically uses your CLI authentication and configuration, so
182
183
183
184
In addition to the service management tools listed above, the Tiger MCP server also proxies tools from a remote documentation MCP server. This feature provides AI assistants with semantic search capabilities for PostgreSQL, TimescaleDB, and Tiger Cloud documentation, as well as prompts/guides for various Tiger Cloud features.
184
185
185
-
The proxied documentation server ([tiger-docs-mcp-server](https://github.com/timescale/tiger-docs-mcp-server)) currently provides the following tools:
186
-
-`get_guide` - Retrieve comprehensive guides for TimescaleDB features and best practices
186
+
The proxied documentation server ([pg-aiguide](https://github.com/timescale/pg-aiguide)) currently provides the following tools:
187
+
-`view_skill` - Retrieve comprehensive guides for TimescaleDB features and best practices
187
188
-`semantic_search_postgres_docs` - Search PostgreSQL documentation using natural language queries
188
189
-`semantic_search_tiger_docs` - Search Tiger Cloud and TimescaleDB documentation using natural language queries
0 commit comments