Skip to main content
Glama
iceener

Linear Streamable MCP Server

by iceener
index.ts803 B
import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import { logger } from '../utils/logger.js'; /** * Register prompts with the MCP server. * * Add Linear-specific prompts here, e.g.: * - Sprint summary prompt * - Issue triage prompt * - Weekly status report prompt */ export function registerPrompts(server: McpServer): void { // TODO: Add Linear-specific prompts here // Example: // server.registerPrompt('sprint_summary', { ... }, handler); logger.debug('prompts', { message: 'No prompts registered (placeholder)' }); } /** * Emit listChanged when prompts are updated. */ export function emitPromptsListChanged(server: McpServer): void { server.sendPromptListChanged(); logger.debug('prompts', { message: 'Prompts list changed notification sent' }); }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/iceener/linear-streamable-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server