@yottameta/yotta-dev-mcp-plugin 0.0.0 → 0.2.0

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.
@@ -0,0 +1,20 @@
1
+ {
2
+ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
+ "name": "io.github.YottaMeta/yotta-dev-mcp",
4
+ "description": "YuanKai (yotta-dev-mcp): deterministic local development tools over stdio MCP, covering code mapping, architecture contract review, change impact cones, L0-L5 verification ledgers, integrity self-tests, optional explicit import-linter / dependency-cruiser / Repomix adapters, code review, secret/dependency scanning, release checks, whitelisted checks, scaffolding and workflow state.",
5
+ "repository": {
6
+ "url": "https://github.com/YottaMeta/yotta-dev-mcp",
7
+ "source": "github"
8
+ },
9
+ "version": "0.2.0",
10
+ "packages": [
11
+ {
12
+ "registryType": "npm",
13
+ "identifier": "@yottameta/yotta-dev-mcp",
14
+ "version": "0.2.0",
15
+ "transport": {
16
+ "type": "stdio"
17
+ }
18
+ }
19
+ ]
20
+ }