Skip to main content
Glama
northernvariables

FedMCP - Federal Parliamentary Information

SessionProvider.tsx381 B
/** * NextAuth SessionProvider Wrapper * * Client component wrapper for NextAuth SessionProvider */ 'use client'; import { SessionProvider as NextAuthSessionProvider } from 'next-auth/react'; import { ReactNode } from 'react'; export function SessionProvider({ children }: { children: ReactNode }) { return <NextAuthSessionProvider>{children}</NextAuthSessionProvider>; }

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/northernvariables/FedMCP'

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