Skip to content

Commit cfd7de4

Browse files
committed
examples
1 parent 8197645 commit cfd7de4

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Model Context Protocol (MCP) server that provides tools for interacting with API
77
- [API Docs MCP](#api-docs-mcp)
88
- [Table of Contents](#table-of-contents)
99
- [Features](#features)
10+
- [Example Use Cases](#example-use-cases)
11+
- [Petstore retrieval of all available GET methods](#petstore-retrieval-of-all-available-get-methods)
12+
- [Petstore retrieval of a specific method](#petstore-retrieval-of-a-specific-method)
1013
- [Architecture](#architecture)
1114
- [Installation](#installation)
1215
- [Configuration](#configuration)
@@ -33,6 +36,16 @@ Model Context Protocol (MCP) server that provides tools for interacting with API
3336
- **Environment-based Configuration**: Configures API sources via the `API_SOURCES` environment variable, allowing flexible deployment and management.
3437
- **Automatic Cache Refresh**: Periodically refreshes cached schema data to ensure up-to-date documentation.
3538

39+
## Example Use Cases
40+
41+
### Petstore retrieval of all available GET methods
42+
43+
![](./assets/openapi-petstore.mp4)
44+
45+
### Petstore retrieval of a specific method
46+
47+
![](./assets/openapi-petstore-order.mp4)
48+
3649
## Architecture
3750

3851
The `api-docs-mcp` project is designed as an MCP server that integrates with various API documentation sources.

assets/openapi-petstore-order.mp4

1.29 MB
Binary file not shown.

assets/openapi-petstore.mp4

711 KB
Binary file not shown.

0 commit comments

Comments
 (0)