Skip to content

Commit f20143c

Browse files
committed
Update docs
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 348c3e0 commit f20143c

18 files changed

+509
-602
lines changed

docs/docs/best-practices/developing-your-mcp-server-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ curl -X POST http://127.0.0.1:4444/gateways \
125125
-d '{"name":"my_echo_server","url":"http://127.0.0.1:8000/mcp","transport":"streamablehttp"}'
126126
```
127127

128-
For instructions on registering your server via the UI, please see [Register with the Gateway UI](register-server.md#registering-a-tool-with-the-gateway).
128+
For instructions on registering your server via the UI, please see [Gateway Integration](../using/servers/index.md#gateway-integration).
129129

130130
### 4.2 Verify Registration
131131

docs/docs/deployment/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ MCP Gateway loads configuration from:
4343
- Environment variables (overrides `.env`)
4444
- CLI flags (e.g., via `run.sh`)
4545

46-
⚠️ **Security Note**: Never store sensitive credentials directly in environment variables. Use a secrets management system in production. See the [Security Guide](../manage/securing.md#secrets-management) for details.
46+
⚠️ **Security Note**: Never store sensitive credentials directly in environment variables. Use a secrets management system in production. See the [Security Guide](../manage/securing.md#5-secrets-management) for details.
4747

4848
---
4949

@@ -70,4 +70,4 @@ The default container image:
7070

7171
> For Kubernetes, you can mount a ConfigMap or Secret as `.env`.
7272
73-
**Important**: For production deployments, ensure you follow the container hardening guidelines in our [Security Guide](../manage/securing.md#container-security).
73+
**Important**: For production deployments, ensure you follow the container hardening guidelines in our [Security Guide](../manage/securing.md#4-container-security).

docs/docs/development/doctest-coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,4 +328,4 @@ python -m py_compile module.py
328328
- [Development Guide](index.md) - General development information
329329
- [Testing Guide](../testing/index.md) - Testing strategies and tools
330330
- [Contributing Guidelines](https://github.com/IBM/mcp-context-forge/blob/main/CONTRIBUTING.md) - How to contribute to the project
331-
- [Makefile Targets](../../../README.md#makefile-targets) - Available make targets including doctest commands
331+
- [Makefile Targets](../index.md#makefile-targets) - Available make targets including doctest commands

docs/docs/development/mcp-developer-guide-json-rpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,4 +1170,4 @@ module.exports = MCPGatewayClient;
11701170
- [JSON-RPC 2.0 Specification](https://www.jsonrpc.org/specification)
11711171
- [MCP Gateway Documentation](https://ibm.github.io/mcp-context-forge/)
11721172
- [MCP Gateway Admin UI Guide](../manage/index.md)
1173-
- [MCP Gateway Wrapper Documentation](mcpgateway-wrapper.md)
1173+
- [MCP Gateway Wrapper Documentation](../using/mcpgateway-wrapper.md)

docs/docs/faq/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
## 🤝 Contributing & Community
264264

265265
???+ tip "👩💻 How can I file issues or contribute?"
266-
Use [GitHub Issues](https://github.com/IBM/mcp-context-forge/issues) and `CONTRIBUTING.md`.
266+
Use [GitHub Issues](https://github.com/IBM/mcp-context-forge/issues) and [CONTRIBUTING.md](https://github.com/IBM/mcp-context-forge/blob/main/CONTRIBUTING.md).
267267

268268
???+ tip "🧑🎓 What code style and CI tools are used?"
269269
- Pre-commit: `ruff`, `black`, `mypy`, `isort`

docs/docs/index.md

Lines changed: 478 additions & 572 deletions
Large diffs are not rendered by default.

docs/docs/manage/export-import-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,4 +382,4 @@ If you encounter issues:
382382
4. **Use dry-run**: Always validate imports before applying changes
383383
5. **Check authentication**: Verify tokens and encryption keys are correct
384384

385-
For detailed troubleshooting, see the main [Export & Import Guide](export-import.md#-troubleshooting).
385+
For detailed troubleshooting, see the main [Export & Import Guide](export-import.md).

docs/docs/manage/proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ SESSION_TTL=3600 # 1 hour
662662

663663
## Related Documentation
664664

665-
- [Authentication Overview](../authentication.md)
666-
- [Security Best Practices](../security.md)
665+
- [Authentication Overview](./securing.md)
666+
- [Security Best Practices](../architecture/security-features.md)
667667
- [Deployment Guide](../deployment/index.md)
668-
- [Federation Setup](../federation.md)
668+
- [Federation Setup](../architecture/index.md)

docs/docs/manage/securing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ MCPGATEWAY_LOG_SENSITIVE_DATA=false # Never log sensitive data
242242

243243
- [Security Policy](https://github.com/IBM/mcp-context-forge/blob/main/SECURITY.md) - Full security documentation
244244
- [Deployment Options](index.md) - Various deployment methods
245-
- [Environment Variables](../configuration/environment-variables.md) - Complete configuration reference
245+
- [Environment Variables](../index.md#configuration-env-or-env-vars) - Complete configuration reference
246246

247247
## ⚡ Quick Start Security Commands
248248

docs/docs/manage/ui-customization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,7 @@ fetch('/metrics/custom', {
15101510

15111511
## Related Documentation
15121512

1513-
- [Admin UI Overview](/overview/ui/) - Basic UI concepts and navigation
1514-
- [Security Configuration](/manage/securing/) - Securing the Admin UI
1515-
- [Performance Tuning](/manage/tuning/) - Optimizing UI performance
1516-
- [API Reference](/api/admin/) - Admin API endpoints
1513+
- [Admin UI Overview](../overview/ui.md) - Basic UI concepts and navigation
1514+
- [Security Configuration](./securing.md) - Securing the Admin UI
1515+
- [Performance Tuning](./tuning.md) - Optimizing UI performance
1516+
- [API Reference](https://ibm.github.io/mcp-context-forge/api/admin/) - Admin API endpoints

0 commit comments

Comments
 (0)