Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit 22ebc3e

Browse files
committed
rename to tinybird
1 parent ebcbefd commit 22ebc3e

33 files changed

+5
-5
lines changed

.github/workflows/tinybird-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
workflow_dispatch:
1111
push:
1212
paths:
13-
- 'mcp-analytics/**'
13+
- 'tinybird/**'
1414
branches:
1515
- main
1616
jobs:
1717
cd:
1818
uses: tinybirdco/ci/.github/workflows/[email protected]
1919
with:
20-
data_project_dir: ./mcp-analytics
20+
data_project_dir: ./tinybird
2121
secrets:
2222
tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN }}
2323
tb_host: https://api.tinybird.co

.github/workflows/tinybird-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
workflow_dispatch:
1111
pull_request:
1212
paths:
13-
- 'mcp-analytics/**'
13+
- 'tinybird/**'
1414
branches:
1515
- main
1616
types: [opened, reopened, labeled, unlabeled, synchronize, closed]
@@ -21,7 +21,7 @@
2121
ci:
2222
uses: tinybirdco/ci/.github/workflows/[email protected]
2323
with:
24-
data_project_dir: ./mcp-analytics
24+
data_project_dir: ./tinybird
2525
secrets:
2626
tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN }}
2727
tb_host: https://api.tinybird.co
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a Tinybird project that collects and stores MCP logs and metrics.
77
Click the button below to deploy the project to your Tinybird Workspace.
88

99
<p align="center">
10-
<a href="https://app.tinybird.co?starter_kit=https://github.com/tinybirdco/mcp-tinybird/mcp-analytics">
10+
<a href="https://app.tinybird.co?starter_kit=https://github.com/tinybirdco/mcp-tinybird/tinybird">
1111
<img width="300" src="https://img.shields.io/badge/Deploy%20to-Tinybird-25283d?style=flat&labelColor=25283d&color=27f795&logo=data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTAwIDQyLjhsLTE1Ni4xLTQyLjgtNTQuOSAxMjIuN3pNMzUwLjcgMzQ1LjRsLTE0Mi45LTUxLjEtODMuOSAyMDUuN3oiIGZpbGw9IiNmZmYiIG9wYWNpdHk9Ii42Ii8+PHBhdGggZD0iTTAgMjE5LjlsMzUwLjcgMTI1LjUgNTcuNS0yNjguMnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=" />
1212
</a>
1313
</p>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

mcp-analytics/datasources/mv_count_mcp_errors_by_tool.datasource renamed to tinybird/datasources/mv_count_mcp_errors_by_tool.datasource

File renamed without changes.

0 commit comments

Comments
 (0)