@mastra/mcp 1.8.0-alpha.1 → 1.8.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/dist/index.js CHANGED
@@ -2249,12 +2249,6 @@ var MCPOAuthClientProvider = class {
2249
2249
  }
2250
2250
  return verifier;
2251
2251
  }
2252
- /**
2253
- * Optional: Custom client authentication for token requests.
2254
- * Uses default behavior if not implemented.
2255
- */
2256
- async addClientAuthentication(_headers, _params, _url, _metadata) {
2257
- }
2258
2252
  /**
2259
2253
  * Invalidate credentials when server indicates they're no longer valid.
2260
2254
  */