We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/a-yushko/clio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
development.ts•304 B
import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
/**
* Register CLIO development tools.
* TODO: Implement tools for execute-sql-script, add-item, call-service, etc.
*/
export function registerDevelopmentTools(server: McpServer): void {
// Placeholder - to be implemented
}