pi-shazam 0.5.4 → 0.5.5

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/dist/mcp/entry.js CHANGED
@@ -15,7 +15,7 @@ const PROJECT_ROOT = process.argv[2] || ".";
15
15
  async function main() {
16
16
  const server = new McpServer({
17
17
  name: "pi-shazam",
18
- version: "0.5.3",
18
+ version: "0.5.5",
19
19
  });
20
20
  // Scan project (builds symbol graph, may take 1-5s for large projects)
21
21
  const graph = scanProject(PROJECT_ROOT);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-shazam",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
4
4
  "description": "Pi coding agent native codebase awareness toolkit — 14 structural analysis tools. Also supports MCP (Cursor, Claude Desktop, Windsurf, etc.)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",