Skip to content

Commit 7f6574e

Browse files
committed
Improve some wording in MCP Auth guide
1 parent 64f9607 commit 7f6574e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/includes/quick-starts/mcp-auth-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const server = new McpServer({
142142
});
143143

144144
// Define the port
145-
const port = parseInt(process.env.PORT || '3000');
145+
const port = '3000';
146146

147147
// Register a simple addition tool
148148
server.registerTool(

0 commit comments

Comments
 (0)