{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.prismatic-io/prism-mcp",
    "description": "MCP server that wraps Prismatic's Prism CLI tool",
    "repository": {
        "url": "https://github.com/prismatic-io/prism-mcp",
        "source": "github"
    },
    "version": "1.5.0",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "@prismatic-io/prism-mcp",
            "version": "1.5.0",
            "transport": {
                "type": "stdio"
            },
            "packageArguments": [
                {
                    "description": "Path to the working directory for the MCP server",
                    "isRequired": true,
                    "format": "filepath",
                    "value": "{workingDirectory}",
                    "variables": {
                        "workingDirectory": {
                            "description": "Path to the working directory for the MCP server",
                            "isRequired": true,
                            "format": "filepath",
                            "placeholder": "/path/to/code"
                        }
                    },
                    "type": "positional",
                    "valueHint": "workingDirectory"
                },
                {
                    "description": "Limit tools to a specific domain. Pass 'integration' or 'component' to restrict available tools.",
                    "value": "{toolFilter}",
                    "variables": {
                        "toolFilter": {
                            "description": "Limit tools to a specific domain",
                            "placeholder": "integration",
                            "choices": [
                                "integration",
                                "component"
                            ]
                        }
                    },
                    "type": "positional",
                    "valueHint": "toolFilter"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-13T20:30:26.18758Z",
            "publishedAt": "2026-07-13T20:30:26.18758Z",
            "updatedAt": "2026-07-13T20:30:26.18758Z",
            "isLatest": true
        }
    }
}