import { scopeRegistry } from "../../modules/tools/scope-registry.js";
// Define Contacts scopes as constants
// Reference: https://developers.google.com/people/api/rest/v1/people.connections/list (and other People API docs)
export const CONTACTS_SCOPES = {
READONLY: "https://www.googleapis.com/auth/contacts.readonly",
// Add other scopes like write/modify later if needed
// CONTACTS: 'https://www.googleapis.com/auth/contacts'
};
// Register the contacts scopes with the scope registry
scopeRegistry.registerScope("contacts", CONTACTS_SCOPES.READONLY);
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/aaronsb/google-workspace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server