Skip to content

Commit 23f2bf9

Browse files
authored
mcp-server.md: update token argument (#980)
1 parent 35ef51d commit 23f2bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to-guides/mcp-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ it by creating a `.cursor/mcp.json` file in your project root:
3939
"mcpServers": {
4040
"logfire": {
4141
"command": "uvx",
42-
"args": ["logfire-mcp", "--logfire-read-token=YOUR-TOKEN"],
42+
"args": ["logfire-mcp", "--read-token=YOUR-TOKEN"],
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)