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 3564bb2 commit 6727802Copy full SHA for 6727802
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# mcp-svelte-docs
2
3
+## 0.0.18
4
+
5
+### Patch Changes
6
7
+- add back defnitions and docs for now
8
9
## 0.0.17
10
11
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "mcp-svelte-docs",
- "version": "0.0.17",
+ "version": "0.0.18",
"description": "MCP server for Svelte docs",
"type": "module",
"main": "dist/index.js",
@@ -10,6 +10,8 @@
},
"files": [
12
"dist",
13
+ "definitions",
14
+ "docs",
15
"README.md",
16
"LICENSE"
17
],
0 commit comments