Skip to content

Commit 39a8733

Browse files
author
Shira Ayal
authored
Merge pull request #87 from ArielRotem1/patch-1
Fix examples links
2 parents 69754e0 + 65970c4 commit 39a8733

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

examples/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
The following examples demonstrate various features and usage patterns of FastAPI-MCP:
44

5-
1. [Basic Usage Example](examples/01_basic_usage_example.py) - Basic FastAPI-MCP integration
6-
2. [Full Schema Description](examples/02_full_schema_description_example.py) - Customizing schema descriptions
7-
3. [Custom Exposed Endpoints](examples/03_custom_exposed_endpoints_example.py) - Controlling which endpoints are exposed
8-
4. [Separate Server](examples/04_separate_server_example.py) - Deploying MCP server separately
9-
5. [Reregister Tools](examples/05_reregister_tools_example.py) - Adding endpoints after MCP server creation
10-
6. [Custom MCP Router](examples/06_custom_mcp_router_example.py) - Advanced routing configuration
11-
7. [Configure HTTP Timeout](examples/07_configure_http_timeout_example.py) - Customizing timeout settings
5+
1. [Basic Usage Example](01_basic_usage_example.py) - Basic FastAPI-MCP integration
6+
2. [Full Schema Description](02_full_schema_description_example.py) - Customizing schema descriptions
7+
3. [Custom Exposed Endpoints](03_custom_exposed_endpoints_example.py) - Controlling which endpoints are exposed
8+
4. [Separate Server](04_separate_server_example.py) - Deploying MCP server separately
9+
5. [Reregister Tools](05_reregister_tools_example.py) - Adding endpoints after MCP server creation
10+
6. [Custom MCP Router](06_custom_mcp_router_example.py) - Advanced routing configuration
11+
7. [Configure HTTP Timeout](07_configure_http_timeout_example.py) - Customizing timeout settings

0 commit comments

Comments
 (0)