Skip to content

v0.1.0 — agent-native MCP layer of saagarpatel.dev

Latest

Choose a tag to compare

@saagpatel saagpatel released this 28 Jun 05:26
· 32 commits to main since this release
2417421

First public release of portfolio-mcp: a read-only, stateless Model Context Protocol server that lets any AI agent query Saagar's writing, projects, and OPERANT benchmark results directly.

  • Live (Layer 1): stateless Cloudflare Worker at https://mcp.saagarpatel.dev/mcp (streamable HTTP). Zero runtime fetches — the corpus is baked into the bundle.
  • Local (Layer 2): same server over stdio.
  • 6 read-only tools: search (BM25), get_document, list_corpus, get_profile, list_projects, get_operant_results.
  • Resources + 2 prompts: introduce_saagar, summarize_writing_on.
  • No auth, no tracking, no database, no caller-controlled egress. MIT licensed.