@aiworkbench/vibe-ide 0.0.1 → 0.0.2

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.
@@ -0,0 +1,10 @@
1
+ /**
2
+ * @aiworkbench/vibe-ide — Server-Safe API barrel export.
3
+ *
4
+ * This entry point re-exports only everything that is safe to use in a Node.js
5
+ * or serverless backend environment (e.g. Next.js API Routes).
6
+ * It explicitly EXCLUDES any React components, hooks, WebContainer references,
7
+ * or browser-only APIs.
8
+ */
9
+ export { webContainerToolArgumentSchemas, WebContainerToolSchema, webContainerToolsDefinition, type WebContainerToolCall, } from "./mcp/mcp-tools";
10
+ //# sourceMappingURL=server.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../src/server.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EACL,+BAA+B,EAC/B,sBAAsB,EACtB,2BAA2B,EAC3B,KAAK,oBAAoB,GAC1B,MAAM,iBAAiB,CAAC"}