Serversio.github.toolwright-adk/linear-bootstrap
B

io.github.toolwright-adk/linear-bootstrap

io.github.toolwright-adk/linear-bootstrap · v0.1.3
▦ npm
v0.1.3npm npm: @toolwright-adk/linear-bootstrap↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.toolwright-adk/linear-bootstrap",
  "description": "Bootstrap Linear projects from natural language — milestones, epics, issues, and dependencies.",
  "repository": {
    "url": "https://github.com/toolwright-adk/toolwright-monorepo",
    "source": "github"
  },
  "version": "0.1.3",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@toolwright-adk/linear-bootstrap",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Linear API key (create at linear.app/settings/api)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LINEAR_API_KEY"
        },
        {
          "description": "API key for an OpenAI-compatible LLM provider",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LLM_API_KEY"
        },
        {
          "description": "Base URL for the LLM API (e.g. https://openrouter.ai/api/v1)",
          "isRequired": true,
          "format": "string",
          "name": "LLM_BASE_URL"
        },
        {
          "description": "Model ID for plan generation (e.g. anthropic/claude-sonnet-4.6)",
          "isRequired": true,
          "format": "string",
          "name": "LLM_MODEL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}