@assemblyline-agents/arcads 0.1.0 → 2.0.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/README.md +1 -5
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -13,17 +13,13 @@ curl -X POST https://api.arcads.ai/oauth/register \
|
|
|
13
13
|
-H 'content-type: application/json' \
|
|
14
14
|
-d '{
|
|
15
15
|
"client_name": "Assembly Line",
|
|
16
|
-
"redirect_uris": ["https://YOUR-AGENT-HOST/
|
|
16
|
+
"redirect_uris": ["https://YOUR-AGENT-HOST/assembly-line/connections/callback"],
|
|
17
17
|
"grant_types": ["authorization_code", "refresh_token"],
|
|
18
18
|
"response_types": ["code"],
|
|
19
19
|
"token_endpoint_auth_method": "none"
|
|
20
20
|
}'
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
The registered redirect URI uses the legacy `/openeve/...` path because
|
|
24
|
-
callback-URL construction still emits it during the rename compatibility
|
|
25
|
-
window; the runtime also serves `/assembly-line/connections/callback`.
|
|
26
|
-
|
|
27
23
|
Store the returned `client_id` as `ARCADS_MCP_CLIENT_ID`. Set
|
|
28
24
|
`ARCADS_MCP_REDIRECT_URI` only when the registered callback differs from
|
|
29
25
|
Assembly Line's normal connection callback URL.
|
package/dist/index.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ export interface ArcadsConnectionOptions extends Omit<McpPluginConnectionOptions
|
|
|
3
3
|
auth?: ConnectionAuthDefinition | false;
|
|
4
4
|
}
|
|
5
5
|
export declare function defineArcadsConnection(options: ArcadsConnectionOptions): import("@assemblyline-agents/core").McpHttpClientConnectionDefinition;
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const assemblyLinePlugin: import("@assemblyline-agents/core").PluginModule;
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,EAChC,MAAM,2BAA2B,CAAC;AAInC,MAAM,WAAW,uBAAwB,SAAQ,IAAI,CAAC,0BAA0B,EAAE,MAAM,CAAC;IACvF,IAAI,CAAC,EAAE,wBAAwB,GAAG,KAAK,CAAC;CACzC;AAED,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,uBAAuB,yEAMtE;AAED,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,EAChC,MAAM,2BAA2B,CAAC;AAInC,MAAM,WAAW,uBAAwB,SAAQ,IAAI,CAAC,0BAA0B,EAAE,MAAM,CAAC;IACvF,IAAI,CAAC,EAAE,wBAAwB,GAAG,KAAK,CAAC;CACzC;AAED,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,uBAAuB,yEAMtE;AAED,eAAO,MAAM,kBAAkB,kDAA0C,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ export function defineArcadsConnection(options) {
|
|
|
7
7
|
auth: auth === false ? false : auth ?? arcadsOAuth()
|
|
8
8
|
});
|
|
9
9
|
}
|
|
10
|
-
export const
|
|
10
|
+
export const assemblyLinePlugin = definePlugin({ connections: [PLUGIN] });
|
|
11
11
|
function arcadsOAuth() {
|
|
12
12
|
return ({ env }) => {
|
|
13
13
|
const clientId = env.ARCADS_MCP_CLIENT_ID?.trim();
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,wBAAwB,EACxB,yBAAyB,EACzB,wBAAwB,EACxB,YAAY,EAGb,MAAM,2BAA2B,CAAC;AAEnC,MAAM,MAAM,GAAG,wBAAwB,CAAC,QAAQ,CAAE,CAAC;AAMnD,MAAM,UAAU,sBAAsB,CAAC,OAAgC;IACrE,MAAM,EAAE,IAAI,EAAE,GAAG,UAAU,EAAE,GAAG,OAAO,CAAC;IACxC,OAAO,yBAAyB,CAAC,MAAM,EAAE;QACvC,GAAG,UAAU;QACb,IAAI,EAAE,IAAI,KAAK,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,IAAI,WAAW,EAAE;KACrD,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,wBAAwB,EACxB,yBAAyB,EACzB,wBAAwB,EACxB,YAAY,EAGb,MAAM,2BAA2B,CAAC;AAEnC,MAAM,MAAM,GAAG,wBAAwB,CAAC,QAAQ,CAAE,CAAC;AAMnD,MAAM,UAAU,sBAAsB,CAAC,OAAgC;IACrE,MAAM,EAAE,IAAI,EAAE,GAAG,UAAU,EAAE,GAAG,OAAO,CAAC;IACxC,OAAO,yBAAyB,CAAC,MAAM,EAAE;QACvC,GAAG,UAAU;QACb,IAAI,EAAE,IAAI,KAAK,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,IAAI,WAAW,EAAE;KACrD,CAAC,CAAC;AACL,CAAC;AAED,MAAM,CAAC,MAAM,kBAAkB,GAAG,YAAY,CAAC,EAAE,WAAW,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAE1E,SAAS,WAAW;IAClB,OAAO,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE;QACjB,MAAM,QAAQ,GAAG,GAAG,CAAC,oBAAoB,EAAE,IAAI,EAAE,CAAC;QAClD,MAAM,WAAW,GAAG,GAAG,CAAC,uBAAuB,EAAE,IAAI,EAAE,CAAC;QACxD,IAAI,CAAC,QAAQ,EAAE,CAAC;YACd,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;QACjE,CAAC;QACD,OAAO,wBAAwB,CAAC;YAC9B,WAAW,EAAE,QAAQ;YACrB,YAAY,EAAE,uCAAuC;YACrD,QAAQ,EAAE,mCAAmC;YAC7C,QAAQ;YACR,MAAM,EAAE,CAAC,KAAK,EAAE,gBAAgB,CAAC;YACjC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;YACvC,mBAAmB,EAAE,EAAE,QAAQ,EAAE,uBAAuB,EAAE;YAC1D,WAAW,EAAE,EAAE,QAAQ,EAAE,uBAAuB,EAAE;YAClD,IAAI,EAAE,IAAI;SACX,CAAC,CAAC;IACL,CAAC,CAAC;AACJ,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@assemblyline-agents/arcads",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@assemblyline-agents/core": "0.
|
|
12
|
+
"@assemblyline-agents/core": "2.0.0"
|
|
13
13
|
},
|
|
14
|
-
"description": "Official
|
|
14
|
+
"description": "Official Assembly Line connection plugin for the Arcads hosted MCP server.",
|
|
15
15
|
"files": [
|
|
16
16
|
"dist",
|
|
17
17
|
"skills"
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
25
|
-
"url": "git+https://github.com/jasonbadeaux/
|
|
25
|
+
"url": "git+https://github.com/jasonbadeaux/assembly-line.git",
|
|
26
26
|
"directory": "packages/arcads"
|
|
27
27
|
},
|
|
28
28
|
"bugs": {
|
|
29
|
-
"url": "https://github.com/jasonbadeaux/
|
|
29
|
+
"url": "https://github.com/jasonbadeaux/assembly-line/issues"
|
|
30
30
|
},
|
|
31
|
-
"homepage": "https://github.com/jasonbadeaux/
|
|
32
|
-
"author": "
|
|
31
|
+
"homepage": "https://github.com/jasonbadeaux/assembly-line#readme",
|
|
32
|
+
"author": "Assembly Line contributors",
|
|
33
33
|
"keywords": [
|
|
34
|
-
"
|
|
34
|
+
"assembly-line",
|
|
35
35
|
"ai",
|
|
36
36
|
"agents",
|
|
37
37
|
"arcads",
|