@swarmify/agents-mcp 0.2.7 → 0.2.8
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 +1 -1
- package/dist/hello-world.d.ts +1 -0
- package/dist/hello-world.js +2 -2
- package/dist/hello-world.js.map +1 -1
- package/dist/hello.d.ts +0 -1
- package/dist/hello.d.ts.map +1 -1
- package/dist/hello.js +1 -2
- package/dist/hello.js.map +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Turn any agent into a tech lead. Spawn sub-agents from Claude, Codex, Gemini, or any MCP client.
|
|
4
4
|
|
|
5
|
-
Homepage: https://swarmify.co
|
|
5
|
+
Homepage: https://swarmify.co/#agents-mcp
|
|
6
6
|
NPM: https://www.npmjs.com/package/@swarmify/agents-mcp
|
|
7
7
|
VS Code Extension: [Agents](https://marketplace.visualstudio.com/items?itemName=swarmify.swarm-ext) - full-screen agent terminals in your editor
|
|
8
8
|
|
package/dist/hello-world.d.ts
CHANGED
package/dist/hello-world.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { printHelloWorld } from './hello.js';
|
|
2
|
+
printHelloWorld();
|
|
3
3
|
//# sourceMappingURL=hello-world.js.map
|
package/dist/hello-world.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hello-world.js","sourceRoot":"","sources":["../src/hello-world.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"hello-world.js","sourceRoot":"","sources":["../src/hello-world.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAE7C,eAAe,EAAE,CAAC"}
|
package/dist/hello.d.ts
CHANGED
package/dist/hello.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hello.d.ts","sourceRoot":"","sources":["../src/hello.ts"],"names":[],"mappings":"AAEA,
|
|
1
|
+
{"version":3,"file":"hello.d.ts","sourceRoot":"","sources":["../src/hello.ts"],"names":[],"mappings":"AAEA,wBAAgB,eAAe,IAAI,IAAI,CAEtC"}
|
package/dist/hello.js
CHANGED
package/dist/hello.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hello.js","sourceRoot":"","sources":["../src/hello.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,KAAK,CAAC;AAEpC,MAAM,
|
|
1
|
+
{"version":3,"file":"hello.js","sourceRoot":"","sources":["../src/hello.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,KAAK,CAAC;AAEpC,MAAM,UAAU,eAAe;IAC7B,OAAO,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;AAC7B,CAAC;AAED,MAAM,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAEpC,IAAI,WAAW,EAAE,CAAC;IAChB,MAAM,cAAc,GAAG,aAAa,CAAC,WAAW,CAAC,CAAC,IAAI,CAAC;IAEvD,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,KAAK,cAAc,EAAE,CAAC;QACvC,eAAe,EAAE,CAAC;IACpB,CAAC;AACH,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swarmify/agents-mcp",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8",
|
|
4
4
|
"description": "True multi-agent coding in your IDE. Spawn Claude, Codex, Gemini, and Cursor agents from a single MCP server.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -13,9 +13,10 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
|
-
"url": "git+https://github.com/muqsitnawaz/swarmify.git"
|
|
16
|
+
"url": "git+https://github.com/muqsitnawaz/swarmify.git",
|
|
17
|
+
"directory": "agents-mcp"
|
|
17
18
|
},
|
|
18
|
-
"homepage": "https://swarmify.co",
|
|
19
|
+
"homepage": "https://swarmify.co/#agents-mcp",
|
|
19
20
|
"bugs": {
|
|
20
21
|
"url": "https://github.com/muqsitnawaz/swarmify/issues"
|
|
21
22
|
},
|