Add MCP bridge local verification harness (TELE-WP-0002)

Introduce pytest smoke tests, run/verify scripts, and Makefile targets so
the bridge can be developed and validated without a full cluster deploy.
Document the local workflow and agent quickstart in README.
This commit is contained in:
2026-06-24 18:18:00 +02:00
parent f061364951
commit 8f2584c1a0
10 changed files with 218 additions and 11 deletions

View File

@@ -4,11 +4,11 @@ type: workplan
title: "MCP bridge local verification loop"
domain: infotech
repo: tele-mcp
status: ready
status: finished
owner: codex
topic_slug: custodian
created: "2026-06-22"
updated: "2026-06-22"
updated: "2026-06-24"
state_hub_workstream_id: "c617a044-bf57-4671-9afd-0112e7f462fd"
---
@@ -20,9 +20,12 @@ Harden the local dev/test loop for `mcp-telemetry-bridge` independent of full cl
```task
id: TELE-WP-0002-T01
status: todo
status: done
priority: high
state_hub_task_id: "7bad3ebf-f42c-4069-9c13-28bcf231f6f9"
```
Result 2026-06-24: Added pytest smoke tests, run/verify scripts, Makefile targets,
and README local-dev + agent quickstart sections.
Add documented local run path, health/schema smoke tests, and agent-oriented quickstart in README.