rui-weather-service-api
Version:
Weather API service with OpenWeatherMap integration - includes both standalone API and MCP server
12 lines • 394 B
TypeScript
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
declare const server: McpServer;
/**
* Resets the server setup state, allowing tools to be registered again
*/
export declare function resetServer(): void;
/**
* Starts the MCP server with stdio transport
*/
export declare function startServer(): Promise<void>;
export { server };
//# sourceMappingURL=mcp-server.d.ts.map