@easynet/agent-tool 1.0.16 → 1.0.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/{chunk-FYJ5VD3Q.js → chunk-LIERSUS5.js} +3 -3
- package/dist/{chunk-FYJ5VD3Q.js.map → chunk-LIERSUS5.js.map} +1 -1
- package/dist/{chunk-F32XCT4U.cjs → chunk-RSDA7IAQ.cjs} +4 -4
- package/dist/{chunk-F32XCT4U.cjs.map → chunk-RSDA7IAQ.cjs.map} +1 -1
- package/dist/index.cjs +224 -30
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +198 -6
- package/dist/index.js.map +1 -1
- package/dist/security/sandbox.d.ts +9 -0
- package/dist/security/sandbox.d.ts.map +1 -0
- package/dist/security/ssrf.d.ts +12 -0
- package/dist/security/ssrf.d.ts.map +1 -0
- package/dist/utils/cli/index.cjs +5 -5
- package/dist/utils/cli/index.js +2 -2
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DEFAULT_OUTPUT_SCHEMA } from './chunk-5SWSNVMI.js';
|
|
2
1
|
import { LANGCHAIN_DIR_NAME, LANGCHAIN_KIND, MCP_KIND } from './chunk-BNHLMLDH.js';
|
|
2
|
+
import { DEFAULT_OUTPUT_SCHEMA } from './chunk-5SWSNVMI.js';
|
|
3
3
|
import * as fs3 from 'fs/promises';
|
|
4
4
|
import { readdir, readFile, access, stat } from 'fs/promises';
|
|
5
5
|
import * as path9 from 'path';
|
|
@@ -1779,5 +1779,5 @@ async function runMcpServer(options = {}) {
|
|
|
1779
1779
|
var runGeneratedMCP = runMcpServer;
|
|
1780
1780
|
|
|
1781
1781
|
export { DirectoryScanner, DiscoveryError, SkillManifestError, buildFunctionToTool, buildMcpPackage, initProject, loadMCPTool, loadSkillDefinition, parseSkillMd, runGeneratedMCP, runMcpServer, scan, scanForTools, scanSkillResources, validateFrontmatter };
|
|
1782
|
-
//# sourceMappingURL=chunk-
|
|
1783
|
-
//# sourceMappingURL=chunk-
|
|
1782
|
+
//# sourceMappingURL=chunk-LIERSUS5.js.map
|
|
1783
|
+
//# sourceMappingURL=chunk-LIERSUS5.js.map
|