Skip to content

Commit b5f9657

Browse files
committed
move fragments from internal
1 parent 7c89112 commit b5f9657

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

guides/protocols/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CAP supports the following service protocols:
88
- **OData**: A widely used protocol for building and consuming RESTful APIs. CAP provides built-in support for OData v2 and v4, allowing you to easily expose your data models as OData services.
99
- **OpenAPI**: A specification for building APIs that allows you to define your API endpoints, request/response formats, and authentication methods. CAP can generate OpenAPI specifications for your services, enabling easy integration with other systems.
1010
- **AsyncAPI**: A specification for defining asynchronous APIs, such as those using messaging protocols. CAP supports AsyncAPI for building event-driven applications and integrating with messaging systems.
11-
<div id="afterAsyncApiProtocols"></div>
11+
- **MCP**: Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. <Alpha /> <Internal /> <!-- INTERNAL -->
1212

1313
## Using Protocols in CAP
1414
To use a specific protocol in your CAP application, you typically need to configure your service definitions and handlers accordingly. Here are some general steps to get started:
@@ -25,7 +25,7 @@ For more detailed information on each protocol and how to implement them in CAP,
2525
- [OData APIs](odata.md)
2626
- [OpenAPI](openapi.md)
2727
- [AsyncAPI](asyncapi.md)
28-
<div id="afterAsyncApiFurtherReading"></div>
28+
- [MCP](mcp.md) <Alpha /> <Internal /> <!-- INTERNAL -->
2929

3030
These guides provide step-by-step instructions, examples, and best practices for working with each protocol in your CAP applications.
3131

guides/protocols/protocol-adapters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ In this example, the `cds.serve()` method is used to expose the `my-service` ser
3030
- [OData](./odata.md)
3131
- [OpenAPI](./openapi.md)
3232
- [AsyncAPI](./asyncapi.md)
33-
<div id="afterAsyncAPIProtocolAdapters"></div>
33+
- [MCP](mcp.md) <Alpha /> <Internal /> <!-- INTERNAL -->

0 commit comments

Comments
 (0)