mirror of
https://github.com/sveltejs/ai-tools.git
synced 2026-07-06 20:55:44 +08:00
Compare commits
3 Commits
@sveltejs/
...
@sveltejs/
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e12a0c90ab | ||
|
|
7234e64967 | ||
|
|
ef5241cbc2 |
3
.github/workflows/publish-mcp.yml
vendored
3
.github/workflows/publish-mcp.yml
vendored
@@ -25,10 +25,11 @@ jobs:
|
|||||||
sha256sum --ignore-missing -c ./checksums/registry_1.2.3_checksums.txt
|
sha256sum --ignore-missing -c ./checksums/registry_1.2.3_checksums.txt
|
||||||
|
|
||||||
# Extract the tarball
|
# Extract the tarball
|
||||||
|
mkdir tmp
|
||||||
tar -xzf $NAME --no-same-owner --no-same-permissions -C tmp
|
tar -xzf $NAME --no-same-owner --no-same-permissions -C tmp
|
||||||
|
|
||||||
# Install the MCP Publisher binary
|
# Install the MCP Publisher binary
|
||||||
install -m 0755 tmp/mcp-publisher
|
install -m 0755 tmp/mcp-publisher .
|
||||||
|
|
||||||
# Login using GitHub OIDC
|
# Login using GitHub OIDC
|
||||||
./mcp-publisher login github-oidc
|
./mcp-publisher login github-oidc
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# @sveltejs/mcp
|
# @sveltejs/mcp
|
||||||
|
|
||||||
|
## 0.1.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- fix: publish to MCP registry (I really hope this time for real) ([`ef5241c`](https://github.com/sveltejs/mcp/commit/ef5241cbc204ad8bb84bde27db7c9d0a08280245))
|
||||||
|
|
||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sveltejs/mcp",
|
"name": "@sveltejs/mcp",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"mcpName": "io.github.sveltejs/svelte",
|
"mcpName": "io.github.sveltejs/svelte",
|
||||||
|
|||||||
@@ -8,13 +8,13 @@
|
|||||||
"subfolder": "packages/mcp-stdio",
|
"subfolder": "packages/mcp-stdio",
|
||||||
"source": "github"
|
"source": "github"
|
||||||
},
|
},
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"websiteUrl": "https://svelte.dev/docs/mcp/overview",
|
"websiteUrl": "https://svelte.dev/docs/mcp/overview",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"registryType": "npm",
|
"registryType": "npm",
|
||||||
"identifier": "@sveltejs/mcp",
|
"identifier": "@sveltejs/mcp",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"runtimeHint": "npx",
|
"runtimeHint": "npx",
|
||||||
"transport": {
|
"transport": {
|
||||||
"type": "stdio"
|
"type": "stdio"
|
||||||
|
|||||||
Reference in New Issue
Block a user