@bitsbound/mcp-server 1.0.6 → 1.0.7

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 (2) hide show
  1. package/package.json +2 -2
  2. package/server.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitsbound/mcp-server",
3
- "version": "1.0.6",
4
- "mcpName": "com.bitsbound/contract-analysis",
3
+ "version": "1.0.7",
4
+ "mcpName": "com.bitsbound/contract-automation",
5
5
  "description": "BitsBound MCP Server - AI-powered contract analysis for Claude, ChatGPT, and Gemini",
6
6
  "type": "module",
7
7
  "main": "dist/server/Bitsbound_Kings_McpServer_Backend_Server.js",
package/server.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
- "name": "com.bitsbound/contract-analysis",
4
- "description": "AI contract analysis with partner-level redlines, OOXML Track Changes, and risk analysis.",
3
+ "name": "com.bitsbound/contract-automation",
4
+ "description": "AI contract automation with partner-level redlines, OOXML Track Changes, and risk analysis.",
5
5
  "repository": {
6
6
  "url": "https://github.com/taytrom/bitsbound-mcp-server",
7
7
  "source": "github"
8
8
  },
9
- "version": "1.0.6",
9
+ "version": "1.0.7",
10
10
  "packages": [
11
11
  {
12
12
  "registryType": "npm",
13
13
  "identifier": "@bitsbound/mcp-server",
14
- "version": "1.0.6",
14
+ "version": "1.0.7",
15
15
  "transport": {
16
16
  "type": "stdio"
17
17
  }