Skip to content

Commit cc6e80a

Browse files
committed
chore: clean up debug files and update workspace dependencies
Remove temporary debug and testing files from repository: - Remove debug-binary-constructor.js, debug-binary-deep.js - Remove debug-hex-dump.js, debug-npm.js - Remove old package tarball pulseengine-studio-mcp-server-0.2.5.tgz Update workspace to use PulseEngine MCP 0.7.0 dependencies with commented macro reference for future integration. These changes clean up the repository and align with the production-ready v0.2.15 release status.
1 parent e6f5744 commit cc6e80a

File tree

6 files changed

+3
-372
lines changed

6 files changed

+3
-372
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ base64 = "0.22"
3131
regex = "1.0"
3232

3333
# MCP dependencies - using PulseEngine MCP implementation
34-
pulseengine-mcp-server = "0.6.0"
35-
pulseengine-mcp-protocol = "0.6.0"
34+
pulseengine-mcp-server = "0.7.0"
35+
pulseengine-mcp-protocol = "0.7.0"
36+
# pulseengine-mcp-macros = "0.7.0" # Available but requires significant refactoring
3637
async-trait = "0.1"
3738

3839
[profile.release]

debug-binary-constructor.js

Lines changed: 0 additions & 94 deletions
This file was deleted.

debug-binary-deep.js

Lines changed: 0 additions & 115 deletions
This file was deleted.

debug-hex-dump.js

Lines changed: 0 additions & 85 deletions
This file was deleted.

debug-npm.js

Lines changed: 0 additions & 76 deletions
This file was deleted.
-2.56 KB
Binary file not shown.

0 commit comments

Comments
 (0)