UNPKG

smart-thinking-mcp

Version:

Un serveur MCP avancé pour le raisonnement multi-dimensionnel, adaptatif et collaboratif

7 lines (6 loc) 466 B
import { Implementation, ServerCapabilities } from '@modelcontextprotocol/sdk/types.js'; export declare const SMART_THINKING_INSTRUCTIONS: string; export declare const SMART_THINKING_CAPABILITIES: ServerCapabilities; export declare function buildServerImplementation(version: string): Implementation; export declare const SERVER_DOCS_RESOURCE_URI = "smart-thinking://docs/about"; export declare const SERVER_RUNTIME_RESOURCE_URI = "smart-thinking://runtime/status";