Skip to content

Commit 52cf991

Browse files
committed
mcp: publish to official MCP Registry (server.json + mcpName, v0.8.2)
1 parent 545cc58 commit 52cf991

2 files changed

Lines changed: 41 additions & 2 deletions

File tree

packages/mcp/package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@reneza/ats-mcp",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
4+
"mcpName": "io.github.renezander030/agentic-task-system",
45
"description": "Model Context Protocol server for Agentic Task System — exposes the task app you already use to any MCP client, backed by hybrid + RRF retrieval. Storage-agnostic over the ATS adapter contract.",
56
"type": "module",
67
"main": "server.js",
@@ -50,6 +51,12 @@
5051
"rrf",
5152
"hybrid-search",
5253
"task-management",
53-
"ticktick"
54+
"claude-code",
55+
"cursor",
56+
"ticktick",
57+
"notion",
58+
"github",
59+
"linear",
60+
"beads"
5461
]
5562
}

server.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3+
"name": "io.github.renezander030/agentic-task-system",
4+
"description": "MCP server giving AI agents persistent task memory across TickTick, Notion, GitHub, Linear & Beads",
5+
"title": "Agentic Task System (ATS)",
6+
"websiteUrl": "https://github.com/renezander030/agentic-task-system",
7+
"repository": {
8+
"url": "https://github.com/renezander030/agentic-task-system",
9+
"source": "github",
10+
"subfolder": "packages/mcp"
11+
},
12+
"version": "0.8.2",
13+
"packages": [
14+
{
15+
"registryType": "npm",
16+
"registryBaseUrl": "https://registry.npmjs.org",
17+
"identifier": "@reneza/ats-mcp",
18+
"version": "0.8.2",
19+
"transport": {
20+
"type": "stdio"
21+
},
22+
"environmentVariables": [
23+
{
24+
"name": "ATS_ADAPTER",
25+
"description": "npm package name of the storage adapter to load, e.g. @reneza/ats-adapter-ticktick (TickTick), @reneza/ats-adapter-notion, @reneza/ats-adapter-github, @reneza/ats-adapter-beads",
26+
"isRequired": true,
27+
"format": "string"
28+
}
29+
]
30+
}
31+
]
32+
}

0 commit comments

Comments
 (0)