Skip to main content
Glama
unified-server.d.ts734 B
#!/usr/bin/env node import { Server } from "@modelcontextprotocol/sdk/server/index.js"; import type { ServerConfig } from "./config.js"; export interface UnifiedServerOptions { transport?: "stdio" | "http"; port?: number; config?: ServerConfig; } export declare class ClearThoughtUnifiedServer { private mcpServer; private sessionManager; private toolRegistry; private options; constructor(options?: UnifiedServerOptions); private detectTransport; private setupHandlers; start(): Promise<void>; private startStdio; getMcpServer(): Server; } export default function createServer(options?: UnifiedServerOptions): ClearThoughtUnifiedServer; //# sourceMappingURL=unified-server.d.ts.map

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/waldzellai/clearthought-onepointfive'

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