We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f2362 commit e8c8949Copy full SHA for e8c8949
.gitignore
@@ -6,7 +6,6 @@ yarn-error.log*
6
pnpm-debug.log*
7
8
# Build outputs
9
-dist/
10
build/
11
*.tsbuildinfo
12
package.json
@@ -21,7 +21,8 @@
21
"dependencies": {
22
"dotenv": "^17.1.0",
23
"microcms-js-sdk": "^3.2.0",
24
- "turndown": "^7.2.0"
+ "turndown": "^7.2.0",
25
+ "@modelcontextprotocol/sdk": "^1.15.0"
26
},
27
"devDependencies": {
28
"@modelcontextprotocol/sdk": "^1.15.0",
0 commit comments