codepage-bridge-mcp 0.1.0 → 0.1.6

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.
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "metadata": {
7
7
  "description": "Marketplace manifest for Codepage Bridge, an encoding-transparent MCP file tool plugin for Claude Code.",
8
- "version": "0.1.0"
8
+ "version": "0.1.5"
9
9
  },
10
10
  "plugins": [
11
11
  {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
3
3
  "name": "codepage-bridge",
4
- "version": "0.1.0",
4
+ "version": "0.1.5",
5
5
  "description": "Encoding-transparent file tools for legacy codepages in Claude Code. Adds Read, Grep, Edit, and Write over MCP with .encoding-rules-aware decoding and write-back.",
6
6
  "author": {
7
7
  "name": "skyispainted",
package/.mcp.json CHANGED
@@ -1,11 +1,3 @@
1
1
  {
2
- "mcpServers": {
3
- "codepage-bridge": {
4
- "command": "npx",
5
- "args": [
6
- "-y",
7
- "codepage-bridge-mcp"
8
- ]
9
- }
10
- }
11
- }
2
+ "mcpServers": {}
3
+ }