UNPKG
@calcom/cal-mcp
Version:
latest (0.0.6)
1.0.2
1.0.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
An MCP server for Cal.com generated by @buildwithalyer
@calcom/cal-mcp
/
src
/
config.ts
14 lines
(13 loc)
•
245 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
const
config = { defaultTools: [
"getBooking"
,
"getBookings"
,
"createBooking"
,
"rescheduleBooking"
,
"cancelBooking"
,
"getEventTypes"
,
"getEventTypeById"
,
"updateEventType"
,
"deleteEventType"
, ], };