Skip to content

Commit fff58de

Browse files
committed
fix (tasks): gslides oauth config
1 parent 5a4f501 commit fff58de

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

src/server/main/config.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -175,22 +175,10 @@
175175
"url": os.getenv("GTASKS_MCP_SERVER_URL", "http://localhost:9028/sse")
176176
}
177177
},
178-
"gtasks": {
179-
"display_name": "Google Tasks",
180-
"description": "Connect to manage your to-do lists and tasks. The agent can create, list, update, and delete tasks and task lists on your behalf.",
181-
"auth_type": "composio",
182-
"icon": "IconListCheck",
183-
"auth_config_env_var": "GTASKS_AUTH_CONFIG_ID",
184-
"category": "Advanced",
185-
"mcp_server_config": {
186-
"name": "gtasks_server",
187-
"url": os.getenv("GTASKS_MCP_SERVER_URL", "http://localhost:9028/sse")
188-
}
189-
},
190178
"gslides": {
191179
"display_name": "Google Slides",
192180
"description": "Create and manage presentations in Google Slides. The agent can build new slide decks with titles, content, images, and charts based on a structured outline you provide.",
193-
"auth_type": "composio",
181+
"auth_type": "oauth",
194182
"icon": "IconPresentation",
195183
"category": "Information",
196184
"mcp_server_config": {

src/server/workers/executor/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"gslides": {
9898
"display_name": "Google Slides",
9999
"description": "Create and manage presentations in Google Slides. The agent can build new slide decks with titles, content, images, and charts based on a structured outline you provide.",
100-
"auth_type": "composio",
100+
"auth_type": "oauth",
101101
"icon": "IconPresentation",
102102
"category": "Productivity",
103103
"mcp_server_config": {

0 commit comments

Comments
 (0)