UNPKG

@the_cfdude/productboard-mcp

Version:

Model Context Protocol server for Productboard REST API with dynamic tool loading

11 lines (10 loc) 412 B
/** * Tool registration and setup * Implements 3-tier architecture: workflows → resource operations → power user tools */ import { Server } from '@modelcontextprotocol/sdk/server/index.js'; import { SessionState } from '../session-manager.js'; /** * Setup all tool handlers for the server with session support */ export declare function setupToolHandlers(server: Server, _session?: SessionState): void;