Reference: update Tiger CLI and MCP reference (verified vs CLI v0.21.1) - #387
Merged
Conversation
Sync the Tiger CLI and Tiger MCP reference to the current product, verified end-to-end against Tiger CLI v0.21.1 (every command, flag, config key, and MCP tool checked against live --help, 'tiger config set', 'tiger mcp list', and 'tiger mcp get'). CLI reference (_devops-cli-reference.mdx): - Document the previously missing 'tiger service logs' and 'tiger db schema' commands. - Add the 'service delete' flags (--confirm, --no-wait, --wait-timeout) and correct its confirmation wording. - Complete the 'mcp install' client list (add antigravity, kiro-cli). - Drop the nonexistent 'tiger auth login --project-id' flag and TIGER_PROJECT_ID env var (not honored by the binary); the project is auto-detected. Note the 'db connect' psql alias and --no-replica-prompt flag. CLI config options (_devops-cli-config-options.mdx): - Replace the nonexistent 'version_check_interval' key with the real 'version_check' (boolean); add the missing 'mcp_max_rows' key. MCP tools reference (_devops-mcp-commands.mdx): - Document the previously missing db_schema, search_docs, and view_skill tools (all 13 tools now covered). - Remove the nonexistent 'timeout_minutes' parameter from the service tools. - Correct db_execute_query: multi-statement queries ARE supported when no parameters are provided. Also: point the Tiger MCP reference page at the reworked tools partial (drop the superseded _devops-mcp-commands-cli.mdx); reword 'AI assistant' to 'AI agent' on the Reference landing pages; surface Tiger CLI, Tiger MCP, and the REST API as individual entries in the Reference top dropdown and reorder the sidebar so they sit above Data tiering. Carved out of the CLI/MCP docs IA branch as a standalone reference PR.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
atovpeko
marked this pull request as ready for review
July 10, 2026 13:16
✅ Checklist CompleteThank you for taking the time to properly review your PR! All checklist items are complete. |
Askir
approved these changes
Jul 10, 2026
- Clarify that client credentials come from project access tokens - Link to /integrate/find-connection-details#create-client-credentials - Add link to free services in service create section - Mark 6 tools disabled in read-only mode in MCP commands - Remove broken link to /learn/tiger-cli-mcp from 5 files - Remove links to non-existent planned pages: - /build/tiger-cli-mcp/common-tasks - /build/tiger-cli-mcp/agent-best-practices
Change links from https://github.com/timescale/tiger-cli to https://github.com/timescale/tiger-cli/issues/new so users can file new issues directly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Describe your changes
Give Tiger CLI and Tiger MCP their own Reference pages, verified end-to-end against Tiger CLI v0.21.1: every command, flag, and config key, plus all 13 MCP tools. Fixes inaccuracies (missing
service logs/db schema, missingdb_schema/search_docs/view_skilltools, nonexistent--project-id/timeout_minutes/version_check_interval, wrong multi-statement note). Also promotes Tiger CLI, Tiger MCP, and the REST API into the Reference top dropdown and caps the right-side nav at H2.Affected pages
/get-started/quickstart/mcp-cli
/get-started/quickstart/rest-api
/get-started/quickstart/tiger-cli
/reference
/reference/tiger-cloud
/reference/tiger-cloud/tiger-cli
/reference/tiger-cloud/tiger-mcp
🧪 Component kitchen sink — check for visual regressions if you changed components, styles, or dependencies.
Related Issues
Part of the Tiger CLI and MCP docs effort (umbrella: #375). No separate issue.
Issue: #
Checklist before requesting a review