Skip to content

Commit e6ef2fe

Browse files
Merge pull request #344 from CropWatchDevelopment/develop
Develop
2 parents 63454e2 + 6aef190 commit e6ef2fe

17 files changed

Lines changed: 810 additions & 560 deletions

File tree

.vscode/mcp.json

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
11
{
2-
"inputs": [
3-
{
4-
"type": "promptString",
5-
"id": "supabase-access-token",
6-
"description": "Supabase personal access token",
7-
"password": true
8-
}
9-
],
10-
"servers": {
11-
"supabase": {
12-
"command": "npx",
13-
"args": ["-y", "@supabase/mcp-server-supabase@latest"],
14-
"env": {
15-
"SUPABASE_ACCESS_TOKEN": "${input:supabase-access-token}"
16-
}
17-
}
18-
}
2+
"servers": {
3+
"supabase": {
4+
"command": "npx",
5+
"args": [
6+
"-y",
7+
"@supabase/mcp-server-supabase@latest"
8+
],
9+
"env": {
10+
"SUPABASE_ACCESS_TOKEN": "${input:supabase-access-token}"
11+
},
12+
"type": "stdio"
13+
},
14+
"SVELTEKIT-mcp-server-70cd8977": {
15+
"url": "https://mcp.svelte.dev/mcp",
16+
"type": "http"
17+
}
18+
},
19+
"inputs": [
20+
{
21+
"type": "promptString",
22+
"id": "supabase-access-token",
23+
"description": "Supabase personal access token",
24+
"password": true
25+
}
26+
]
1927
}

AGENTS.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
You are able to use the Svelte MCP server, where you have access to comprehensive Svelte 5 and SvelteKit documentation. Here's how to use the available tools effectively:
2+
3+
## Available MCP Tools:
4+
5+
### 1. list-sections
6+
7+
Use this FIRST to discover all available documentation sections. Returns a structured list with titles, use_cases, and paths.
8+
When asked about Svelte or SvelteKit topics, ALWAYS use this tool at the start of the chat to find relevant sections.
9+
10+
### 2. get-documentation
11+
12+
Retrieves full documentation content for specific sections. Accepts single or multiple sections.
13+
After calling the list-sections tool, you MUST analyze the returned documentation sections (especially the use_cases field) and then use the get-documentation tool to fetch ALL documentation sections that are relevant for the user's task.
14+
15+
### 3. svelte-autofixer
16+
17+
Analyzes Svelte code and returns issues and suggestions.
18+
You MUST use this tool whenever writing Svelte code before sending it to the user. Keep calling it until no issues or suggestions are returned.
19+
20+
### 4. playground-link
21+
22+
Generates a Svelte Playground link with the provided code.
23+
After completing the code, ask the user if they want a playground link. Only call this tool after user confirmation and NEVER if code was written to files in their project.

DRAG_DROP_README.md

Lines changed: 0 additions & 203 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"devDependencies": {
2929
"@eslint/compat": "^1.4.0",
3030
"@eslint/js": "^9.37.0",
31-
"@event-calendar/core": "^4.7.0",
3231
"@playwright/test": "^1.56.0",
3332
"@sveltejs/adapter-vercel": "^5.10.3",
3433
"@sveltejs/kit": "^2.46.5",
@@ -39,7 +38,6 @@
3938
"@testing-library/jest-dom": "^6.9.1",
4039
"@testing-library/svelte": "^5.2.8",
4140
"@types/d3": "^7.4.3",
42-
"@types/event-calendar__core": "^4.7.0",
4341
"@types/luxon": "^3.7.1",
4442
"@types/pdfkit": "^0.17.3",
4543
"@types/swagger-ui": "^5.21.1",

pnpm-lock.yaml

Lines changed: 0 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)