We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AppsYogi-com/gsc-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•359 B
/**
* GSC-MCP: Google Search Console MCP Server
*
* This module exports the MCP server for programmatic use.
* For CLI usage, see ./cli/index.ts
*/
export { createServer } from './server/index.js';
export { GSCClient } from './gsc/client.js';
export { CacheStore } from './cache/sqlite.js';
export * from './types.js';
export * from './auth/index.js';