Commit fa37bc7
committed
Refactor MCP-Airflow-API to use mcp_main.py as the main entry point, replacing airflow_api.py and updating related configurations and scripts. Affected files: .github/copilot-instructions.md, README.md, mcp-config.json.stdio, pyproject.toml, run-mcp-inspector-local.sh, run-mcp-inspector-pypi.sh, scripts/mcp-server-docker-cmd.sh, src/mcp_airflow_api/__init__.py, src/mcp_airflow_api/prompt_template.md, tests/test_prompt_template.py, src/mcp_airflow_api/mcp_main.py. Generated by Copilot.
1 parent 404e4f1 commit fa37bc7Copy full SHA for fa37bc7
File tree
Expand file treeCollapse file tree
11 files changed
+18
-12
lines changedOpen diff view settings
Filter options
- .github
- scripts
- src/mcp_airflow_api
- tests
Expand file treeCollapse file tree
11 files changed
+18
-12
lines changedOpen diff view settings
Collapse file
.github/copilot-instructions.md
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md+3-3Lines changed: 3 additions & 3 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
| 10 | + |
11 | 11 | |
12 | 12 | |
13 | 13 | |
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
| ||
60 | 60 | |
61 | 61 | |
62 | 62 | |
63 | | - |
| 63 | + |
64 | 64 | |
65 | 65 | |
66 | 66 | |
|
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
201 | 201 | |
202 | 202 | |
203 | 203 | |
204 | | - |
| 204 | + |
205 | 205 | |
206 | 206 | |
207 | 207 | |
| ||
299 | 299 | |
300 | 300 | |
301 | 301 | |
302 | | - |
| 302 | + |
303 | 303 | |
304 | 304 | |
305 | 305 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
| 5 | + |
6 | 6 | |
7 | 7 | |
8 | 8 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | | - |
| 17 | + |
18 | 18 | |
19 | 19 | |
20 | 20 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | | - |
| 15 | + |
Collapse file
+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
11 | 17 | |
12 | 18 | |
13 | 19 | |
|
Collapse file
scripts/mcp-server-docker-cmd.sh
Copy file name to clipboardExpand all lines: scripts/mcp-server-docker-cmd.sh+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | | - |
| 26 | + |
Collapse file
src/mcp_airflow_api/__init__.py
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
Collapse file
src/mcp_airflow_api/airflow_api.py src/mcp_airflow_api/mcp_main.pysrc/mcp_airflow_api/airflow_api.py renamed to src/mcp_airflow_api/mcp_main.py
Copy file name to clipboardFile renamed without changes.
Collapse file
src/mcp_airflow_api/prompt_template.md
Copy file name to clipboardExpand all lines: src/mcp_airflow_api/prompt_template.md+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
289 | 289 | |
290 | 290 | |
291 | 291 | |
292 | | - |
| 292 | + |
293 | 293 | |
294 | 294 | |
295 | 295 | |
|
0 commit comments