mirror of
https://github.com/sveltejs/ai-tools.git
synced 2026-07-05 12:12:00 +08:00
Compare commits
1 Commits
@sveltejs/
...
docs/updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
239f9613a2 |
5
.changeset/perfect-fishes-scream.md
Normal file
5
.changeset/perfect-fishes-scream.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@sveltejs/mcp-stdio": patch
|
||||
---
|
||||
|
||||
fix: improve prompt to reduce token usage
|
||||
@@ -1,11 +1,5 @@
|
||||
# @sveltejs/mcp
|
||||
|
||||
## 0.1.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fix: improve prompt to reduce token usage ([#124](https://github.com/sveltejs/mcp/pull/124))
|
||||
|
||||
## 0.1.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@sveltejs/mcp",
|
||||
"version": "0.1.14",
|
||||
"version": "0.1.13",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
"mcpName": "dev.svelte/mcp",
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"subfolder": "packages/mcp-stdio",
|
||||
"source": "github"
|
||||
},
|
||||
"version": "0.1.14",
|
||||
"version": "0.1.13",
|
||||
"websiteUrl": "https://svelte.dev/docs/mcp/overview",
|
||||
"icons": [
|
||||
{
|
||||
@@ -25,7 +25,7 @@
|
||||
{
|
||||
"registryType": "npm",
|
||||
"identifier": "@sveltejs/mcp",
|
||||
"version": "0.1.14",
|
||||
"version": "0.1.13",
|
||||
"runtimeHint": "npx",
|
||||
"transport": {
|
||||
"type": "stdio"
|
||||
|
||||
Reference in New Issue
Block a user