Skip to content

Commit f1bf91c

Browse files
committed
fix: update server definition (input type 'password' -> 'text' for TB_ADMIN_TOKEN)
1 parent 0e93f30 commit f1bf91c

1 file changed

Lines changed: 20 additions & 11 deletions

File tree

servers/co.tinybird-mcp.json

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,25 @@
66
"description": "Query and manage Tinybird analytics data sources and endpoints. Run SQL queries, explore schemas, and publish API endpoints.",
77
"icon": "https://avatars.githubusercontent.com/u/53208553?v=4",
88
"schema_version": "2.1",
9-
"categories": ["database", "monitoring"],
10-
"tags": ["tinybird", "analytics", "sql", "real-time", "data-pipelines", "clickhouse"],
11-
9+
"categories": [
10+
"database",
11+
"monitoring"
12+
],
13+
"tags": [
14+
"tinybird",
15+
"analytics",
16+
"sql",
17+
"real-time",
18+
"data-pipelines",
19+
"clickhouse"
20+
],
1221
"transport": {
1322
"type": "stdio",
1423
"command": "uvx",
15-
"args": ["mcp-tinybird", "stdio"],
24+
"args": [
25+
"mcp-tinybird",
26+
"stdio"
27+
],
1628
"env": {
1729
"TB_API_URL": "${input:TB_API_URL}",
1830
"TB_ADMIN_TOKEN": "${input:TB_ADMIN_TOKEN}"
@@ -37,7 +49,7 @@
3749
"id": "TB_ADMIN_TOKEN",
3850
"label": "Tinybird Admin Token",
3951
"description": "Admin token for your Tinybird workspace.",
40-
"type": "password",
52+
"type": "text",
4153
"required": true,
4254
"secret": true,
4355
"placeholder": "p.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
@@ -50,26 +62,23 @@
5062
]
5163
}
5264
},
53-
5465
"auth": {
5566
"type": "api_key",
5667
"instructions": "Get your API URL and admin token from your Tinybird workspace at https://app.tinybird.co"
5768
},
58-
5969
"contributor": {
6070
"name": "Tinybird",
6171
"github": "tinybirdco",
6272
"url": "https://www.tinybird.co"
6373
},
64-
6574
"links": {
6675
"repository": "https://github.com/tinybirdco/mcp-tinybird",
6776
"homepage": "https://www.tinybird.co",
6877
"documentation": "https://www.tinybird.co/docs/forward/analytics-agents/mcp"
6978
},
70-
71-
"platforms": ["all"],
72-
79+
"platforms": [
80+
"all"
81+
],
7382
"capabilities": {
7483
"tools": true,
7584
"resources": false,

0 commit comments

Comments
 (0)