{
  "name": "dev.formisch/docs",
  "title": "Formisch Documentation",
  "description": "Search and read the documentation of Formisch, the schema-based, headless and fully type-safe form library for Preact, Qwik, React, Solid, Svelte and Vue.",
  "version": "1.0.0",
  "websiteUrl": "https://formisch.dev/",
  "repository": {
    "url": "https://github.com/open-circle/formisch",
    "source": "github"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://formisch.dev/mcp",
      "supportedProtocolVersions": [
        "2025-06-18",
        "2025-03-26"
      ]
    }
  ],
  "serverInfo": {
    "name": "formisch-docs",
    "title": "Formisch Documentation",
    "version": "1.0.0"
  },
  "protocolVersion": "2025-06-18",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://formisch.dev/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "instructions": "Formisch is the schema-based, headless and fully type-safe form library for Preact, Qwik, React, Solid, Svelte and Vue. Its API is framework-specific: every framework provides a primitive to create a form (`useForm` for Preact, React and Vue, `createForm` for Solid and Svelte and `useForm$` for Qwik), the `useField` and `useFieldArray` primitives and the `Form`, `Field` and `FieldArray` components. The form methods (e.g. `focus`, `insert`, `reset` and `validate`) and core types are shared across all frameworks and live under the paths `methods/api` and `core/api`. Form values and validation are defined with Valibot schemas. The documentation is organized by framework (`{framework}/guides` and `{framework}/api`); set the `framework` parameter of `search_docs` and `list_docs` to scope results to one framework plus the shared methods and core types. Use `search_docs` to find relevant pages, `get_doc` to read a page and `list_docs` for a complete overview. Blog posts are included as well, but prefer the guides and API reference for how to use the library, as older posts may describe previous versions of the API.",
  "documentation": "https://formisch.dev/react/guides/coding-agents/"
}
