Skip to content

Commit fd91a33

Browse files
CopilotMatanga1-2
andcommitted
Fix CI build failure: add missing TabItem imports to MCP template and fix broken link
Co-authored-by: Matanga1-2 <24847398+Matanga1-2@users.noreply.github.com>
1 parent f704509 commit fd91a33

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/generalTemplates/_mcp-installation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import Tabs from "@theme/Tabs"
2+
import TabItem from "@theme/TabItem"
3+
14
## Installing Port MCP
25

36
Installing Port's MCP is simple. Follow the instructions for your preferred tool, or learn about the archived local MCP server.
@@ -87,7 +90,7 @@ If you encounter errors:
8790
:::
8891

8992
:::warning VSCode action tool issue
90-
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`.
93+
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](/ai-interfaces/port-mcp-server/available-tools#select-which-tools-to-use) the tools `create_action`, `update_action`, and `delete_action`.
9194
This is relevant for cases where you see an error like this one:
9295
```
9396
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

0 commit comments

Comments
 (0)