6.4 KiB
@sveltejs/mcp
0.1.25
Patch Changes
- fix: better wording for
desired_svelte_version(59dcbff)
0.1.24
Patch Changes
- chore: support declaration tags (#222)
0.1.23
Patch Changes
-
feat: allow stdio mcp to read the content of the file directly (#198)
-
fix: handle non call expressions passed to
is_rune(#201) -
chore: remove db requirement (#196)
0.1.22
Patch Changes
- fix: broaden checks for imported runes because LLMs are unhinged (#185)
0.1.21
Patch Changes
- feat: display similar result & error at the end (#161)
0.1.20
Patch Changes
- fix: turn off no-inspect in eslint for mcp (
2245cb2)
0.1.19
Patch Changes
- chore: update svelte (
7447744)
0.1.18
Patch Changes
- feat: expose playground link as MCP App (#138)
0.1.17
Patch Changes
- fix: add suggestion for snippets declared in script tag (#132)
0.1.16
Patch Changes
- feat: expose tools as JS api + cli (#128)
0.1.15
Patch Changes
- fix: server.json version + update publisher (
9dfb4de)
0.1.14
Patch Changes
- fix: improve prompt to reduce token usage (#124)
0.1.13
Patch Changes
- fix: revert name change and add title (
98efa1e)
0.1.12
Patch Changes
0.1.11
Patch Changes
-
fix: add
asyncparameter tosvelte-autofixer(#94) -
fix: install latest eslint svelte packages to support
$state.eager(f6ce89f)
0.1.10
Patch Changes
-
fix: add icons to
server.json(02c951b) -
fix: add
preferred-frame-sizeto UI resource (3fabcc0) -
feat: support:
$state.eager(#90)
0.1.9
Patch Changes
-
feat: return
mcp-uiresource fromplayground-link(#84) -
feat: suggest against js variables in css (#78)
0.1.8
Patch Changes
- fix: upgrade registry publisher cli (
5fa2baa)
0.1.7
Patch Changes
- fix: use correct server schema version (
579be87)
0.1.6
Patch Changes
-
fix: prevent
imported_runessuggestion from being added for libs that are not svelte (87af64f) -
feat: add svelte icon and website url for mcp server (#75)
-
fix: use
data:uri for local icon & add icons to tools + resources + prompts (cf62286)
0.1.5
Patch Changes
-
fix: widen
desired_svelte_versionvalidation to accommodate some clients (3b301d7) -
fix: minor tweaks to the prompt to allow for automatic sync (#63)
-
feat:
read_state_with_dollarautofixer (#66)
0.1.4
Patch Changes
- fix: pass secrets in action and update
mcpName(044f098)
0.1.3
Patch Changes
- fix: use DNS to publish MCP (#59)
0.1.2
Patch Changes
- fix: publish to MCP registry (I really hope this time for real) (
ef5241c)
0.1.1
Patch Changes
- feat: publish mcp to registry (maybe for real this time) (
132943d)
0.1.0
Minor Changes
- feat: publish to registry (#45)
Patch Changes
-
feat: add autofixer to tell the LLM to check if some function called in effect is assigning state #26 (
73d7625) -
feat: add bind:this -> attachment and action -> attachment autofixer #20 (
73d7625)
0.0.4
Patch Changes
- fix: allow TS
.svelte.tsmodules (#49)
0.0.3
Patch Changes
-
fix: check effect.pre in assign-in-effect (#41)
-
feat:
use_casesdocumentation metadata (#29) -
fix: change title names to allow for claude code to use the prompt (
725f785) -
fix: enable doc tools (
cb316c5)
0.0.2
Patch Changes
- feat: latest version (#25)