@drupalmcp/adk 0.2.0 → 0.2.1
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.d.ts +1 -1
- package/dist/index.js +127 -29803
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -247,6 +247,6 @@ declare function scopeFromChallenge(challenge: string | null | undefined): strin
|
|
|
247
247
|
declare function describeRefusal(error: unknown): string | null;
|
|
248
248
|
|
|
249
249
|
/** Kept in step with package.json; sent as the user agent. */
|
|
250
|
-
declare const VERSION = "0.2.
|
|
250
|
+
declare const VERSION = "0.2.1";
|
|
251
251
|
|
|
252
252
|
export { AUTHENTICATION_REQUIRED_CODE, type AgentDefinition, type AgentSummary, type DrupalAgentOptions, DrupalOAuth, type DrupalOAuthOptions, type DrupalToolsOptions, INSUFFICIENT_SCOPE_CODE, type JsonSchema, VERSION, describeRefusal, drupalAgent, drupalTools, listAgents, normaliseSchema, promptFrom, scopeFromChallenge };
|