You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[mcpdoc](/examples/servers/mcpdoc/)| Python | Lambda | Custom Streamable HTTP transport with SigV4 support | AWS IAM | Lambda Function URL |
30
30
|[cat-facts](/examples/servers/cat-facts/)| Typescript | Lambda | Custom Streamable HTTP transport with SigV4 support | AWS IAM | Lambda Function URL |
31
31
|[time](/examples/servers/time/)| Python | Lambda | Custom Lambda Invoke transport | AWS IAM | Lambda Invoke API |
32
32
|[weather-alerts](/examples/servers/weather-alerts/)| Typescript | Lambda | Custom Lambda Invoke transport | AWS IAM | Lambda Invoke API |
33
33
|[fetch](https://pypi.org/project/mcp-server-fetch/)| Python | Local process | stdio | N/A | N/A |
34
34
35
-
Note: The 'inspiration' MCP server uses Bedrock AgentCore Gateway's built-in support for OpenAPI targets,
35
+
Note: The 'zen' MCP server uses Bedrock AgentCore Gateway's built-in support for OpenAPI targets,
36
36
so there is no Lambda function in that example.
37
37
38
38
### Setup
@@ -211,12 +211,12 @@ npm install
211
211
npm run setup
212
212
```
213
213
214
-
#### Deploy inspiration MCP server
214
+
#### Deploy zen MCP server
215
215
216
-
Deploy the 'inspiration' Bedrock AgentCore Gateway.
0 commit comments