Skip to main content
Glama

Tiny TODO MCP

by tkc
bun-sqlite.d.ts482 B
declare module "bun:sqlite" { export class Database { constructor(path: string); close(): void; exec(sql: string): void; prepare(sql: string): Statement; transaction<T>(fn: () => T): T; run(sql: string): RunResult; } export interface Statement { get(...params: any[]): any; all(...params: any[]): any[]; run(...params: any[]): RunResult; } export interface RunResult { lastInsertRowid: number | bigint; changes: number; } }

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/tkc/tinyt-todo-mcp'

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