Skip to content

Expose initial MCP tools#39

Merged
codemountains merged 1 commit into
mainfrom
agent/issue-13-mcp-tools
Jul 9, 2026
Merged

Expose initial MCP tools#39
codemountains merged 1 commit into
mainfrom
agent/issue-13-mcp-tools

Conversation

@codemountains

Copy link
Copy Markdown
Owner

Summary

  • add a stateless Streamable HTTP /mcp endpoint backed by the existing REST application use cases
  • expose list_endpoints, create_endpoint, list_events, get_event, and get_event_body MCP tools
  • return raw event bodies as base64 metadata without parsing, and document long-running MCP streaming as out of scope

Closes #13

Verification

  • pnpm --filter @barestash/api test -- src/presentation/routes/mcp.test.ts
  • just check
  • code-reviewer subagent: no blocking findings

Notes

  • pnpm peers check still reports the existing wrangler@4.107.0 / @cloudflare/workers-types@5.20260706.1 peer mismatch; it is unrelated to this change and just check passes.

@codemountains codemountains marked this pull request as ready for review July 9, 2026 16:51
@codemountains codemountains merged commit 8453997 into main Jul 9, 2026
1 check passed
@codemountains codemountains deleted the agent/issue-13-mcp-tools branch July 9, 2026 17:02
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.

[Feature]: Expose initial MCP tools backed by MVP REST/storage behavior

1 participant