Skip to content

Commit 5aa08c4

Browse files
committed
More troubleshooting advice for external MCP agents in readme
1 parent 1c342dc commit 5aa08c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/custom-MCP-agent.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,10 @@ The authentication process works as follows:
247247
- Verify secret exists at path: `{StackName}/external-mcp-agents/credentials` (check CloudFormation outputs for exact name)
248248
- Check secret contains a valid JSON array format (not a single object)
249249
- Review CloudWatch logs for agent registration errors
250-
- **Lambda Caching**: The ListAvailableAgentsFunction has caching that may delay new agents appearing for up to 15 minutes. To force refresh:
251-
- Find the function named `{StackName}-ListAvailableAgentsFunction-*` in AWS Console → Lambda → Functions
252-
- Go to Configuration → Environment variables
253-
- Add a temporary variable like `REFRESH=1` and save to restart the function
250+
- **Lambda Caching**: The ListAvailableAgentsFunction and AgentProcessorFunction have caching that may delay new agents appearing for up to 15 minutes. To force refresh:
251+
- Find the functions named `{StackName}-ListAvailableAgentsFunction-*` and `{StackName}-AgentProcessorFunction-*` in AWS Console → Lambda → Functions
252+
- Go to Configuration → Environment variables for each function
253+
- Add a temporary variable like `REFRESH=1` and save to restart the functions
254254
- Remove the temporary variable after agents appear
255255

256256
**Authentication Failures:**

0 commit comments

Comments
 (0)