Skip to content

Commit 540d57e

Browse files
committed
update
1 parent 7576f01 commit 540d57e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,10 @@ MCP Tools provides a web interface for interacting with MCP servers through a br
331331
mcp web npx -y @modelcontextprotocol/server-filesystem ~
332332

333333
# Use a custom port
334-
mcp web --port 8080 npx -y @modelcontextprotocol/server-filesystem ~
334+
mcp web --port 8080 docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/github/github-mcp-server
335+
336+
# Use SSE
337+
mcp web https://ne.tools
335338
```
336339

337340
The web interface includes:

0 commit comments

Comments
 (0)