We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hangwin/mcp-chrome'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•457 B
/**
* @fileoverview Shared UI Composables
* @description Composables shared between multiple UI entrypoints (Sidepanel, Builder, Popup, etc.)
*
* Note: These composables are for UI-only use. Do not import them in background scripts
* as they depend on Vue and will bloat the service worker bundle.
*/
// RR V3 RPC Client
export { useRRV3Rpc } from './useRRV3Rpc';
export type { UseRRV3Rpc, UseRRV3RpcOptions, RpcRequestOptions } from './useRRV3Rpc';