Skip to content

Commit d1ca24f

Browse files
authored
Merge pull request #83 from manojjahgirdar/patch-1
Fixed documentation syntax error
2 parents 5cd0fcc + 6a51c93 commit d1ca24f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/docs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,9 @@ Check out the [Quick Start](overview/index.md) for installation and usage, or go
9898
- [Deployment Options](deployment/index.md)
9999
- [Using the `mcpgateway-wrapper`](using/mcpgateway-wrapper.md)
100100

101-
!!! note "The latest version can always be found here: https://github.com/IBM/mcp-context-forge
102-
and for documentation: https://ibm.github.io/mcp-context-forge/"
101+
!!! note
102+
103+
The latest version can always be found here: <https://github.com/IBM/mcp-context-forge> and for documentation: <https://ibm.github.io/mcp-context-forge/>
103104

104105
<!-- [Download PDF](pdf/mcpgateway-docs.pdf){ .md-button } [Download DOCX](out/mcpgateway-docs.docx){ .md-button } -->
105106

docs/docs/overview/features.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ MCP Gateway offers a robust feature set for integrating and managing tools, serv
1111

1212
- **Multi-Transport Support**
1313
Accessible via:
14+
1415
- HTTP/JSON-RPC
1516
- WebSocket (bi-directional with ping/pong)
1617
- Server-Sent Events (SSE)
1718
- stdio (for subprocess embedding)
1819

1920
- **Unified Registry**
2021
Maintains a centralized catalog of:
22+
2123
- Tools (native or REST-adapted)
2224
- Prompts (Jinja2 templates with schema validation)
2325
- Resources (MIME-aware, URI-addressable)
@@ -40,6 +42,7 @@ MCP Gateway offers a robust feature set for integrating and managing tools, serv
4042
- Register tools via REST, UI, or JSON-RPC
4143
- Wrap any REST API, CLI command, or function
4244
- Supports:
45+
4346
- JSON Schema validation
4447
- Concurrency limits
4548
- Rate limiting
@@ -78,6 +81,7 @@ MCP Gateway offers a robust feature set for integrating and managing tools, serv
7881
## 🖥 Admin Interface
7982

8083
- Interactive UI with full CRUD for:
84+
8185
- Tools
8286
- Resources
8387
- Prompts

0 commit comments

Comments
 (0)