{"openapi":"3.1.0","info":{"title":"Linear MCP Server","description":"Linear MCP 서버로 AI 도구에서 이슈 생성/수정, 프로젝트 관리, 스프린트 조회를 수행할 수 있습니다. 코드 변경 시 자동으로 관련 이슈를 업데이트하거나, 자연어로 작업 항목을 관리하여 프로젝트 관리를 자동화합니다.","version":"1.0.0","x-fusepie-id":"mcp-linear","x-fusepie-category":"data","x-fusepie-provider":"Linear"},"servers":[{"url":"npx linear-mcp-server","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_linear","summary":"Linear MCP Server","description":"Linear MCP 서버로 AI 도구에서 이슈 생성/수정, 프로젝트 관리, 스프린트 조회를 수행할 수 있습니다. 코드 변경 시 자동으로 관련 이슈를 업데이트하거나, 자연어로 작업 항목을 관리하여 프로젝트 관리를 자동화합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"mcp-linear":{"command":"npx","args":["-y","@fusepie/mcp-mcp-linear"],"env":{"API_KEY":""}}}}}