Skip to main content
Glama
alexander-zuev

Kollektiv | Your private LLM knowledgebase

all.ts481 B
import { supabaseMiddleware } from "@/web/middleware/supabase"; import type { Context, Next } from "hono"; export const allRoutesHandler = async (c: Context, next: Next) => { console.log(`[Router] Request received for ${c.req.method} ${c.req.path}`); if (c.req.path.startsWith("/sse")) { console.log(`[Router] Skipping Supabase middleware for ${c.req.path}`); return await next(); // skip Supabase for /sse } await supabaseMiddleware()(c, next); // apply it for others };

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/alexander-zuev/kollektiv-mcp'

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