harmony-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.
- package/README.md +2 -2
- package/dist/cli.js +3 -3
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -110,7 +110,7 @@ harmony-mcp serve # Start MCP server
|
|
|
110
110
|
You can also call the Harmony API directly from any HTTP client:
|
|
111
111
|
|
|
112
112
|
```bash
|
|
113
|
-
curl -X GET "https://
|
|
113
|
+
curl -X GET "https://gethmy.com/api/workspaces" \
|
|
114
114
|
-H "X-API-Key: hmy_your_key_here"
|
|
115
115
|
```
|
|
116
116
|
|
|
@@ -146,7 +146,7 @@ Your configuration is stored in `~/.harmony-mcp/config.json`:
|
|
|
146
146
|
```json
|
|
147
147
|
{
|
|
148
148
|
"apiKey": "hmy_...",
|
|
149
|
-
"apiUrl": "https://
|
|
149
|
+
"apiUrl": "https://gethmy.com/api",
|
|
150
150
|
"activeWorkspaceId": null,
|
|
151
151
|
"activeProjectId": null
|
|
152
152
|
}
|
package/dist/cli.js
CHANGED
|
@@ -3861,7 +3861,7 @@ var require_fast_deep_equal = __commonJS((exports, module) => {
|
|
|
3861
3861
|
};
|
|
3862
3862
|
});
|
|
3863
3863
|
|
|
3864
|
-
// ../../node_modules/@modelcontextprotocol/sdk/node_modules/
|
|
3864
|
+
// ../../node_modules/@modelcontextprotocol/sdk/node_modules/json-schema-traverse/index.js
|
|
3865
3865
|
var require_json_schema_traverse = __commonJS((exports, module) => {
|
|
3866
3866
|
var traverse = module.exports = function(schema, opts, cb) {
|
|
3867
3867
|
if (typeof opts == "function") {
|
|
@@ -10174,7 +10174,7 @@ var require_subschema2 = __commonJS((exports) => {
|
|
|
10174
10174
|
exports.extendSubschemaMode = extendSubschemaMode;
|
|
10175
10175
|
});
|
|
10176
10176
|
|
|
10177
|
-
// ../../node_modules/ajv-formats/node_modules/
|
|
10177
|
+
// ../../node_modules/ajv-formats/node_modules/json-schema-traverse/index.js
|
|
10178
10178
|
var require_json_schema_traverse2 = __commonJS((exports, module) => {
|
|
10179
10179
|
var traverse = module.exports = function(schema, opts, cb) {
|
|
10180
10180
|
if (typeof opts == "function") {
|
|
@@ -24853,7 +24853,7 @@ var NEVER2 = INVALID;
|
|
|
24853
24853
|
import { homedir } from "node:os";
|
|
24854
24854
|
import { join } from "node:path";
|
|
24855
24855
|
import { existsSync, mkdirSync, readFileSync, writeFileSync } from "node:fs";
|
|
24856
|
-
var DEFAULT_API_URL = "https://
|
|
24856
|
+
var DEFAULT_API_URL = "https://gethmy.com/api";
|
|
24857
24857
|
function getConfigDir() {
|
|
24858
24858
|
return join(homedir(), ".harmony-mcp");
|
|
24859
24859
|
}
|
package/dist/index.js
CHANGED
|
@@ -2022,7 +2022,7 @@ var require_fast_deep_equal = __commonJS((exports, module) => {
|
|
|
2022
2022
|
};
|
|
2023
2023
|
});
|
|
2024
2024
|
|
|
2025
|
-
// ../../node_modules/@modelcontextprotocol/sdk/node_modules/
|
|
2025
|
+
// ../../node_modules/@modelcontextprotocol/sdk/node_modules/json-schema-traverse/index.js
|
|
2026
2026
|
var require_json_schema_traverse = __commonJS((exports, module) => {
|
|
2027
2027
|
var traverse = module.exports = function(schema, opts, cb) {
|
|
2028
2028
|
if (typeof opts == "function") {
|
|
@@ -8335,7 +8335,7 @@ var require_subschema2 = __commonJS((exports) => {
|
|
|
8335
8335
|
exports.extendSubschemaMode = extendSubschemaMode;
|
|
8336
8336
|
});
|
|
8337
8337
|
|
|
8338
|
-
// ../../node_modules/ajv-formats/node_modules/
|
|
8338
|
+
// ../../node_modules/ajv-formats/node_modules/json-schema-traverse/index.js
|
|
8339
8339
|
var require_json_schema_traverse2 = __commonJS((exports, module) => {
|
|
8340
8340
|
var traverse = module.exports = function(schema, opts, cb) {
|
|
8341
8341
|
if (typeof opts == "function") {
|
|
@@ -22995,7 +22995,7 @@ var NEVER2 = INVALID;
|
|
|
22995
22995
|
import { homedir } from "node:os";
|
|
22996
22996
|
import { join } from "node:path";
|
|
22997
22997
|
import { existsSync, mkdirSync, readFileSync, writeFileSync } from "node:fs";
|
|
22998
|
-
var DEFAULT_API_URL = "https://
|
|
22998
|
+
var DEFAULT_API_URL = "https://gethmy.com/api";
|
|
22999
22999
|
function getConfigDir() {
|
|
23000
23000
|
return join(homedir(), ".harmony-mcp");
|
|
23001
23001
|
}
|