You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/server
boojack 047175dbed chore(mcp): improve tool discoverability, add orientation tools and evals
Make the OpenAPI-driven MCP surface more usable by agents, following the
mcp-builder guidance.

- Enrich proto descriptions (single source of truth, flows to OpenAPI + MCP
  tool descriptions): document the memo `filter` CEL grammar with fields and
  examples (replacing the dangling "Refer to Shortcut.filter"), clarify the
  created_ts/updated_ts vs create_time/update_time naming, the visibility
  enum, the declarative replace semantics of Set* ops, and steer tag filters
  to `"x" in tags` (not the unsupported `tag == "x"`).
- Mark SetMemoAttachments / SetMemoRelations idempotent via a per-operation
  override the HTTP-method heuristic can't express.
- Curate two read-only orientation tools: shortcut_list_shortcuts (surfaces
  reusable CEL filters) and auth_get_current_user (the single allowed
  auth/identity op, for resolving the current user); guard test updated to
  keep the rest of the auth/user surface excluded.
- Add a task-level evaluation suite (server/router/mcp/evals) with 10
  verified questions, pinned to the deterministic demo seed.
2 weeks ago
..
auth fix(auth): harden authorization and username validation (#5890) 3 months ago
notification feat(notification): add smtp email settings 2 months ago
router chore(mcp): improve tool discoverability, add orientation tools and evals 2 weeks ago
runner fix(s3presign): preserve motion media payload 2 months ago
cors.go fix(cors): open API to any origin for token auth, keep cookies same-origin 4 weeks ago
cors_test.go fix(cors): open API to any origin for token auth, keep cookies same-origin 4 weeks ago
server.go feat: add OpenAPI-driven MCP support (#6026) 1 month ago