mcp-quickbase 2.0.1 → 2.0.3

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.
@@ -55,7 +55,7 @@ For custom cloud deployments using the provided Docker configuration.
55
55
 
56
56
  ```bash
57
57
  # Build the Docker image
58
- docker build -f Dockerfile.glama -t quickbase-mcp .
58
+ docker build -f Dockerfile.glama -t mcp-quickbase .
59
59
 
60
60
  # Deploy to your preferred cloud platform
61
61
  # (AWS, Google Cloud, Azure, etc.)
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "mcp-quickbase",
3
- "version": "2.0.1",
4
- "description": "Quickbase connector for Model Context Protocol",
3
+ "version": "2.0.3",
4
+ "description": "Work with Quickbase via Model Context Protocol",
5
5
  "main": "dist/mcp-stdio-server.js",
6
6
  "types": "dist/mcp-stdio-server.d.ts",
7
7
  "bin": {
8
- "quickbase-mcp": "./dist/mcp-stdio-server.js"
8
+ "mcp-quickbase": "./dist/mcp-stdio-server.js"
9
9
  },
10
10
  "scripts": {
11
11
  "build": "tsc",