Skip to content

Commit 503e85b

Browse files
committed
Add mcpName and server.json for Official MCP Registry
1 parent 8745ae5 commit 503e85b

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "saga-mcp",
3-
"version": "1.5.3",
3+
"mcpName": "io.github.spranab/saga-mcp",
4+
"version": "1.5.4",
45
"description": "A Jira-like project tracker MCP server for AI agents. SQLite-backed, per-project scoped, with full hierarchy (Projects > Epics > Tasks > Subtasks), activity logging, and a dashboard — so LLMs never lose track.",
56
"type": "module",
67
"main": "dist/index.js",

server.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3+
"name": "io.github.spranab/saga-mcp",
4+
"description": "Jira-like project tracker for AI agents with SQLite, full task hierarchy, and dashboard",
5+
"repository": {
6+
"url": "https://github.com/spranab/saga-mcp",
7+
"source": "github"
8+
},
9+
"version": "1.5.3",
10+
"packages": [
11+
{
12+
"registryType": "npm",
13+
"identifier": "saga-mcp",
14+
"version": "1.5.3",
15+
"transport": {
16+
"type": "stdio"
17+
},
18+
"environmentVariables": []
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)