Skip to main content
Glama

MCP Agent - AI Expense Tracker

by dev-muhammad
MessageArea.tsx•762 B
'use client' import { useStore } from '@/store' import Messages from './Messages' import ScrollToBottom from '@/components/chat/ChatArea/ScrollToBottom' import { StickToBottom } from 'use-stick-to-bottom' const MessageArea = () => { const { messages } = useStore() return ( <StickToBottom className="relative mb-4 flex max-h-[calc(100vh-64px)] min-h-0 flex-grow flex-col" resize="smooth" initial="smooth" > <StickToBottom.Content className="flex min-h-full flex-col justify-center"> <div className="mx-auto w-full max-w-2xl space-y-9 px-4 pb-4"> <Messages messages={messages} /> </div> </StickToBottom.Content> <ScrollToBottom /> </StickToBottom> ) } export default MessageArea

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/dev-muhammad/MCPAgent'

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