Skip to content

Commit e44bfb6

Browse files
authored
Merge pull request #2811 from port-labs/mcp-vscode-action-issue
Document VSCode action tool configuration issue
2 parents c34e24f + e56a870 commit e44bfb6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/ai-interfaces/port-mcp-server/overview-and-installation.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,13 @@ If you encounter errors:
195195
- **Permission issues**: You may need to run with appropriate permissions
196196
:::
197197

198+
:::warning VSCode action tool issue
199+
In some versions of VS Code, the MCP server might not start or return an error in the chat because of a configuration issue with the action related tools. To deal with it, [deselect](./available-tools#select-which-tools-to-use) the tools `create_action`, `update_action`, and `delete_action`.
200+
This is relevant for cases where you see an error like this one:
201+
```
202+
Failed to validate tool mcp_port_create_action: Error: tool parameters array type must have items. Please open a Github issue for the MCP server or extension which provides this tool
203+
```
204+
:::
198205

199206
**Step 1: Configure MCP Server Settings**
200207

0 commit comments

Comments
 (0)