Skip to content

Commit 63d3776

Browse files
committed
quality of life chnages
1 parent b25c92f commit 63d3776

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

.github/workflows/auto-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
if: steps.version-check.outputs.needs-publish == 'true'
5757
run: npm publish --access=public
5858
env:
59-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
59+
NODE_AUTH_TOKEN: ${{ secrets.MCPKIT_NPM }}
6060

6161
- name: Create Git Tag
6262
if: steps.version-check.outputs.needs-publish == 'true'

mcp-registry.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16730,6 +16730,36 @@
1673016730
"installation_date": null,
1673116731
"installed_agents": []
1673216732
},
16733+
{
16734+
"id": "ca97ce9f-45a6-4249-a6de-d2a1797adf0f",
16735+
"name": "com.vercel/vercel-mcp",
16736+
"category": "Community",
16737+
"description": "An MCP server for Vercel",
16738+
"version": "0.0.2",
16739+
"npm": null,
16740+
"command": null,
16741+
"env": {},
16742+
"setup_instructions": [],
16743+
"uninstall_steps": [],
16744+
"documentation": "",
16745+
"homepage": "",
16746+
"repository": null,
16747+
"remotes": [
16748+
{
16749+
"type": "streamable-http",
16750+
"url": "https://mcp.vercel.com"
16751+
}
16752+
],
16753+
"packages": [],
16754+
"registry_type": null,
16755+
"registry_base_url": null,
16756+
"license": null,
16757+
"published_at": "2025-09-17T21:29:22.383255285Z",
16758+
"updated_at": "2025-09-17T21:29:22.383255285Z",
16759+
"installed": false,
16760+
"installation_date": null,
16761+
"installed_agents": []
16762+
},
1673316763
{
1673416764
"id": "cc123f69-0820-4c87-b304-99e82175a541",
1673516765
"name": "io.github.domdomegg/time-mcp-pypi",
@@ -18871,7 +18901,7 @@
1887118901
"registry_base_url": null,
1887218902
"license": null,
1887318903
"published_at": "2025-09-17T21:18:23.966053956Z",
18874-
"updated_at": "2025-09-17T21:18:23.966053956Z",
18904+
"updated_at": "2025-09-17T21:29:22.393251785Z",
1887518905
"installed": false,
1887618906
"installation_date": null,
1887718907
"installed_agents": []
File renamed without changes.

0 commit comments

Comments
 (0)