Skip to content

Commit db12597

Browse files
Update en/includes/quick-starts/mcp-auth-server.md
Co-authored-by: Sagara <[email protected]>
1 parent 7f6574e commit db12597

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ app.post('/mcp', async (req, res) => {
210210
});
211211

212212
// Start the server
213-
const port = parseInt(process.env.PORT || '3000');
214213
app.listen(port, () => {
215214
console.log(`Demo MCP Server running on http://localhost:${port}/mcp`);
216215
}).on('error', error => {

0 commit comments

Comments
 (0)