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/router
Steven ab7b72208a feat: add MCP server with PAT authentication
Embeds a Model Context Protocol (MCP) server into the Memos HTTP
process, exposing memo operations as MCP tools at POST/GET /mcp using
Streamable HTTP transport.

Authentication is PAT-only — requests without a valid personal access
token receive HTTP 401. Six tools are exposed: list_memos, get_memo,
create_memo, update_memo, delete_memo, and search_memos, all scoped to the authenticated user.
2 hours ago
..
api/v1 fix(store): allow memo/attachment deletion when local file is missing 2 days ago
fileserver chore: upgrade Echo v4 to v5.0.3 2 weeks ago
frontend chore: upgrade Echo v4 to v5.0.3 2 weeks ago
mcp feat: add MCP server with PAT authentication 2 hours ago
rss chore: upgrade Echo v4 to v5.0.3 2 weeks ago