@goodsamsoftware/freshbooks-mcp 1.0.0 → 1.0.1

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/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -20,7 +20,7 @@ A Model Context Protocol (MCP) server providing complete FreshBooks integration
20
20
  ## Installation
21
21
 
22
22
  ```bash
23
- npm install freshbooks-mcp
23
+ npm install @goodsamsoftware/freshbooks-mcp
24
24
  ```
25
25
 
26
26
  ## Quick Start
@@ -92,7 +92,7 @@ Add to your Claude Desktop configuration (`claude_desktop_config.json`):
92
92
  "mcpServers": {
93
93
  "freshbooks": {
94
94
  "command": "npx",
95
- "args": ["freshbooks-mcp"],
95
+ "args": ["@goodsamsoftware/freshbooks-mcp"],
96
96
  "env": {
97
97
  "FRESHBOOKS_CLIENT_ID": "your-client-id",
98
98
  "FRESHBOOKS_CLIENT_SECRET": "your-client-secret",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodsamsoftware/freshbooks-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "FreshBooks MCP server providing 1:1 parity with the FreshBooks Node.js SDK",
5
5
  "type": "module",
6
6
  "main": "dist/server.js",
@@ -65,12 +65,12 @@
65
65
  "license": "MIT",
66
66
  "repository": {
67
67
  "type": "git",
68
- "url": "git+https://github.com/mcsei/freshbooks-mcp.git"
68
+ "url": "git+https://github.com/Good-Samaritan-Software-LLC/freshbooks-mcp.git"
69
69
  },
70
70
  "bugs": {
71
- "url": "https://github.com/mcsei/freshbooks-mcp/issues"
71
+ "url": "https://github.com/Good-Samaritan-Software-LLC/freshbooks-mcp/issues"
72
72
  },
73
- "homepage": "https://github.com/mcsei/freshbooks-mcp#readme",
73
+ "homepage": "https://freshbooks.goodsamsoftware.com/",
74
74
  "dependencies": {
75
75
  "@freshbooks/api": "^4.1.0",
76
76
  "@modelcontextprotocol/sdk": "^1.0.0",