@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.
Files changed (3) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/dist/index.js +127 -29803
  3. 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.0";
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 };