Skip to content

Commit 5956953

Browse files
committed
docs: improve README formatting and path references
- Change filesystem path from / to ./ for better security - Fix table formatting in verified MCP clients section - Standardize punctuation in OAuth setup instructions
1 parent 97aba57 commit 5956953

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you use stdio transport
2424
--external-url https://{your-domain} \
2525
--tls-accept-tos \
2626
--password changeme \
27-
-- npx -y @modelcontextprotocol/server-filesystem /
27+
-- npx -y @modelcontextprotocol/server-filesystem ./
2828
```
2929

3030
That's it! Your streamable HTTP endpoint is now available at `https://{your-domain}/mcp`.
@@ -34,15 +34,15 @@ To proxy SSE/streamable HTTP transport, specify a URL; to use the stdio transpor
3434

3535
## Verified MCP Client
3636

37-
| MCP Client | Status | Notes |
38-
| ----------------- | ------ | ------------------------------------------------- |
39-
| Claude - Web || |
40-
| Claude - Desktop || |
41-
| Claude Code || |
42-
| ChatGPT - Web || Need to implement `search` and `fetch` tools.(*1) |
43-
| ChatGPT - Desktop || Need to implement `search` and `fetch` tools.(*1) |
44-
| GitHub Copilot || |
45-
| Cursor || |
37+
| MCP Client | Status | Notes |
38+
| ----------------- | ------ | ------------------------------------------------ |
39+
| Claude - Web || |
40+
| Claude - Desktop || |
41+
| Claude Code || |
42+
| ChatGPT - Web || Need to implement `search` and `fetch` tools.(1) |
43+
| ChatGPT - Desktop || Need to implement `search` and `fetch` tools.(1) |
44+
| GitHub Copilot || |
45+
| Cursor || |
4646

4747
- *1: https://platform.openai.com/docs/mcp
4848

@@ -100,7 +100,7 @@ docker run --rm --net=host \
100100
1. Go to the [Google Cloud Console](https://console.cloud.google.com/)
101101
2. Create a new project or select an existing one
102102
3. Create OAuth consent screen
103-
4. Credentials → Create credentials → OAuth client IDWeb application
103+
4. Credentials → Create credentials → OAuth client ID (Web application)
104104
5. Add authorized redirect URI: `{EXTERNAL_URL}/.auth/google/callback`
105105

106106
#### GitHub OAuth Setup

0 commit comments

Comments
 (0)