Skip to main content
Glama
todo-tool.config.ts379 B
import { TODO } from "../constant/tool-name.js"; import { todoSchema } from "../schema/todo.js"; import { createTodo } from "../tools/todo/create-todo.js"; import { BaseServerConfig } from "../types/server.js"; export const todoServerConfig: BaseServerConfig = { tools: [ { name: TODO.CREATE_TODO, schema: todoSchema, handler: createTodo, }, ], };

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/RahulRana0707/mcp-server'

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