UNPKG

@sylphx/linear-mcp

Version:

A Model Context Protocol (MCP) server for interacting with Linear issues, projects, teams, and more

7 lines (4 loc) 168 B
#!/usr/bin/env node export { ErrorCode, McpError } from '@modelcontextprotocol/sdk/types.js'; declare const startServer: () => Promise<void>; export { startServer };