Skip to content

feat: serve MCP tuning recommendations - #52

Open
sebawebber wants to merge 1 commit into
codex/issue-44-tuning-boundaryfrom
codex/issue-45-mcp-happy-path
Open

feat: serve MCP tuning recommendations#52
sebawebber wants to merge 1 commit into
codex/issue-44-tuning-boundaryfrom
codex/issue-45-mcp-happy-path

Conversation

@sebawebber

Copy link
Copy Markdown
Contributor

Summary

  • mount a stateless Streamable HTTP MCP endpoint at /mcp
  • expose only recommend_postgres_configuration through the official Go SDK
  • return normalized structured tuning results with a JSON text fallback
  • cover initialization, discovery, JSON transport, and a successful call end to end

Testing

  • make test
  • go vet ./...

Depends on #44.
Closes #45.

Expose the shared provenance-aware tuning boundary to compatible clients
without creating a separate calculation path. Keep the endpoint stateless and
provide both structured output and a JSON text fallback.

Signed-off-by: Sebastian Webber <sebastian@swebber.me>
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