Skip to main content
Glama

Fonoster MCP Server

Official
by fonoster
MIT License
118
7,325
  • Apple
  • Linux
react-router.js738 B
// Stub for React Router to prevent conflicts in Storybook export default {}; export const useNavigate = () => () => {}; export const useLocation = () => ({ pathname: '/', search: '', hash: '', state: null, key: 'default' }); export const useSearchParams = () => [new URLSearchParams(), () => {}]; export const useSubmit = () => () => {}; export const Outlet = () => null; export const Links = () => null; export const Meta = () => null; export const Scripts = () => null; export const ScrollRestoration = () => null; export const useMatches = () => []; export const useRouteError = () => null; export const isRouteErrorResponse = () => false; export const useParams = () => ({ workspaceId: 'storybook-workspace-id' });

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/fonoster/fonoster'

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