Skip to content

feat(mcp): expand pods server operations and codify architecture#295

Merged
victoriacheng15 merged 1 commit intomainfrom
feat/mcp-pods-operational-expansion
Mar 11, 2026
Merged

feat(mcp): expand pods server operations and codify architecture#295
victoriacheng15 merged 1 commit intomainfrom
feat/mcp-pods-operational-expansion

Conversation

@victoriacheng15
Copy link
Owner

Summary

Expanded the mcp-pods server with active operational tools (logs and deletion) and updated the architectural documentation to codify domain-isolated service patterns. These changes move the platform from passive observation to active agentic remediation while enforcing strict lifecycle standards across all MCP signals.

List of Changes

  • Operational Agency: Implemented get_pod_logs and delete_pod capabilities, enabling agents to perform real-time diagnosis and first-level remediation without human intervention.
  • Architectural Codification: Updated ADR 018 to formalize the domain-isolated architecture, extending the pattern to include active operations and standardizing on signal-based lifecycle management for all MCP binaries.
  • Systemic Robustness: Enhanced the shared MCP registry with type-safe handlers and comprehensive test coverage, ensuring reliable tool execution and error reporting as the agentic control plane scales.

Verification

  • go test -v ./internal/mcp/providers/... (Verified log retrieval and deletion logic)
  • go test -v ./internal/mcp/tools/... (Verified operational tool handlers)
  • Verified mcp-pods ready message and registry integration

@victoriacheng15 victoriacheng15 merged commit 0f2ac8f into main Mar 11, 2026
4 checks passed
@victoriacheng15 victoriacheng15 deleted the feat/mcp-pods-operational-expansion branch March 11, 2026 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant