@codeatlas/mcp 1.0.0 → 1.0.2

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.
Files changed (3) hide show
  1. package/README.md +167 -8
  2. package/dist/mcp-server.js +101 -101
  3. package/package.json +36 -5
package/package.json CHANGED
@@ -1,26 +1,57 @@
1
1
  {
2
2
  "name": "@codeatlas/mcp",
3
- "version": "1.0.0",
4
- "description": "CodeAtlas MCP server — 25 tools that expose live codebase architecture (routes, sequences, diffs, impact analysis, architecture violations, SQL access) to any Model-Context-Protocol-compatible LLM client. Works on Python, Java, Go, Kotlin, Rust, Ruby, PHP, Swift, Dart, C#, JS/TS workspaces. Node.js ≥18 only required on the runner; the indexed codebase can be in any supported language.",
3
+ "version": "1.0.2",
4
+ "description": "CodeAtlas MCP server — 25 tools + 5 resources that expose live codebase architecture (routes, sequences, diffs, impact analysis, architecture violations, read-only SQL access) to any Model-Context-Protocol-compatible LLM client (Claude Code, Cursor, VS Code Copilot, Codex CLI, Gemini CLI, Antigravity, Continue). Self-initializes on first run — no VS Code required. Works on JS/TS, Python, Java, Kotlin, Go, Rust, Ruby, PHP, Swift, Dart, C#, C/C++. Node.js ≥18 only required on the host; the indexed workspace can be in any supported language.",
5
5
  "keywords": [
6
6
  "mcp",
7
7
  "model-context-protocol",
8
8
  "claude",
9
+ "claude-code",
9
10
  "cursor",
10
11
  "codex",
11
12
  "gemini",
13
+ "copilot",
12
14
  "llm",
15
+ "ai",
13
16
  "code-intelligence",
14
17
  "code-analysis",
15
18
  "ast",
16
19
  "architecture",
17
- "diagrams"
20
+ "diagrams",
21
+ "sequence-diagram",
22
+ "impact-analysis",
23
+ "dependency-graph",
24
+ "codebase",
25
+ "code-navigator",
26
+ "visualization",
27
+ "system-architecture",
28
+ "web-development",
29
+ "full-stack",
30
+ "backend",
31
+ "frontend",
32
+ "database",
33
+ "sql",
34
+ "api",
35
+ "messaging",
36
+ "real-time",
37
+ "cloud",
38
+ "microservices",
39
+ "monolith",
40
+ "serverless",
41
+ "cicd",
42
+ "monitoring",
43
+ "observability",
44
+ "security"
18
45
  ],
19
46
  "homepage": "https://codeatlas.live",
20
47
  "repository": {
21
48
  "type": "git",
22
- "url": "https://github.com/vamsikk7/codeatlas-live"
49
+ "url": "git+https://github.com/vamsikk7/codeatlas-live.git"
23
50
  },
51
+ "bugs": {
52
+ "url": "https://github.com/vamsikk7/codeatlas-live-issues/issues"
53
+ },
54
+ "author": "CodeAtlas",
24
55
  "license": "SEE LICENSE IN LICENSE.md",
25
56
  "bin": {
26
57
  "codeatlas-mcp": "./dist/mcp-server.js"
@@ -40,4 +71,4 @@
40
71
  "build": "node ../scripts/build-mcp-package.js",
41
72
  "prepare": "npm run build"
42
73
  }
43
- }
74
+ }