Skip to content

docs(developer): update Crowdin MCP Server article for V2#670

Open
rohalskyy wants to merge 1 commit intomainfrom
mcp-v2
Open

docs(developer): update Crowdin MCP Server article for V2#670
rohalskyy wants to merge 1 commit intomainfrom
mcp-v2

Conversation

@rohalskyy
Copy link
Copy Markdown
Collaborator

No description provided.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Apr 8, 2026 0:09am

Request Review

| `crowdin-tool-sets` | `all`, or comma-separated names (for example, `ai,reports,webhooks`; see [Available Tool Sets](#available-tool-sets)) | Controls which tool sets are loaded. By default, the server loads a curated set of commonly used tool sets. Set to `all` to load every available tool set. |
| `crowdin-read-only` | `true` or `false` | When set to `true`, only read-only tools (list and get operations) are exposed. Useful for safe exploration or read-only integrations. |
| `crowdin-project-type` | `string-based` or `file-based` | Filters out tools that are not applicable to the specified project type, reducing noise for the AI agent. |
| `crowdin-tool-filter` | Comma-separated patterns (for example, `projects_*`, `*_get_many`) | Applies wildcard pattern matching to tool names, allowing you to include only a specific subset of tools. |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `crowdin-tool-filter` | Comma-separated patterns (for example, `projects_*`, `*_get_many`) | Applies wildcard pattern matching to tool names, allowing you to include only a specific subset of tools. |
| `crowdin-tool-filter` | Comma-separated patterns (for example, `*project*`, `list_*`) | Applies wildcard pattern matching to tool names, allowing you to include only a specific subset of tools. |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants