Skip to content

Commit 515d66e

Browse files
committed
Update manifest and README
1 parent 05dec7d commit 515d66e

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,9 @@ If CompanyCam changes the API, update `src/tools/openapi.json` and re-run. The c
308308
| `yarn format` | oxfmt |
309309

310310
The Node code (`@types/node`) and the Worker code (`@cloudflare/workers-types`) use conflicting globals, so they type-check under separate tsconfigs — `tsconfig.json` excludes `src/worker.ts` and `src/oauth/`, which `tsconfig.worker.json` covers.
311+
312+
## Disclaimer
313+
314+
This project is an independent, unofficial tool and is not affiliated with,
315+
endorsed by, or sponsored by CompanyCam. All product names, trademarks, and
316+
registered trademarks are the property of their respective owners.

manifest.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
"author": {
77
"name": "Ry Racherbaumer"
88
},
9+
"license": "MIT",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/rygine/companycam-mcp-server.git"
13+
},
14+
"support": "https://github.com/rygine/companycam-mcp-server/issues",
15+
"keywords": ["companycam", "api", "mcp"],
916
"server": {
1017
"type": "node",
1118
"entry_point": "server/index.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "companycam-mcp-server",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "MCP server exposing the CompanyCam API",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)