Skip to main content
Glama
quick.js466 B
// src/preset/quick.ts import { HonoBase } from "../hono-base.js"; import { LinearRouter } from "../router/linear-router/index.js"; import { SmartRouter } from "../router/smart-router/index.js"; import { TrieRouter } from "../router/trie-router/index.js"; var Hono = class extends HonoBase { constructor(options = {}) { super(options); this.router = new SmartRouter({ routers: [new LinearRouter(), new TrieRouter()] }); } }; export { Hono };

Latest Blog Posts

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/Valerio357/bet-mcp'

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