{
  "name": "pylonsync",
  "title": "Pylon",
  "description": "Read-only MCP server for the Pylon framework: search and read the docs, list starter templates, and fetch the agent authoring guide.",
  "version": "1.0.0",
  "websiteUrl": "https://www.pylonsync.com",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.pylonsync.com/mcp"
    }
  ],
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "authentication": {
    "type": "none"
  },
  "protocolVersions": [
    "2026-07-28",
    "2025-11-25",
    "2025-06-18",
    "2025-03-26",
    "2024-11-05"
  ],
  "tools": [
    {
      "name": "search_pylon_docs",
      "description": "Search the Pylon documentation index by keyword. Returns matching pages with their titles, one-line summaries, and both the human URL and the markdown URL. Use this before answering any question about how Pylon works, then read the page with read_pylon_doc."
    },
    {
      "name": "read_pylon_doc",
      "description": "Fetch one Pylon documentation page as markdown. Pass a path returned by search_pylon_docs, such as \"concepts/policies\" or \"auth/magic-codes\". Paths that are not in the documentation index are rejected."
    },
    {
      "name": "list_pylon_templates",
      "description": "List the create-pylon starter templates with the exact scaffold command, the features each one exercises, its source on GitHub, and a live demo where one exists. Use this when a user asks to start a new Pylon app, instead of writing a project from scratch."
    },
    {
      "name": "get_pylon_skill",
      "description": "Return the full Pylon agent skill as markdown: the schema DSL, the policy language, the three server-function flavors, the React client hooks, SSR conventions, deployment, and the known footguns. About 60KB. Read it before writing a Pylon app from scratch."
    }
  ]
}
