Skip to content

Commit e86649b

Browse files
committed
use relative paths
1 parent e317bff commit e86649b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/server-configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Note: **read-only** mode acts as a strict security filter that takes precedence
2727

2828
## Configuration Examples
2929

30-
The examples below use VS Code configuration format to illustrate the concepts. If you're using a different MCP host (Cursor, Claude Desktop, JetBrains, etc.), your configuration might need to look slightly different. See [installation guides](https://github.com/github/github-mcp-server/tree/main/docs/installation-guides) for host-specific setup.
30+
The examples below use VS Code configuration format to illustrate the concepts. If you're using a different MCP host (Cursor, Claude Desktop, JetBrains, etc.), your configuration might need to look slightly different. See [installation guides](./installation-guides) for host-specific setup.
3131

3232
### Enabling Specific Tools
3333

@@ -334,7 +334,7 @@ Lockdown mode ensures the server only surfaces content in public repositories fr
334334

335335
| Problem | Cause | Solution |
336336
|---------|-------|----------|
337-
| Server fails to start | Invalid tool name in `--tools` or `X-MCP-Tools` | Check tool name spelling; use exact names from [Tools list](https://github.com/github/github-mcp-server?tab=readme-ov-file#tools) |
337+
| Server fails to start | Invalid tool name in `--tools` or `X-MCP-Tools` | Check tool name spelling; use exact names from [Tools list](../README.md#tools) |
338338
| Write tools not working | Read-only mode enabled | Remove `--read-only` flag or `X-MCP-Readonly` header |
339339
| Tools missing | Toolset not enabled | Add the required toolset or specific tool |
340340
| Dynamic tools not available | Using remote server | Dynamic mode is available in the local MCP server only |
@@ -344,7 +344,7 @@ Lockdown mode ensures the server only surfaces content in public repositories fr
344344
## Useful links
345345

346346
- [README: Tool Configuration](../README.md#tool-configuration)
347-
- [README: Available Toolsets](https://github.com/github/github-mcp-server?tab=readme-ov-file#available-toolsets) — Complete list of toolsets
348-
- [README: Tools](https://github.com/github/github-mcp-server?tab=readme-ov-file#tools) — Complete list of individual tools
347+
- [README: Available Toolsets](../README.md#available-toolsets) — Complete list of toolsets
348+
- [README: Tools](../README.md#tools) — Complete list of individual tools
349349
- [Remote Server Documentation](./remote-server.md) — Remote-specific options and headers
350350
- [Installation Guides](./installation-guides) — Host-specific setup instructions

0 commit comments

Comments
 (0)