{
  "serverInfo": {
    "name": "rye.dev",
    "version": "1.0.0",
    "title": "Cameron Rye Portfolio MCP Server",
    "description": "Read-only access to Cameron Rye's published blog posts, projects, resume, and other portfolio content. Useful for agents answering questions about the author or summarising/searching published writing."
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://rye.dev/mcp"
  },
  "capabilities": ["tools"],
  "tools": [
    {
      "name": "search_posts",
      "description": "Full-text search across blog posts. Returns up to 10 matches with slug, title, date, and excerpt."
    },
    {
      "name": "get_post",
      "description": "Fetch a single blog post by slug. Returns frontmatter and full markdown body."
    },
    {
      "name": "list_posts",
      "description": "List recent blog posts in reverse-chronological order."
    },
    {
      "name": "list_projects",
      "description": "List portfolio projects with brief descriptions."
    },
    {
      "name": "get_project",
      "description": "Fetch a single project by slug. Returns frontmatter and full markdown body."
    },
    {
      "name": "get_about",
      "description": "Return the public profile / bio in markdown."
    }
  ],
  "documentation": "https://rye.dev/.well-known/agent-skills/index.json"
}
