@nirvana-labs/nirvana-mcp 1.73.1 → 1.75.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/code-tool.js +1 -1
- package/code-tool.mjs +1 -1
- package/local-docs-search.js +93 -93
- package/local-docs-search.js.map +1 -1
- package/local-docs-search.mjs +93 -93
- package/local-docs-search.mjs.map +1 -1
- package/package.json +2 -2
- package/server.js +1 -1
- package/server.mjs +1 -1
- package/src/code-tool.ts +1 -1
- package/src/local-docs-search.ts +93 -93
- package/src/server.ts +1 -1
package/code-tool.js
CHANGED
|
@@ -54,7 +54,7 @@ async function run(client) {
|
|
|
54
54
|
os_image_name: 'ubuntu-noble-2025-10-01',
|
|
55
55
|
project_id: '123e4567-e89b-12d3-a456-426614174000',
|
|
56
56
|
public_ip_enabled: true,
|
|
57
|
-
region: 'us-
|
|
57
|
+
region: 'us-sea-1',
|
|
58
58
|
ssh_key: { public_key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDBIASkmwNiLcdlW6927Zjt1Hf7Kw/PpEZ4Zm+wU9wn2' },
|
|
59
59
|
subnet_id: '123e4567-e89b-12d3-a456-426614174000',
|
|
60
60
|
});
|
package/code-tool.mjs
CHANGED
|
@@ -18,7 +18,7 @@ async function run(client) {
|
|
|
18
18
|
os_image_name: 'ubuntu-noble-2025-10-01',
|
|
19
19
|
project_id: '123e4567-e89b-12d3-a456-426614174000',
|
|
20
20
|
public_ip_enabled: true,
|
|
21
|
-
region: 'us-
|
|
21
|
+
region: 'us-sea-1',
|
|
22
22
|
ssh_key: { public_key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDBIASkmwNiLcdlW6927Zjt1Hf7Kw/PpEZ4Zm+wU9wn2' },
|
|
23
23
|
subnet_id: '123e4567-e89b-12d3-a456-426614174000',
|
|
24
24
|
});
|