#!/usr/bin/env node
/**
* Planning Center Online (PCO) MCP Server
*
* Provides tools to interact with the Planning Center API across all modules:
* People, Services, Giving, Groups, Calendar, and Check-Ins.
*
* Authentication: Set PCO_APP_ID and PCO_SECRET environment variables.
* Get credentials at: https://api.planningcenteronline.com/oauth/applications
*
* Usage (stdio):
* PCO_APP_ID=your_app_id PCO_SECRET=your_secret node dist/index.js
*
* Usage (HTTP):
* PCO_APP_ID=your_app_id PCO_SECRET=your_secret TRANSPORT=http node dist/index.js
*/
export {};
//# sourceMappingURL=index.d.ts.map