@neat.is/types 0.9.17-dev.20260915 → 0.9.17
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/dist/index.cjs +8 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +8 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1687,7 +1687,14 @@ var MCP_TOOL_NAMES = [
|
|
|
1687
1687
|
"neat_describe_project_instrumentation",
|
|
1688
1688
|
"neat_apply_extension",
|
|
1689
1689
|
"neat_dry_run_extension",
|
|
1690
|
-
"neat_rollback_extension"
|
|
1690
|
+
"neat_rollback_extension",
|
|
1691
|
+
// Four hosted connector tools (ADR-228): connect a provider to the hosted
|
|
1692
|
+
// project headlessly. The only tools that call the control plane rather than
|
|
1693
|
+
// the daemon; connect/disconnect write connection state, never the graph.
|
|
1694
|
+
"neat_list_connectable",
|
|
1695
|
+
"neat_connect",
|
|
1696
|
+
"neat_connection_status",
|
|
1697
|
+
"neat_disconnect"
|
|
1691
1698
|
];
|
|
1692
1699
|
|
|
1693
1700
|
// src/responses.ts
|