@reposkein/mcp 0.2.0 → 0.2.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.
@@ -3,6 +3,11 @@
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <!-- Inline favicon (a teal star) so static hosts don't 404 on /favicon.ico. -->
7
+ <link
8
+ rel="icon"
9
+ href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3' fill='%232DD4BF'/%3E%3C/svg%3E"
10
+ />
6
11
  <title>RepoSkein Constellation</title>
7
12
  <style>
8
13
  html,
@@ -18,7 +23,7 @@
18
23
  overflow: hidden;
19
24
  }
20
25
  </style>
21
- <script type="module" crossorigin src="./assets/index-BaCE5jX2.js"></script>
26
+ <script type="module" crossorigin src="./assets/index-D2l9gwcq.js"></script>
22
27
  </head>
23
28
  <body>
24
29
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reposkein/mcp",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Deterministic code-graph (GraphRAG) MCP server — give your AI agent callers/callees, change-impact, and semantic search over your repo instead of grep. 7 languages, zero-infra, git-native.",
5
5
  "keywords": [
6
6
  "mcp",