Skip to content

Commit d3b1d59

Browse files
committed
feat(ci): add GitHub Actions CI for all 6 samples
4 jobs run in parallel: - validate: matrix of 3 use-case samples (load config + run test.sh) - validate-digital-twins: matrix of Stripe/Twilio/OpenAI (load + smoke) - docker: docker compose up/down with endpoint verification - mcp-sdk: MCP Python SDK integration test (15 assertions) Installs mockd from latest release, validates configs load, runs CRUD smoke tests, verifies prefix IDs and response envelopes.
1 parent 0ace30e commit d3b1d59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ai-agents/mcp-workflow/test_mcp_sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ async def main():
135135
# 4. Verify with HTTP requests
136136
print("\n--- Verify CRUD via HTTP ---")
137137
# Use the port from status, not hardcoded
138-
mock_port = 7280 # matches our running server
138+
mock_port = 4280 # default
139139
for p in status.get("ports", []):
140140
if p.get("component") == "Mock Engine":
141141
mock_port = p["port"]

0 commit comments

Comments
 (0)