{
  "name": "@shaderbase/mcp",
  "version": "0.1.0",
  "description": "ShaderBase MCP Server — search and retrieve Three.js shaders for AI agents.",
  "endpoints": {
    "/health": "Health check",
    "/tools": "List available MCP tools and their input schemas",
    "/search_shaders": "Execute search_shaders tool (GET with query params or POST with JSON body)",
    "/get_shader": "Execute get_shader tool (GET with ?name=... or POST with JSON body)",
    "/mcp": "MCP Streamable HTTP transport (POST with JSON-RPC 2.0)"
  }
}