Add Svelte 5 runes WebMCP example with note-taking app#13
Draft
Add Svelte 5 runes WebMCP example with note-taking app#13
Conversation
- Demonstrates Svelte 5 reactive primitives ($state, $derived, $effect) - Notes app with 7 AI-callable tools for CRUD operations - Uses @mcp-b/global for WebMCP tool registration - Follows repository patterns with types/, lib/, components/ structure - TypeScript strict mode with svelte-check
28 tasks
Copilot
AI
changed the title
[WIP] Create simple Svelte runes WebMCP example app
Add Svelte 5 runes WebMCP example with note-taking app
Dec 6, 2025
6809400 to
c996275
Compare
Base automatically changed from
claude/svelte-runes-webmcp-example-01EiHsKu3qSGRszTjHjA9SAr
to
main
December 6, 2025 23:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
New example demonstrating WebMCP integration in Svelte 5 using modern runes API. Implements a note-taking application with 6 AI-callable tools showcasing reactive state management with Svelte's fine-grained reactivity primitives.
Type of Change
Related Issues
N/A
Changes Made
/sveltedirectory with Svelte 5 example application$stateand$derivedrunesNew Example Details
@mcp-b/globalTesting
Commands Run
Manual Testing with MCP-B Extension
Screenshot/Demo
Tools demonstrate Svelte's reactive state management - notes list updates automatically when tools modify state through runes.
Checklist
@mcp-b/globalor@mcp-b/react-webmcp)/relegatedDocumentation
Additional Notes
Key pattern demonstrated:
Svelte's runes provide more granular reactivity than React hooks, allowing computed values (
$derived) to efficiently track only their dependencies.For AI Agents: All checklist items verified and testing completed successfully.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.