@toolsdk.ai/registry 1.0.152 → 1.0.153

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -859,7 +859,7 @@ Enhance your development workflow with tools for coding and environment manageme
859
859
  - [✅ mcp-server-tree-sitter](https://github.com/wrale/mcp-server-tree-sitter): Provides code analysis capabilities through tree-sitter parsing, enabling structured understanding and manipulation of source code across multiple programming languages for tasks like code review, refactoring, and documentation generation. (26 tools) (python)
860
860
  - [✅ mcp-svelte-docs](https://github.com/spences10/mcp-svelte-docs): Integrates with Svelte documentation to enable efficient querying and retrieval of framework-specific content for development assistance. (12 tools) (node)
861
861
  - [✅ metatag-genie](https://github.com/terryso/meta_tag_genie): Enables AI to write standardized metadata to various image file formats including HEIC and PNG for automated tagging, photo organization, and copyright embedding without switching contexts. (1 tools) (node)
862
- - [✅ project-mcp](https://github.com/pouyanafisi/project-mcp): 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. (37 tools, 12 prompts) (42 tools) (node)
862
+ - [✅ project-mcp](https://github.com/pouyanafisi/project-mcp): AI-native project management with intent-based documentation search, Jira-like task IDs (PROJECT-001), backlog workflow (import → promote → archive), thought processing (brain dumps → structured tasks with intent analysis), and project file management. (40 tools, 12 prompts) (42 tools) (node)
863
863
  - [✅ qasphere-mcp](https://github.com/hypersequent/qasphere-mcp): Integration with QA Sphere test management system, enabling LLMs to discover, summarize, and interact with test cases directly from AI-powered IDEs. (6 tools) (node)
864
864
  - [✅ sf-mcp](https://github.com/codefriar/sf-mcp): Exposes Salesforce CLI functionality for interacting with Salesforce orgs, enabling developers to query data, deploy code, and manage orgs through dynamically discovered commands. (5 tools) (node)
865
865
  - [✅ shadow-cljs-mcp](https://github.com/bigsy/shadow-cljs-mcp): Monitors ClojureScript builds in real-time, providing detailed status information including compilation status, warnings, errors, and file-specific details for verifying build success after code changes. (1 tools) (node)
@@ -56089,8 +56089,9 @@
56089
56089
  "tools": {}
56090
56090
  },
56091
56091
  "project-mcp": {
56092
- "path": "developer-tools/project-mcp.json",
56093
56092
  "category": "developer-tools",
56093
+ "path": "developer-tools/project-mcp.json",
56094
+ "validated": true,
56094
56095
  "tools": {
56095
56096
  "search_project": {
56096
56097
  "name": "search_project",
@@ -56260,7 +56261,6 @@
56260
56261
  "name": "get_thought",
56261
56262
  "description": "Reads a specific thought file and returns its raw content for review."
56262
56263
  }
56263
- },
56264
- "validated": true
56264
+ }
56265
56265
  }
56266
56266
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolsdk.ai/registry",
3
- "version": "1.0.152",
3
+ "version": "1.0.153",
4
4
  "description": "An Open, Structured, and Standard Registry for MCP Servers and Packages.",
5
5
  "keywords": [
6
6
  "mcp",
@@ -2,7 +2,7 @@
2
2
  "type": "mcp-server",
3
3
  "name": "Project MCP",
4
4
  "packageName": "project-mcp",
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. (37 tools, 12 prompts)",
5
+ "description": "AI-native project management with intent-based documentation search, Jira-like task IDs (PROJECT-001), backlog workflow (import → promote → archive), thought processing (brain dumps → structured tasks with intent analysis), and project file management. (40 tools, 12 prompts)",
6
6
  "url": "https://github.com/pouyanafisi/project-mcp",
7
7
  "runtime": "node",
8
8
  "license": "MIT",