babylitics-mcp 0.1.0 → 0.3.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.
- package/README.md +1 -1
- package/dist/config.js +1 -1
- package/dist/config.js.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -108,7 +108,7 @@ Tokens are cached locally at `~/.babylitics/tokens.json` and refresh automatical
|
|
|
108
108
|
|
|
109
109
|
| Environment Variable | Default | Description |
|
|
110
110
|
|---------------------|---------|-------------|
|
|
111
|
-
| `BABYLITICS_API_URL` | `https://api.babylitics.io
|
|
111
|
+
| `BABYLITICS_API_URL` | `https://api.babylitics.io` | API base URL |
|
|
112
112
|
|
|
113
113
|
## Development
|
|
114
114
|
|
package/dist/config.js
CHANGED
|
@@ -7,7 +7,7 @@ exports.CONFIG = void 0;
|
|
|
7
7
|
const node_path_1 = __importDefault(require("node:path"));
|
|
8
8
|
const node_os_1 = __importDefault(require("node:os"));
|
|
9
9
|
exports.CONFIG = {
|
|
10
|
-
apiUrl: process.env.BABYLITICS_API_URL || "https://api.babylitics.io
|
|
10
|
+
apiUrl: process.env.BABYLITICS_API_URL || "https://api.babylitics.io",
|
|
11
11
|
tokenDir: node_path_1.default.join(node_os_1.default.homedir(), ".babylitics"),
|
|
12
12
|
tokenFile: node_path_1.default.join(node_os_1.default.homedir(), ".babylitics", "tokens.json"),
|
|
13
13
|
deviceFlow: {
|
package/dist/config.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":";;;;;;AAAA,0DAA6B;AAC7B,sDAAyB;AAEZ,QAAA,MAAM,GAAG;IACpB,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,kBAAkB,IAAI,
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":";;;;;;AAAA,0DAA6B;AAC7B,sDAAyB;AAEZ,QAAA,MAAM,GAAG;IACpB,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,kBAAkB,IAAI,2BAA2B;IACrE,QAAQ,EAAE,mBAAI,CAAC,IAAI,CAAC,iBAAE,CAAC,OAAO,EAAE,EAAE,aAAa,CAAC;IAChD,SAAS,EAAE,mBAAI,CAAC,IAAI,CAAC,iBAAE,CAAC,OAAO,EAAE,EAAE,aAAa,EAAE,aAAa,CAAC;IAChE,UAAU,EAAE;QACV,cAAc,EAAE,IAAI;QACpB,aAAa,EAAE,yBAAyB;QACxC,SAAS,EAAE,qBAAqB;KACjC;IACD,WAAW,EAAE,UAAU;CACf,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -16,7 +16,7 @@ async function main() {
|
|
|
16
16
|
await (0, device_flow_js_1.authenticate)();
|
|
17
17
|
const server = new mcp_js_1.McpServer({
|
|
18
18
|
name: "babylitics",
|
|
19
|
-
version: "0.
|
|
19
|
+
version: "0.3.0",
|
|
20
20
|
});
|
|
21
21
|
// Register read tools (always available)
|
|
22
22
|
(0, babies_js_1.registerBabyTools)(server);
|