Skip to content

Commit 87861d9

Browse files
committed
update placeholder values
1 parent 543c3ef commit 87861d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ai/model-context-protocol.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ See the [Claude Code documentation](https://docs.anthropic.com/en/docs/claude-co
177177
```json
178178
{
179179
"mcpServers": {
180-
"server-name": {
180+
"<your-mcp-server-name>": {
181181
"url": "<your-mcp-server-url>"
182182
}
183183
}
@@ -202,7 +202,7 @@ See the [Claude Code documentation](https://docs.anthropic.com/en/docs/claude-co
202202
```json
203203
{
204204
"servers": {
205-
"<server-name>": {
205+
"<your-mcp-server-name>": {
206206
"type": "http",
207207
"url": "<your-mcp-server-url>"
208208
}

0 commit comments

Comments
 (0)