@selfagency/teamdynamix-mcp 0.1.1 → 0.2.0

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 (4) hide show
  1. package/README.md +11 -1
  2. package/index.js +454 -427
  3. package/index.js.map +1 -1
  4. package/package.json +7 -3
package/README.md CHANGED
@@ -6,17 +6,27 @@ A TypeScript [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) se
6
6
 
7
7
  ## Features
8
8
 
9
+ - **Powered by the official TeamDynamix TypeScript SDK**: type-safe, auto-generated API methods with built-in retry, exponential backoff, runtime validation, and token lifecycle management
9
10
  - **11 domain gateway tools** that route validated actions across discovery,
10
11
  tickets, relationships, KB, assets, CMDB, people, services, projects,
11
12
  time, and reference data
12
13
  - **Safe by default**: write tools disabled until explicitly opted in;
13
14
  destructive operations require `confirm: true`
14
15
  - **Two auth modes**: standard (username/password) and admin (BEID/WebServicesKey)
15
- - **Rate-limit aware**: auto-retry with backoff on 429 responses
16
+ - **Covers 207 API endpoints** across all TeamDynamix domains, verified against the SDK route manifest
17
+ - **Rate-limit aware**: SDK built-in retry with exponential backoff on 429 and 5xx responses
16
18
  - **Zod-validated inputs**: schema enforcement before any API call
17
19
  - **Agent skill and prompt included**: ready-to-use skill definition for
18
20
  GitHub Copilot and compatible agents
19
21
 
22
+ ## MCP Registry
23
+
24
+ This server is published to the [MCP Registry](https://modelcontextprotocol.io/) as `io.github.selfagency/teamdynamix-mcp`.
25
+
26
+ - **Registry name**: `io.github.selfagency/teamdynamix-mcp`
27
+ - **Install via registry**: `mcp-install io.github.selfagency/teamdynamix-mcp` (when available)
28
+ - **Manual install**: Use npm package `@selfagency/teamdynamix-mcp` as shown below
29
+
20
30
  ## Quick start (developer setup)
21
31
 
22
32
  This quick start is for contributors running the server from source in this