Skip to content

Commit 8d77527

Browse files
committed
upt: add todo and mini changes
1 parent c89698a commit 8d77527

File tree

4 files changed

+91
-120
lines changed

4 files changed

+91
-120
lines changed

.gitignore

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,14 @@ build/
2020

2121
# Dependency directories
2222
jspm_packages/
23-
24-
# TypeScript
25-
*.tsbuildinfo
26-
2723
# IDEs and editors
2824
.idea/
2925
.vscode/
3026
.DS_Store
3127
Thumbs.db
3228

33-
# Miscellaneous
34-
*.tgz
35-
*.zip
36-
*.tar
37-
*.rar
38-
*.7z
39-
*.bak
40-
*.tmp
41-
*.swp
42-
*.swo
43-
*.sublime-workspace
44-
*.sublime-project
29+
4530
# Start Generation Here
46-
# End Generation Here
4731

4832
READMEFORME.md
4933

creator-server.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,3 +1015,6 @@ async function fileExists(filePath) {
10151015
return false;
10161016
}
10171017
}
1018+
1019+
// todo:
1020+
// - consider removing full update, and only allowing section update

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"license": "MIT",
1717
"dependencies": {
1818
"@google-cloud/bigquery": "^8.0.0",
19-
"@modelcontextprotocol/sdk": "^1.11.2",
19+
"@modelcontextprotocol/sdk": "^1.12.0",
2020
"@types/pg": "^8.15.2",
2121
"node-fetch": "^2.7.0",
2222
"pg": "^8.16.0",

0 commit comments

Comments
 (0)