Skip to content

Commit 3e0522a

Browse files
authored
Fixed missing transport in Claude Code instructions (#16423)
1 parent d825303 commit 3e0522a

File tree

1 file changed

+1
-1
lines changed
  • content/docs/iac/guides/ai-integration/mcp-server

1 file changed

+1
-1
lines changed

content/docs/iac/guides/ai-integration/mcp-server/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ After adding the configuration:
7777
Add the Pulumi MCP server to Claude Code by running:
7878

7979
```bash
80-
claude mcp add pulumi https://mcp.ai.pulumi.com/mcp
80+
claude mcp add --transport http pulumi https://mcp.ai.pulumi.com/mcp
8181
```
8282

8383
Launch Claude Code, enter the `/mcp` slash-command, select "pulumi" and connect it. Authenticate via the browser popup.

0 commit comments

Comments
 (0)