UNPKG

ultimate-mcp-server

Version:

The definitive all-in-one Model Context Protocol server for AI-assisted coding across 30+ platforms

8 lines 330 B
// System-specific tools will be implemented here export const placeholder = { name: "placeholder_system", description: "Placeholder for system tools", inputSchema: { type: "object", properties: {} }, handler: async () => ({ message: "System tools to be implemented" }), }; //# sourceMappingURL=system-tools.js.map