Skip to content

Commit 4477373

Browse files
committed
chore: update ToolSDK registry config to match official schema
Simplified the registry config to match the ToolSDK contribution format. Ready for submission to toolsdk-ai/toolsdk-mcp-registry.
1 parent cbb19e8 commit 4477373

File tree

1 file changed

+2
-60
lines changed

1 file changed

+2
-60
lines changed

toolsdk-registry.json

Lines changed: 2 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -2,72 +2,14 @@
22
"type": "mcp-server",
33
"name": "Project MCP",
44
"packageName": "project-mcp",
5-
"description": "AI-native project management MCP server with intent-based documentation search, task management (Jira-like IDs), backlog workflow, and project lifecycle tools. Maps natural language to the right sources automatically.",
5+
"description": "AI-native project management with intent-based documentation search, Jira-like task IDs (PROJECT-001), backlog workflow (import → promote → archive), and project file management for ROADMAP/TODO/STATUS/DECISIONS. (22 tools)",
66
"url": "https://github.com/pouyanafisi/project-mcp",
77
"runtime": "node",
88
"license": "MIT",
9-
"author": "pouyanafisi",
10-
"sourceUrl": "https://github.com/pouyanafisi/project-mcp",
11-
"category": "developer-tools",
12-
"features": [
13-
"Intent-based documentation search",
14-
"Task management with YAML frontmatter",
15-
"Jira-like task IDs (PROJECT-001)",
16-
"Dependency tracking between tasks",
17-
"Backlog workflow (import → promote → archive)",
18-
"Project file management (ROADMAP, TODO, STATUS, DECISIONS)",
19-
"Documentation linting",
20-
"MCP prompts for tool discoverability"
21-
],
22-
"tools": [
23-
"search_project",
24-
"search_docs",
25-
"get_doc",
26-
"list_docs",
27-
"get_doc_structure",
28-
"manage_project_file",
29-
"create_or_update_roadmap",
30-
"create_or_update_todo",
31-
"create_or_update_status",
32-
"create_or_update_index",
33-
"create_or_update_decisions",
34-
"create_task",
35-
"update_task",
36-
"get_next_task",
37-
"list_tasks",
38-
"sync_todo_index",
39-
"lint_project_docs",
40-
"init_project",
41-
"import_tasks",
42-
"promote_task",
43-
"archive_task",
44-
"check_project_state"
45-
],
46-
"prompts": [
47-
"project-overview",
48-
"what-should-i-work-on",
49-
"start-new-project",
50-
"import-plan-to-backlog",
51-
"start-working-on-task",
52-
"check-project-health",
53-
"list-all-tasks",
54-
"update-task-status"
55-
],
569
"env": {
5710
"DOCS_DIR": {
5811
"description": "Path to documentation directory (default: ./docs)",
5912
"required": false
6013
}
61-
},
62-
"tags": [
63-
"project-management",
64-
"documentation",
65-
"task-management",
66-
"search",
67-
"ai-agent",
68-
"developer-tools",
69-
"intent-based",
70-
"backlog",
71-
"roadmap"
72-
]
14+
}
7315
}

0 commit comments

Comments
 (0)