Skip to content

feat: plugin leaderboards, MCP tool edits & member/invite/space refinements#28

Merged
krazyjakee merged 2 commits into
masterfrom
feat/plugins-leaderboards-mcp-cors
Jun 10, 2026
Merged

feat: plugin leaderboards, MCP tool edits & member/invite/space refinements#28
krazyjakee merged 2 commits into
masterfrom
feat/plugins-leaderboards-mcp-cors

Conversation

@krazyjakee

Copy link
Copy Markdown
Contributor

Summary

Consolidates the outstanding uncommitted accordserver work into a single PR.

  • Plugin leaderboards — new storage layer (src/db/plugin_leaderboards.rs) plus SQLite + Postgres migrations (024 / 009), and models/plugin.rs additions.
  • Plugins routes — expanded src/routes/plugins.rs and src/db/plugins.rs.
  • Members — new endpoints in src/routes/members.rs and supporting src/db/members.rs queries.
  • Invites / spaces / auth — refinements across src/routes/invites.rs, src/routes/spaces.rs, src/routes/auth.rs.
  • MCP — tool-surface edits in src/mcp/tools.rs.

Notes

Test plan

  • cargo check / cargo test
  • Run plugin-leaderboard migrations (SQLite + Postgres) and exercise the new endpoints
  • Smoke-test plugins / members / invites / spaces routes

🤖 Generated with Claude Code

krazyjakee and others added 2 commits June 10, 2026 14:28
…ements

Add plugin leaderboard storage (migrations + db/plugin_leaderboards.rs),
expand the plugins and members routes, and refine invites/spaces/auth and
the MCP tool surface.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@krazyjakee krazyjakee merged commit b6a888a into master Jun 10, 2026
3 checks passed
@krazyjakee krazyjakee deleted the feat/plugins-leaderboards-mcp-cors branch June 10, 2026 13:55
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