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
Copy file name to clipboardExpand all lines: docs/custom-MCP-agent.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,10 +247,10 @@ The authentication process works as follows:
247
247
- Verify secret exists at path: `{StackName}/external-mcp-agents/credentials` (check CloudFormation outputs for exact name)
248
248
- Check secret contains a valid JSON array format (not a single object)
249
249
- 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
254
254
- Remove the temporary variable after agents appear
0 commit comments