@autobest-ui/agent 1.0.2 → 1.0.4
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/bin/sync-assets.test.mjs +8 -1
- package/mcp/azure-mcp-pr/README.md +45 -0
- package/mcp/azure-mcp-pr/azure-devops.js +469 -0
- package/mcp/azure-mcp-pr/config.toml.example +7 -0
- package/mcp/azure-mcp-pr/index.js +150 -0
- package/mcp/azure-mcp-pr/index.test.js +289 -0
- package/mcp/azure-mcp-pr/node_modules/.package-lock.json +1105 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/README.md +437 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/conninfo.cjs +22 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/conninfo.d.cts +11 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/conninfo.d.mts +11 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/conninfo.mjs +20 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/constants-BLSFu_RU.mjs +5 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/constants-BXAKTxRC.cjs +11 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/early-hints.cjs +35 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/early-hints.d.cts +16 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/early-hints.d.mts +16 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/early-hints.mjs +33 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/index.cjs +1318 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/index.d.cts +101 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/index.d.mts +101 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/index.mjs +1313 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/serve-static.cjs +151 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/serve-static.d.cts +18 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/serve-static.d.mts +18 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/serve-static.mjs +150 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/utils/response.cjs +8 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/utils/response.d.cts +4 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/utils/response.d.mts +4 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/utils/response.mjs +7 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/utils/stream.cjs +65 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/utils/stream.d.cts +6 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/utils/stream.d.mts +6 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/dist/utils/stream.mjs +64 -0
- package/mcp/azure-mcp-pr/node_modules/@hono/node-server/package.json +127 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/README.md +172 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.d.ts +190 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.js +299 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.d.ts +451 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.js +943 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.d.ts +591 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.js +618 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.d.ts +169 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.js +252 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.d.ts +81 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.js +211 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.d.ts +84 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.js +202 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.d.ts +171 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.js +484 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.d.ts +17 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.js +58 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.js +680 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.js +134 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.js +176 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.d.ts +20 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.js +70 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.js +397 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.d.ts +26 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.js +51 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.js +857 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.d.ts +10 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.js +157 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.js +95 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.js +168 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.d.ts +78 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.js +205 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.js +460 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.js +656 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.d.ts +10 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.js +85 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.js +171 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.js +95 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/progressExample.d.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/progressExample.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/progressExample.js +49 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/progressExample.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.js +168 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.js +166 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.js +750 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.d.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.js +600 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.js +256 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.js +107 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.js +124 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.js +73 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.d.ts +31 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.js +69 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.d.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.js +29 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.d.ts +121 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.js +188 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.d.ts +47 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.js +68 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.d.ts +16 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.js +39 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.d.ts +232 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.js +19 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.d.ts +77 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.js +36 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.d.ts +170 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.js +250 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.d.ts +94 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.js +251 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.d.ts +10 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.js +28 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.d.ts +31 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.js +51 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/package.json +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.d.ts +19 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.js +3 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.d.ts +148 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.js +202 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.d.ts +24 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.js +201 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.js +21 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.d.ts +29 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.js +77 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.d.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.js +65 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.d.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.js +136 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.d.ts +9 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.js +21 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.d.ts +35 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.js +75 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.d.ts +19 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.js +71 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.d.ts +68 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.js +3 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.d.ts +49 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.js +159 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.d.ts +101 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.js +128 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.d.ts +32 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.js +3 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.d.ts +38 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.js +48 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.d.ts +45 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.js +56 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.d.ts +196 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.js +433 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.d.ts +364 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.js +922 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.d.ts +32 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.js +80 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.d.ts +82 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.js +172 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sseKeepAlive.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sseKeepAlive.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sseKeepAlive.js +17 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sseKeepAlive.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.d.ts +36 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.js +88 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.d.ts +122 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.js +165 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.d.ts +289 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.js +953 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.d.ts +84 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.js +263 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.d.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.js +79 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.d.ts +23 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.js +48 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.d.ts +240 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.js +224 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/mediaType.d.ts +32 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/mediaType.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/mediaType.js +64 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/mediaType.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.d.ts +16 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.js +25 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.d.ts +443 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.js +1112 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.d.ts +45 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.js +23 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.d.ts +18 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.js +46 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.d.ts +31 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.js +97 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.d.ts +89 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.js +43 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.d.ts +25 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.js +243 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.d.ts +2311 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.js +27 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.d.ts +8168 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.js +2105 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.d.ts +53 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.js +94 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.d.ts +51 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.js +69 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.d.ts +29 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.js +30 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.d.ts +65 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.js +3 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.d.ts +190 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.js +269 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.d.ts +451 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.js +918 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.d.ts +591 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.js +613 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.d.ts +169 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.js +245 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.d.ts +81 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.js +206 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.d.ts +84 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.js +194 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.d.ts +171 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.js +479 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.d.ts +17 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.js +54 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.js +678 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.js +132 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.js +174 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.d.ts +20 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.js +68 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.js +395 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.d.ts +26 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.js +47 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.js +855 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.d.ts +10 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.js +155 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.js +93 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.js +166 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.d.ts +78 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.js +196 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.js +458 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.js +651 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.d.ts +10 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.js +60 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.js +146 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.js +70 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/progressExample.d.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/progressExample.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/progressExample.js +47 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/progressExample.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.js +143 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.js +141 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.js +725 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.d.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.js +598 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.js +231 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.js +102 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.js +122 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.js +48 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.d.ts +31 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.js +65 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.d.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.js +13 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.d.ts +121 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.js +184 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.d.ts +47 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js +64 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.d.ts +16 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.js +20 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.d.ts +232 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js +16 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.d.ts +77 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.js +32 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.d.ts +170 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js +246 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.d.ts +94 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.js +246 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.d.ts +10 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.js +10 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.d.ts +31 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.js +47 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/package.json +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.d.ts +19 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.js +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.d.ts +148 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.js +180 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.d.ts +24 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.js +171 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.d.ts +29 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.js +71 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.d.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.js +59 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.d.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.js +107 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.d.ts +9 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.js +18 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.d.ts +35 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.js +72 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.d.ts +19 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.js +45 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.d.ts +68 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.js +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.d.ts +49 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.js +155 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.d.ts +101 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.js +118 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.d.ts +32 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.js +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.d.ts +38 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js +41 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.d.ts +45 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.js +50 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.d.ts +196 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js +429 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.d.ts +364 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js +917 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.d.ts +32 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.js +76 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.d.ts +82 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.js +165 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sseKeepAlive.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sseKeepAlive.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sseKeepAlive.js +13 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sseKeepAlive.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.d.ts +36 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js +81 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.d.ts +122 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.js +161 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.d.ts +289 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.js +949 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.d.ts +84 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js +228 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.d.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js +51 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.d.ts +23 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.js +44 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.d.ts +240 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.js +198 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/mediaType.d.ts +32 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/mediaType.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/mediaType.js +57 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/mediaType.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.d.ts +16 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.js +22 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.d.ts +443 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js +1107 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.d.ts +45 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.js +19 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.d.ts +18 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js +40 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.d.ts +31 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.js +92 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.d.ts +89 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.js +39 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.d.ts +25 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.js +239 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.d.ts +2311 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.js +24 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/types.d.ts +8168 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/types.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js +2065 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.d.ts +53 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js +87 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.d.ts +51 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.js +65 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.d.ts +29 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.js +29 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.d.ts +65 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.js +2 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/@modelcontextprotocol/sdk/package.json +165 -0
- package/mcp/azure-mcp-pr/node_modules/accepts/HISTORY.md +250 -0
- package/mcp/azure-mcp-pr/node_modules/accepts/LICENSE +23 -0
- package/mcp/azure-mcp-pr/node_modules/accepts/README.md +140 -0
- package/mcp/azure-mcp-pr/node_modules/accepts/index.js +238 -0
- package/mcp/azure-mcp-pr/node_modules/accepts/package.json +47 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/.runkit_example.js +23 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/LICENSE +22 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/README.md +207 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/2019.d.ts +19 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/2019.js +61 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/2019.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/2020.d.ts +19 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/2020.js +55 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/2020.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/ajv.d.ts +18 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/ajv.js +50 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/ajv.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/codegen/code.d.ts +40 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/codegen/code.js +156 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/codegen/code.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/codegen/index.d.ts +79 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/codegen/index.js +697 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/codegen/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/codegen/scope.d.ts +79 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/codegen/scope.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/errors.d.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/errors.js +123 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/errors.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/index.d.ts +80 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/index.js +242 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/jtd/parse.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/jtd/parse.js +350 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/jtd/parse.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/jtd/serialize.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/jtd/serialize.js +236 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/jtd/serialize.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/jtd/types.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/jtd/types.js +14 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/jtd/types.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/names.d.ts +20 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/names.js +28 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/names.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/ref_error.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/ref_error.js +12 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/ref_error.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/resolve.d.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/resolve.js +155 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/resolve.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/rules.d.ts +28 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/rules.js +26 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/rules.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/util.d.ts +40 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/util.js +178 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/util.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/applicability.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/applicability.js +19 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/applicability.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/boolSchema.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/boolSchema.js +50 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/boolSchema.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/dataType.d.ts +17 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/dataType.js +203 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/dataType.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/defaults.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/defaults.js +35 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/defaults.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/index.d.ts +42 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/index.js +520 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/keyword.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/keyword.js +124 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/keyword.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/subschema.d.ts +47 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/subschema.js +81 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/compile/validate/subschema.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/core.d.ts +174 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/core.js +618 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/core.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/jtd.d.ts +47 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/jtd.js +72 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/jtd.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/data.json +13 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2019-09/index.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2019-09/index.js +28 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2019-09/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json +53 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json +17 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json +57 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json +14 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json +37 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json +90 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json +39 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2020-12/index.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2020-12/index.js +30 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2020-12/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +48 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json +17 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json +51 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +37 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json +90 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json +55 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-draft-06.json +137 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/json-schema-secure.json +88 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/jtd-schema.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/jtd-schema.js +118 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/refs/jtd-schema.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/equal.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/equal.js +7 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/equal.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/parseJson.d.ts +18 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/parseJson.js +185 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/parseJson.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/quote.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/quote.js +30 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/quote.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/re2.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/re2.js +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/re2.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/timestamp.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/timestamp.js +42 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/timestamp.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/ucs2length.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/ucs2length.js +24 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/ucs2length.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/uri.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/uri.js +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/uri.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/validation_error.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/validation_error.js +11 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/runtime/validation_error.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/standalone/index.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/standalone/index.js +90 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/standalone/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/standalone/instance.d.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/standalone/instance.js +35 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/standalone/instance.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/types/index.d.ts +183 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/types/index.js +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/types/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/types/json-schema.d.ts +125 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/types/json-schema.js +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/types/json-schema.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/types/jtd-schema.d.ts +174 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/types/jtd-schema.js +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/types/jtd-schema.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +49 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +106 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/allOf.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/allOf.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +12 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/anyOf.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/contains.js +95 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/contains.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts +21 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +85 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/dependencies.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js +11 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/if.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/if.js +66 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/if.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/index.d.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/index.js +44 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/items.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/items.js +52 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/items.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/items2020.js +30 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/items2020.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/not.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/not.js +26 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/not.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +60 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/oneOf.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/patternProperties.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +75 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/prefixItems.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +12 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/properties.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/properties.js +54 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/properties.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +38 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/thenElse.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +13 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/applicator/thenElse.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/code.d.ts +17 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/code.js +131 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/code.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/core/id.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/core/id.js +10 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/core/id.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/core/index.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/core/index.js +16 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/core/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/core/ref.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/core/ref.js +122 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/core/ref.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/discriminator/index.js +104 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/discriminator/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts +10 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/discriminator/types.js +9 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/discriminator/types.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/draft2020.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/draft2020.js +23 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/draft2020.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/draft7.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/draft7.js +17 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/draft7.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js +30 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js +51 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/dynamic/index.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/dynamic/index.js +9 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/dynamic/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js +16 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js +10 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/errors.d.ts +9 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/errors.js +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/errors.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/format/format.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/format/format.js +92 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/format/format.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/format/index.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/format/index.js +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/format/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/discriminator.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/discriminator.js +71 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/discriminator.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/elements.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/elements.js +24 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/elements.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/enum.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/enum.js +43 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/enum.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/error.d.ts +9 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/error.js +20 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/error.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/index.d.ts +10 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/index.js +29 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/metadata.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/metadata.js +25 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/metadata.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/nullable.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/nullable.js +22 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/nullable.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/properties.d.ts +22 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/properties.js +149 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/properties.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/ref.js +67 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/ref.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/type.d.ts +10 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/type.js +69 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/type.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/union.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/union.js +12 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/union.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/values.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/values.js +51 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/jtd/values.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/metadata.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/metadata.js +18 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/metadata.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/next.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/next.js +8 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/next.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/unevaluated/index.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/unevaluated/index.js +7 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/unevaluated/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js +40 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js +65 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/const.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/const.js +25 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/const.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js +12 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/enum.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/enum.js +48 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/enum.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/index.d.ts +16 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/index.js +33 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/limitContains.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/limitContains.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/limitContains.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/limitItems.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/limitItems.js +24 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/limitItems.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/limitLength.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/limitLength.js +27 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/limitLength.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts +11 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +27 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/limitNumber.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/limitProperties.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +24 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/limitProperties.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +26 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/multipleOf.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/pattern.js +33 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/pattern.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/required.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/required.js +79 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/required.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts +9 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +64 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/2019.ts +81 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/2020.ts +75 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/ajv.ts +70 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/compile/codegen/code.ts +169 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/compile/codegen/index.ts +852 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/compile/codegen/scope.ts +215 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/compile/errors.ts +184 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/compile/index.ts +324 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/compile/jtd/parse.ts +411 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/compile/jtd/serialize.ts +277 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/compile/jtd/types.ts +16 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/compile/names.ts +27 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/compile/ref_error.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/compile/resolve.ts +149 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/compile/rules.ts +50 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/compile/util.ts +213 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/compile/validate/applicability.ts +22 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/compile/validate/boolSchema.ts +47 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/compile/validate/dataType.ts +230 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/compile/validate/defaults.ts +32 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/compile/validate/index.ts +582 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/compile/validate/keyword.ts +171 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/compile/validate/subschema.ts +135 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/core.ts +892 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/jtd.ts +132 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/data.json +13 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/json-schema-2019-09/index.ts +28 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json +53 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json +17 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json +57 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json +14 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json +37 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json +90 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json +39 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/json-schema-2020-12/index.ts +30 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json +48 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json +17 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json +51 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json +37 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json +90 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json +55 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/json-schema-draft-06.json +137 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/json-schema-draft-07.json +151 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/json-schema-secure.json +88 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/refs/jtd-schema.ts +130 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/runtime/equal.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/runtime/parseJson.ts +177 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/runtime/quote.ts +31 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/runtime/re2.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/runtime/timestamp.ts +46 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/runtime/ucs2length.ts +20 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/runtime/uri.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/runtime/validation_error.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/standalone/index.ts +100 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/standalone/instance.ts +36 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/types/index.ts +244 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/types/json-schema.ts +187 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/types/jtd-schema.ts +273 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/applicator/additionalItems.ts +56 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/applicator/additionalProperties.ts +118 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/applicator/allOf.ts +22 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/applicator/anyOf.ts +14 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/applicator/contains.ts +109 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/applicator/dependencies.ts +112 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/applicator/dependentSchemas.ts +11 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/applicator/if.ts +80 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/applicator/index.ts +53 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/applicator/items.ts +59 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/applicator/items2020.ts +36 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/applicator/not.ts +38 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/applicator/oneOf.ts +82 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/applicator/patternProperties.ts +91 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/applicator/prefixItems.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/applicator/properties.ts +57 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/applicator/propertyNames.ts +50 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/applicator/thenElse.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/code.ts +168 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/core/id.ts +10 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/core/index.ts +16 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/core/ref.ts +129 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/discriminator/index.ts +113 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/discriminator/types.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/draft2020.ts +23 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/draft7.ts +17 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/dynamic/dynamicAnchor.ts +31 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/dynamic/dynamicRef.ts +51 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/dynamic/index.ts +9 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/dynamic/recursiveAnchor.ts +14 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/dynamic/recursiveRef.ts +10 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/errors.ts +18 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/format/format.ts +120 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/format/index.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/jtd/discriminator.ts +89 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/jtd/elements.ts +32 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/jtd/enum.ts +45 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/jtd/error.ts +23 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/jtd/index.ts +37 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/jtd/metadata.ts +24 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/jtd/nullable.ts +21 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/jtd/optionalProperties.ts +15 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/jtd/properties.ts +184 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/jtd/ref.ts +76 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/jtd/type.ts +75 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/jtd/union.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/jtd/values.ts +58 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/metadata.ts +17 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/next.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/unevaluated/index.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedItems.ts +47 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedProperties.ts +85 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/validation/const.ts +28 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/validation/dependentRequired.ts +23 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/validation/enum.ts +54 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/validation/index.ts +49 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/validation/limitContains.ts +16 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/validation/limitItems.ts +26 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/validation/limitLength.ts +30 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/validation/limitNumber.ts +42 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/validation/limitProperties.ts +26 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/validation/multipleOf.ts +34 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/validation/pattern.ts +39 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/validation/required.ts +98 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/lib/vocabularies/validation/uniqueItems.ts +79 -0
- package/mcp/azure-mcp-pr/node_modules/ajv/package.json +126 -0
- package/mcp/azure-mcp-pr/node_modules/ajv-formats/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/ajv-formats/README.md +125 -0
- package/mcp/azure-mcp-pr/node_modules/ajv-formats/dist/formats.d.ts +9 -0
- package/mcp/azure-mcp-pr/node_modules/ajv-formats/dist/formats.js +208 -0
- package/mcp/azure-mcp-pr/node_modules/ajv-formats/dist/formats.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv-formats/dist/index.d.ts +15 -0
- package/mcp/azure-mcp-pr/node_modules/ajv-formats/dist/index.js +37 -0
- package/mcp/azure-mcp-pr/node_modules/ajv-formats/dist/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv-formats/dist/limit.d.ts +10 -0
- package/mcp/azure-mcp-pr/node_modules/ajv-formats/dist/limit.js +69 -0
- package/mcp/azure-mcp-pr/node_modules/ajv-formats/dist/limit.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ajv-formats/package.json +74 -0
- package/mcp/azure-mcp-pr/node_modules/ajv-formats/src/formats.ts +269 -0
- package/mcp/azure-mcp-pr/node_modules/ajv-formats/src/index.ts +62 -0
- package/mcp/azure-mcp-pr/node_modules/ajv-formats/src/limit.ts +99 -0
- package/mcp/azure-mcp-pr/node_modules/body-parser/LICENSE +23 -0
- package/mcp/azure-mcp-pr/node_modules/body-parser/README.md +509 -0
- package/mcp/azure-mcp-pr/node_modules/body-parser/index.js +55 -0
- package/mcp/azure-mcp-pr/node_modules/body-parser/lib/read.js +247 -0
- package/mcp/azure-mcp-pr/node_modules/body-parser/lib/types/json.js +186 -0
- package/mcp/azure-mcp-pr/node_modules/body-parser/lib/types/raw.js +42 -0
- package/mcp/azure-mcp-pr/node_modules/body-parser/lib/types/text.js +36 -0
- package/mcp/azure-mcp-pr/node_modules/body-parser/lib/types/urlencoded.js +138 -0
- package/mcp/azure-mcp-pr/node_modules/body-parser/lib/utils.js +100 -0
- package/mcp/azure-mcp-pr/node_modules/body-parser/node_modules/content-type/LICENSE +22 -0
- package/mcp/azure-mcp-pr/node_modules/body-parser/node_modules/content-type/README.md +71 -0
- package/mcp/azure-mcp-pr/node_modules/body-parser/node_modules/content-type/dist/index.d.ts +46 -0
- package/mcp/azure-mcp-pr/node_modules/body-parser/node_modules/content-type/dist/index.js +176 -0
- package/mcp/azure-mcp-pr/node_modules/body-parser/node_modules/content-type/dist/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/body-parser/node_modules/content-type/package.json +52 -0
- package/mcp/azure-mcp-pr/node_modules/body-parser/package.json +65 -0
- package/mcp/azure-mcp-pr/node_modules/bytes/History.md +97 -0
- package/mcp/azure-mcp-pr/node_modules/bytes/LICENSE +23 -0
- package/mcp/azure-mcp-pr/node_modules/bytes/Readme.md +152 -0
- package/mcp/azure-mcp-pr/node_modules/bytes/index.js +170 -0
- package/mcp/azure-mcp-pr/node_modules/bytes/package.json +42 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/mcp/azure-mcp-pr/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/mcp/azure-mcp-pr/node_modules/call-bound/.eslintrc +13 -0
- package/mcp/azure-mcp-pr/node_modules/call-bound/.github/FUNDING.yml +12 -0
- package/mcp/azure-mcp-pr/node_modules/call-bound/.nycrc +9 -0
- package/mcp/azure-mcp-pr/node_modules/call-bound/CHANGELOG.md +42 -0
- package/mcp/azure-mcp-pr/node_modules/call-bound/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/call-bound/README.md +53 -0
- package/mcp/azure-mcp-pr/node_modules/call-bound/index.d.ts +94 -0
- package/mcp/azure-mcp-pr/node_modules/call-bound/index.js +19 -0
- package/mcp/azure-mcp-pr/node_modules/call-bound/package.json +99 -0
- package/mcp/azure-mcp-pr/node_modules/call-bound/test/index.js +61 -0
- package/mcp/azure-mcp-pr/node_modules/call-bound/tsconfig.json +10 -0
- package/mcp/azure-mcp-pr/node_modules/content-disposition/LICENSE +22 -0
- package/mcp/azure-mcp-pr/node_modules/content-disposition/README.md +141 -0
- package/mcp/azure-mcp-pr/node_modules/content-disposition/index.js +536 -0
- package/mcp/azure-mcp-pr/node_modules/content-disposition/package.json +40 -0
- package/mcp/azure-mcp-pr/node_modules/content-type/HISTORY.md +29 -0
- package/mcp/azure-mcp-pr/node_modules/content-type/LICENSE +22 -0
- package/mcp/azure-mcp-pr/node_modules/content-type/README.md +94 -0
- package/mcp/azure-mcp-pr/node_modules/content-type/index.js +225 -0
- package/mcp/azure-mcp-pr/node_modules/content-type/package.json +42 -0
- package/mcp/azure-mcp-pr/node_modules/cookie/LICENSE +24 -0
- package/mcp/azure-mcp-pr/node_modules/cookie/README.md +317 -0
- package/mcp/azure-mcp-pr/node_modules/cookie/SECURITY.md +25 -0
- package/mcp/azure-mcp-pr/node_modules/cookie/index.js +335 -0
- package/mcp/azure-mcp-pr/node_modules/cookie/package.json +44 -0
- package/mcp/azure-mcp-pr/node_modules/cookie-signature/History.md +70 -0
- package/mcp/azure-mcp-pr/node_modules/cookie-signature/LICENSE +22 -0
- package/mcp/azure-mcp-pr/node_modules/cookie-signature/Readme.md +23 -0
- package/mcp/azure-mcp-pr/node_modules/cookie-signature/index.js +47 -0
- package/mcp/azure-mcp-pr/node_modules/cookie-signature/package.json +24 -0
- package/mcp/azure-mcp-pr/node_modules/cors/LICENSE +22 -0
- package/mcp/azure-mcp-pr/node_modules/cors/README.md +277 -0
- package/mcp/azure-mcp-pr/node_modules/cors/lib/index.js +238 -0
- package/mcp/azure-mcp-pr/node_modules/cors/package.json +42 -0
- package/mcp/azure-mcp-pr/node_modules/cross-spawn/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/cross-spawn/README.md +89 -0
- package/mcp/azure-mcp-pr/node_modules/cross-spawn/index.js +39 -0
- package/mcp/azure-mcp-pr/node_modules/cross-spawn/lib/enoent.js +59 -0
- package/mcp/azure-mcp-pr/node_modules/cross-spawn/lib/parse.js +91 -0
- package/mcp/azure-mcp-pr/node_modules/cross-spawn/lib/util/escape.js +47 -0
- package/mcp/azure-mcp-pr/node_modules/cross-spawn/lib/util/readShebang.js +23 -0
- package/mcp/azure-mcp-pr/node_modules/cross-spawn/lib/util/resolveCommand.js +52 -0
- package/mcp/azure-mcp-pr/node_modules/cross-spawn/package.json +73 -0
- package/mcp/azure-mcp-pr/node_modules/debug/LICENSE +20 -0
- package/mcp/azure-mcp-pr/node_modules/debug/README.md +481 -0
- package/mcp/azure-mcp-pr/node_modules/debug/package.json +64 -0
- package/mcp/azure-mcp-pr/node_modules/debug/src/browser.js +272 -0
- package/mcp/azure-mcp-pr/node_modules/debug/src/common.js +292 -0
- package/mcp/azure-mcp-pr/node_modules/debug/src/index.js +10 -0
- package/mcp/azure-mcp-pr/node_modules/debug/src/node.js +263 -0
- package/mcp/azure-mcp-pr/node_modules/depd/History.md +103 -0
- package/mcp/azure-mcp-pr/node_modules/depd/LICENSE +22 -0
- package/mcp/azure-mcp-pr/node_modules/depd/Readme.md +280 -0
- package/mcp/azure-mcp-pr/node_modules/depd/index.js +538 -0
- package/mcp/azure-mcp-pr/node_modules/depd/lib/browser/index.js +77 -0
- package/mcp/azure-mcp-pr/node_modules/depd/package.json +45 -0
- package/mcp/azure-mcp-pr/node_modules/diff/CONTRIBUTING.md +28 -0
- package/mcp/azure-mcp-pr/node_modules/diff/LICENSE +29 -0
- package/mcp/azure-mcp-pr/node_modules/diff/README.md +468 -0
- package/mcp/azure-mcp-pr/node_modules/diff/dist/diff.js +2313 -0
- package/mcp/azure-mcp-pr/node_modules/diff/dist/diff.min.js +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/eslint.config.mjs +182 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/convert/dmp.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/convert/dmp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/convert/dmp.js +24 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/convert/xml.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/convert/xml.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/convert/xml.js +34 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/array.d.ts +19 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/array.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/array.js +23 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/base.d.ts +20 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/base.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/base.js +256 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/character.d.ts +19 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/character.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/character.js +14 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/css.d.ts +18 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/css.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/css.js +17 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/json.d.ts +24 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/json.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/json.js +86 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/line.d.ts +24 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/line.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/line.js +74 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/sentence.d.ts +21 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/sentence.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/sentence.js +50 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/word.d.ts +35 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/word.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/diff/word.js +289 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/index.d.ts +20 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/index.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/index.js +67 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/package.json +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/patch/apply.d.ts +62 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/patch/apply.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/patch/apply.js +264 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/patch/create.d.ts +131 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/patch/create.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/patch/create.js +364 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/patch/line-endings.d.ts +17 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/patch/line-endings.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/patch/line-endings.js +50 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/patch/parse.d.ts +16 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/patch/parse.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/patch/parse.js +515 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/patch/reverse.d.ts +22 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/patch/reverse.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/patch/reverse.js +63 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/types.d.ts +260 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/types.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/types.js +2 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/util/array.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/util/array.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/util/array.js +21 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/util/distance-iterator.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/util/distance-iterator.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/util/distance-iterator.js +40 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/util/params.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/util/params.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/util/params.js +17 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/util/string.d.ts +30 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/util/string.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libcjs/util/string.js +199 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/convert/dmp.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/convert/dmp.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/convert/dmp.js +21 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/convert/xml.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/convert/xml.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/convert/xml.js +31 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/array.d.ts +19 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/array.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/array.js +16 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/base.d.ts +20 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/base.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/base.js +253 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/character.d.ts +19 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/character.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/character.js +7 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/css.d.ts +18 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/css.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/css.js +10 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/json.d.ts +24 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/json.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/json.js +78 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/line.d.ts +24 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/line.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/line.js +65 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/sentence.d.ts +21 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/sentence.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/sentence.js +43 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/word.d.ts +35 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/word.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/diff/word.js +281 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/index.d.ts +20 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/index.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/index.js +30 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/package.json +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/patch/apply.d.ts +62 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/patch/apply.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/patch/apply.js +257 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/patch/create.d.ts +131 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/patch/create.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/patch/create.js +357 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/patch/line-endings.d.ts +17 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/patch/line-endings.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/patch/line-endings.js +44 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/patch/parse.d.ts +16 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/patch/parse.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/patch/parse.js +512 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/patch/reverse.d.ts +22 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/patch/reverse.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/patch/reverse.js +60 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/types.d.ts +260 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/types.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/types.js +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/util/array.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/util/array.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/util/array.js +17 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/util/distance-iterator.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/util/distance-iterator.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/util/distance-iterator.js +37 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/util/params.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/util/params.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/util/params.js +14 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/util/string.d.ts +30 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/util/string.d.ts.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/diff/libesm/util/string.js +184 -0
- package/mcp/azure-mcp-pr/node_modules/diff/package.json +130 -0
- package/mcp/azure-mcp-pr/node_modules/diff/release-notes.md +474 -0
- package/mcp/azure-mcp-pr/node_modules/dunder-proto/.eslintrc +5 -0
- package/mcp/azure-mcp-pr/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/mcp/azure-mcp-pr/node_modules/dunder-proto/.nycrc +13 -0
- package/mcp/azure-mcp-pr/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/mcp/azure-mcp-pr/node_modules/dunder-proto/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/dunder-proto/README.md +54 -0
- package/mcp/azure-mcp-pr/node_modules/dunder-proto/get.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/dunder-proto/get.js +30 -0
- package/mcp/azure-mcp-pr/node_modules/dunder-proto/package.json +76 -0
- package/mcp/azure-mcp-pr/node_modules/dunder-proto/set.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/dunder-proto/set.js +35 -0
- package/mcp/azure-mcp-pr/node_modules/dunder-proto/test/get.js +34 -0
- package/mcp/azure-mcp-pr/node_modules/dunder-proto/test/index.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/dunder-proto/test/set.js +50 -0
- package/mcp/azure-mcp-pr/node_modules/dunder-proto/tsconfig.json +9 -0
- package/mcp/azure-mcp-pr/node_modules/ee-first/LICENSE +22 -0
- package/mcp/azure-mcp-pr/node_modules/ee-first/README.md +80 -0
- package/mcp/azure-mcp-pr/node_modules/ee-first/index.js +95 -0
- package/mcp/azure-mcp-pr/node_modules/ee-first/package.json +29 -0
- package/mcp/azure-mcp-pr/node_modules/encodeurl/LICENSE +22 -0
- package/mcp/azure-mcp-pr/node_modules/encodeurl/README.md +109 -0
- package/mcp/azure-mcp-pr/node_modules/encodeurl/index.js +60 -0
- package/mcp/azure-mcp-pr/node_modules/encodeurl/package.json +40 -0
- package/mcp/azure-mcp-pr/node_modules/es-define-property/.eslintrc +13 -0
- package/mcp/azure-mcp-pr/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/mcp/azure-mcp-pr/node_modules/es-define-property/.nycrc +9 -0
- package/mcp/azure-mcp-pr/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/mcp/azure-mcp-pr/node_modules/es-define-property/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/es-define-property/README.md +49 -0
- package/mcp/azure-mcp-pr/node_modules/es-define-property/index.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/es-define-property/index.js +14 -0
- package/mcp/azure-mcp-pr/node_modules/es-define-property/package.json +81 -0
- package/mcp/azure-mcp-pr/node_modules/es-define-property/test/index.js +56 -0
- package/mcp/azure-mcp-pr/node_modules/es-define-property/tsconfig.json +10 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/.eslintrc +5 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/CHANGELOG.md +40 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/README.md +55 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/eval.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/eval.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/index.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/index.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/package.json +80 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/range.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/range.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/ref.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/ref.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/syntax.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/syntax.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/test/index.js +19 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/tsconfig.json +49 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/type.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/type.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/uri.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/es-errors/uri.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/es-object-atoms/.eslintrc +16 -0
- package/mcp/azure-mcp-pr/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/mcp/azure-mcp-pr/node_modules/es-object-atoms/CHANGELOG.md +44 -0
- package/mcp/azure-mcp-pr/node_modules/es-object-atoms/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/es-object-atoms/README.md +63 -0
- package/mcp/azure-mcp-pr/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/mcp/azure-mcp-pr/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/es-object-atoms/ToObject.js +10 -0
- package/mcp/azure-mcp-pr/node_modules/es-object-atoms/index.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/es-object-atoms/index.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/es-object-atoms/isObject.js +6 -0
- package/mcp/azure-mcp-pr/node_modules/es-object-atoms/package.json +79 -0
- package/mcp/azure-mcp-pr/node_modules/es-object-atoms/test/index.js +38 -0
- package/mcp/azure-mcp-pr/node_modules/es-object-atoms/tsconfig.json +7 -0
- package/mcp/azure-mcp-pr/node_modules/escape-html/LICENSE +24 -0
- package/mcp/azure-mcp-pr/node_modules/escape-html/Readme.md +43 -0
- package/mcp/azure-mcp-pr/node_modules/escape-html/index.js +78 -0
- package/mcp/azure-mcp-pr/node_modules/escape-html/package.json +24 -0
- package/mcp/azure-mcp-pr/node_modules/etag/HISTORY.md +83 -0
- package/mcp/azure-mcp-pr/node_modules/etag/LICENSE +22 -0
- package/mcp/azure-mcp-pr/node_modules/etag/README.md +159 -0
- package/mcp/azure-mcp-pr/node_modules/etag/index.js +131 -0
- package/mcp/azure-mcp-pr/node_modules/etag/package.json +47 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource/LICENSE +22 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource/README.md +167 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource/dist/index.cjs +273 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource/dist/index.cjs.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource/dist/index.d.cts +332 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource/dist/index.d.ts +332 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource/dist/index.js +273 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource/dist/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource/package.json +130 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource/src/EventSource.ts +596 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource/src/errors.ts +141 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource/src/index.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource/src/types.ts +152 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/README.md +157 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/dist/index.cjs +177 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/dist/index.cjs.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/dist/index.d.cts +169 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/dist/index.d.ts +169 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/dist/index.js +177 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/dist/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/dist/stream.cjs +29 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/dist/stream.cjs.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/dist/stream.d.cts +134 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/dist/stream.d.ts +134 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/dist/stream.js +30 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/dist/stream.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/package.json +92 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/src/errors.ts +44 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/src/index.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/src/parse.ts +439 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/src/stream.ts +107 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/src/types.ts +122 -0
- package/mcp/azure-mcp-pr/node_modules/eventsource-parser/stream.js +2 -0
- package/mcp/azure-mcp-pr/node_modules/express/LICENSE +24 -0
- package/mcp/azure-mcp-pr/node_modules/express/Readme.md +276 -0
- package/mcp/azure-mcp-pr/node_modules/express/index.js +11 -0
- package/mcp/azure-mcp-pr/node_modules/express/lib/application.js +631 -0
- package/mcp/azure-mcp-pr/node_modules/express/lib/express.js +81 -0
- package/mcp/azure-mcp-pr/node_modules/express/lib/request.js +514 -0
- package/mcp/azure-mcp-pr/node_modules/express/lib/response.js +1053 -0
- package/mcp/azure-mcp-pr/node_modules/express/lib/utils.js +271 -0
- package/mcp/azure-mcp-pr/node_modules/express/lib/view.js +205 -0
- package/mcp/azure-mcp-pr/node_modules/express/package.json +99 -0
- package/mcp/azure-mcp-pr/node_modules/express-rate-limit/dist/index.cjs +1088 -0
- package/mcp/azure-mcp-pr/node_modules/express-rate-limit/dist/index.d.cts +699 -0
- package/mcp/azure-mcp-pr/node_modules/express-rate-limit/dist/index.d.mts +699 -0
- package/mcp/azure-mcp-pr/node_modules/express-rate-limit/dist/index.d.ts +699 -0
- package/mcp/azure-mcp-pr/node_modules/express-rate-limit/dist/index.mjs +1044 -0
- package/mcp/azure-mcp-pr/node_modules/express-rate-limit/license +21 -0
- package/mcp/azure-mcp-pr/node_modules/express-rate-limit/package.json +116 -0
- package/mcp/azure-mcp-pr/node_modules/express-rate-limit/readme.md +140 -0
- package/mcp/azure-mcp-pr/node_modules/express-rate-limit/tsconfig.json +8 -0
- package/mcp/azure-mcp-pr/node_modules/fast-deep-equal/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/fast-deep-equal/README.md +96 -0
- package/mcp/azure-mcp-pr/node_modules/fast-deep-equal/es6/index.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/fast-deep-equal/es6/index.js +72 -0
- package/mcp/azure-mcp-pr/node_modules/fast-deep-equal/es6/react.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/fast-deep-equal/es6/react.js +79 -0
- package/mcp/azure-mcp-pr/node_modules/fast-deep-equal/index.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/fast-deep-equal/index.js +46 -0
- package/mcp/azure-mcp-pr/node_modules/fast-deep-equal/package.json +61 -0
- package/mcp/azure-mcp-pr/node_modules/fast-deep-equal/react.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/fast-deep-equal/react.js +53 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/.gitattributes +2 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/.github/dependabot.yml +13 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/.github/workflows/ci.yml +106 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/.github/workflows/lock-threads.yml +19 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/.github/workflows/package-manager-ci.yml +24 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/LICENSE +30 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/README.md +152 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/benchmark/benchmark.mjs +159 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/benchmark/equal.mjs +51 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/benchmark/non-simple-domain.mjs +22 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/benchmark/package.json +17 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/benchmark/string-array-to-hex-stripped.mjs +24 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/benchmark/ws-is-secure.mjs +65 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/eslint.config.js +6 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/index.js +627 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/lib/schemes.js +272 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/lib/utils.js +747 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/package.json +68 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/ajv.test.js +43 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/component-safe-serialization.test.js +163 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/equal.test.js +145 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/fixtures/uri-js-parse.json +503 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/fixtures/uri-js-serialize.json +120 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/ipv6-canonical.test.js +34 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/ipv6-validation.test.js +124 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/malformed-percent.test.js +77 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/malformed-urn.test.js +61 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/parse.test.js +327 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/query-fragment-normalization.test.js +33 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/reserved-path-normalization.test.js +109 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/resolve.test.js +87 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/rfc-3986.test.js +90 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/scheme-validation.test.js +124 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/security-normalization.test.js +140 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/security.test.js +431 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/serialize.test.js +151 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/uri-js-compatibility.test.js +33 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/uri-js.test.js +912 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/urn-full-input.test.js +29 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/util.test.js +38 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/test/websocket-query-preservation.test.js +24 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/tsconfig.json +9 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/types/index.d.ts +60 -0
- package/mcp/azure-mcp-pr/node_modules/fast-uri/types/index.test-d.ts +17 -0
- package/mcp/azure-mcp-pr/node_modules/finalhandler/HISTORY.md +239 -0
- package/mcp/azure-mcp-pr/node_modules/finalhandler/LICENSE +22 -0
- package/mcp/azure-mcp-pr/node_modules/finalhandler/README.md +150 -0
- package/mcp/azure-mcp-pr/node_modules/finalhandler/index.js +293 -0
- package/mcp/azure-mcp-pr/node_modules/finalhandler/package.json +47 -0
- package/mcp/azure-mcp-pr/node_modules/forwarded/HISTORY.md +21 -0
- package/mcp/azure-mcp-pr/node_modules/forwarded/LICENSE +22 -0
- package/mcp/azure-mcp-pr/node_modules/forwarded/README.md +57 -0
- package/mcp/azure-mcp-pr/node_modules/forwarded/index.js +90 -0
- package/mcp/azure-mcp-pr/node_modules/forwarded/package.json +45 -0
- package/mcp/azure-mcp-pr/node_modules/fresh/HISTORY.md +80 -0
- package/mcp/azure-mcp-pr/node_modules/fresh/LICENSE +23 -0
- package/mcp/azure-mcp-pr/node_modules/fresh/README.md +117 -0
- package/mcp/azure-mcp-pr/node_modules/fresh/index.js +136 -0
- package/mcp/azure-mcp-pr/node_modules/fresh/package.json +46 -0
- package/mcp/azure-mcp-pr/node_modules/function-bind/.eslintrc +21 -0
- package/mcp/azure-mcp-pr/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/mcp/azure-mcp-pr/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/mcp/azure-mcp-pr/node_modules/function-bind/.nycrc +13 -0
- package/mcp/azure-mcp-pr/node_modules/function-bind/CHANGELOG.md +136 -0
- package/mcp/azure-mcp-pr/node_modules/function-bind/LICENSE +20 -0
- package/mcp/azure-mcp-pr/node_modules/function-bind/README.md +46 -0
- package/mcp/azure-mcp-pr/node_modules/function-bind/implementation.js +84 -0
- package/mcp/azure-mcp-pr/node_modules/function-bind/index.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/function-bind/package.json +87 -0
- package/mcp/azure-mcp-pr/node_modules/function-bind/test/.eslintrc +9 -0
- package/mcp/azure-mcp-pr/node_modules/function-bind/test/index.js +252 -0
- package/mcp/azure-mcp-pr/node_modules/get-intrinsic/.eslintrc +42 -0
- package/mcp/azure-mcp-pr/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/mcp/azure-mcp-pr/node_modules/get-intrinsic/.nycrc +9 -0
- package/mcp/azure-mcp-pr/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/mcp/azure-mcp-pr/node_modules/get-intrinsic/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/get-intrinsic/README.md +71 -0
- package/mcp/azure-mcp-pr/node_modules/get-intrinsic/index.js +378 -0
- package/mcp/azure-mcp-pr/node_modules/get-intrinsic/package.json +97 -0
- package/mcp/azure-mcp-pr/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/mcp/azure-mcp-pr/node_modules/get-proto/.eslintrc +10 -0
- package/mcp/azure-mcp-pr/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/mcp/azure-mcp-pr/node_modules/get-proto/.nycrc +9 -0
- package/mcp/azure-mcp-pr/node_modules/get-proto/CHANGELOG.md +21 -0
- package/mcp/azure-mcp-pr/node_modules/get-proto/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/mcp/azure-mcp-pr/node_modules/get-proto/README.md +50 -0
- package/mcp/azure-mcp-pr/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/get-proto/index.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/get-proto/index.js +27 -0
- package/mcp/azure-mcp-pr/node_modules/get-proto/package.json +81 -0
- package/mcp/azure-mcp-pr/node_modules/get-proto/test/index.js +68 -0
- package/mcp/azure-mcp-pr/node_modules/get-proto/tsconfig.json +9 -0
- package/mcp/azure-mcp-pr/node_modules/gopd/.eslintrc +16 -0
- package/mcp/azure-mcp-pr/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/mcp/azure-mcp-pr/node_modules/gopd/CHANGELOG.md +45 -0
- package/mcp/azure-mcp-pr/node_modules/gopd/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/gopd/README.md +40 -0
- package/mcp/azure-mcp-pr/node_modules/gopd/gOPD.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/gopd/gOPD.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/gopd/index.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/gopd/index.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/gopd/package.json +77 -0
- package/mcp/azure-mcp-pr/node_modules/gopd/test/index.js +36 -0
- package/mcp/azure-mcp-pr/node_modules/gopd/tsconfig.json +9 -0
- package/mcp/azure-mcp-pr/node_modules/has-symbols/.eslintrc +11 -0
- package/mcp/azure-mcp-pr/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/mcp/azure-mcp-pr/node_modules/has-symbols/.nycrc +9 -0
- package/mcp/azure-mcp-pr/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/mcp/azure-mcp-pr/node_modules/has-symbols/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/has-symbols/README.md +46 -0
- package/mcp/azure-mcp-pr/node_modules/has-symbols/index.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/has-symbols/index.js +14 -0
- package/mcp/azure-mcp-pr/node_modules/has-symbols/package.json +111 -0
- package/mcp/azure-mcp-pr/node_modules/has-symbols/shams.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/has-symbols/shams.js +45 -0
- package/mcp/azure-mcp-pr/node_modules/has-symbols/test/index.js +22 -0
- package/mcp/azure-mcp-pr/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/mcp/azure-mcp-pr/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/mcp/azure-mcp-pr/node_modules/has-symbols/test/tests.js +58 -0
- package/mcp/azure-mcp-pr/node_modules/has-symbols/tsconfig.json +10 -0
- package/mcp/azure-mcp-pr/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/mcp/azure-mcp-pr/node_modules/hasown/.nycrc +13 -0
- package/mcp/azure-mcp-pr/node_modules/hasown/CHANGELOG.md +58 -0
- package/mcp/azure-mcp-pr/node_modules/hasown/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/hasown/README.md +40 -0
- package/mcp/azure-mcp-pr/node_modules/hasown/eslint.config.mjs +6 -0
- package/mcp/azure-mcp-pr/node_modules/hasown/index.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/hasown/index.js +8 -0
- package/mcp/azure-mcp-pr/node_modules/hasown/package.json +91 -0
- package/mcp/azure-mcp-pr/node_modules/hasown/tsconfig.json +6 -0
- package/mcp/azure-mcp-pr/node_modules/hono/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/hono/README.md +85 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/aws-lambda/conninfo.js +24 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/aws-lambda/handler.js +364 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/aws-lambda/index.js +9 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/aws-lambda/types.js +0 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/bun/conninfo.js +27 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/bun/index.js +16 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/bun/serve-static.js +30 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/bun/server.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/bun/ssg.js +17 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/bun/websocket.js +73 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/cloudflare-pages/conninfo.js +9 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/cloudflare-pages/handler.js +67 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/cloudflare-pages/index.js +9 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/cloudflare-workers/conninfo.js +9 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/cloudflare-workers/index.js +9 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/cloudflare-workers/serve-static-module.js +8 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/cloudflare-workers/serve-static.js +22 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/cloudflare-workers/utils.js +35 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/cloudflare-workers/websocket.js +41 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/deno/conninfo.js +14 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/deno/deno.d.js +0 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/deno/index.js +12 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/deno/serve-static.js +40 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/deno/ssg.js +18 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/deno/websocket.js +32 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/lambda-edge/conninfo.js +9 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/lambda-edge/handler.js +96 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/lambda-edge/index.js +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/netlify/conninfo.js +9 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/netlify/handler.js +9 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/netlify/index.js +2 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/netlify/mod.js +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/service-worker/handler.js +20 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/service-worker/index.js +9 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/service-worker/types.js +0 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/vercel/conninfo.js +10 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/vercel/handler.js +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/adapter/vercel/index.js +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/aws-lambda/conninfo.js +46 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/aws-lambda/handler.js +395 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/aws-lambda/index.js +34 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/aws-lambda/types.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/bun/conninfo.js +49 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/bun/index.js +45 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/bun/serve-static.js +52 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/bun/server.js +27 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/bun/ssg.js +40 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/bun/websocket.js +98 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/cloudflare-pages/conninfo.js +31 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/cloudflare-pages/handler.js +91 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/cloudflare-pages/index.js +34 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/cloudflare-workers/conninfo.js +31 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/cloudflare-workers/index.js +33 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/cloudflare-workers/serve-static-module.js +30 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/cloudflare-workers/serve-static.js +44 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/cloudflare-workers/utils.js +57 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/cloudflare-workers/websocket.js +63 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/deno/conninfo.js +36 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/deno/deno.d.js +0 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/deno/index.js +38 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/deno/serve-static.js +62 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/deno/ssg.js +41 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/deno/websocket.js +54 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/lambda-edge/conninfo.js +31 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/lambda-edge/handler.js +130 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/lambda-edge/index.js +30 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/netlify/conninfo.js +31 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/netlify/handler.js +31 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/netlify/index.js +21 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/netlify/mod.js +30 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/service-worker/handler.js +42 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/service-worker/index.js +32 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/service-worker/types.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/vercel/conninfo.js +32 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/vercel/handler.js +29 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/adapter/vercel/index.js +30 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/client/client.js +218 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/client/fetch-result-please.js +85 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/client/index.js +32 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/client/types.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/client/utils.js +108 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/compose.js +68 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/context.js +454 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/accepts/accepts.js +77 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/accepts/index.js +27 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/adapter/index.js +81 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/conninfo/index.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/conninfo/types.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/cookie/index.js +130 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/css/common.js +273 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/css/index.js +157 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/dev/index.js +79 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/factory/index.js +54 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/html/index.js +64 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/proxy/index.js +115 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/route/index.js +71 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/ssg/index.js +43 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/ssg/middleware.js +73 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/ssg/plugins.js +70 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/ssg/ssg.js +320 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/ssg/utils.js +113 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/streaming/index.js +35 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/streaming/sse.js +91 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/streaming/stream.js +56 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/streaming/text.js +34 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/streaming/utils.js +35 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/testing/index.js +33 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/helper/websocket/index.js +81 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/hono-base.js +406 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/hono.js +43 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/http-exception.js +57 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/index.js +30 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/base.js +378 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/children.js +44 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/components.js +221 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/constants.js +42 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/context.js +188 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/dom/client.js +76 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/dom/components.js +55 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/dom/context.js +71 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/dom/css.js +168 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/dom/hooks/index.js +74 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/dom/index.js +181 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/dom/intrinsic-element/components.js +399 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/dom/jsx-dev-runtime.js +52 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/dom/jsx-runtime.js +32 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/dom/render.js +643 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/dom/server.js +67 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/dom/utils.js +32 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/hooks/index.js +373 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/index.js +138 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/intrinsic-element/common.js +50 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/intrinsic-element/components.js +189 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/intrinsic-elements.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/jsx-dev-runtime.js +41 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/jsx-runtime.js +71 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/streaming.js +179 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/types.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/jsx/utils.js +200 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/basic-auth/index.js +88 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/bearer-auth/index.js +114 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/body-limit/index.js +75 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/cache/index.js +219 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/combine/index.js +101 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/compress/index.js +97 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/context-storage/index.js +47 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/cors/index.js +109 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/csrf/index.js +77 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/etag/digest.js +101 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/etag/index.js +99 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/ip-restriction/index.js +176 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/jsx-renderer/index.js +82 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/jwk/index.js +27 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/jwk/jwk.js +139 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/jwt/index.js +38 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/jwt/jwt.js +145 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/language/index.js +35 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/language/language.js +203 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/logger/index.js +72 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/method-not-allowed/index.js +90 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/method-override/index.js +106 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/powered-by/index.js +32 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/pretty-json/index.js +39 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/request-id/index.js +27 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/request-id/request-id.js +43 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/secure-headers/index.js +29 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/secure-headers/permissions-policy.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/secure-headers/secure-headers.js +198 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/serve-static/index.js +99 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/serve-static/path.js +40 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/timeout/index.js +47 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/timing/index.js +35 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/timing/timing.js +130 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/middleware/trailing-slash/index.js +62 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/package.json +3 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/preset/quick.js +38 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/preset/tiny.js +34 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/request/constants.js +27 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/request.js +346 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/router/linear-router/index.js +27 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/router/linear-router/router.js +145 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/router/pattern-router/index.js +27 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/router/pattern-router/router.js +64 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/router/reg-exp-router/index.js +34 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/router/reg-exp-router/matcher.js +48 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/router/reg-exp-router/node.js +140 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/router/reg-exp-router/prepared-router.js +166 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/router/reg-exp-router/router.js +151 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/router/reg-exp-router/trie.js +90 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/router/smart-router/index.js +27 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/router/smart-router/router.js +80 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/router/trie-router/index.js +27 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/router/trie-router/node.js +187 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/router/trie-router/router.js +40 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/router/utils.js +27 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/router.js +40 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/types.js +28 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/accept.js +245 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/basic-auth.js +45 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/body.js +123 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/buffer.js +103 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/color.js +48 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/compress.js +27 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/concurrent.js +61 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/constants.js +27 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/cookie.js +199 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/crypto.js +69 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/encode.js +54 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/filepath.js +58 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/handler.js +36 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/headers.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/html.js +150 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/http-status.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/ipaddr.js +320 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/jwt/index.js +28 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/jwt/jwa.js +42 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/jwt/jws.js +215 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/jwt/jwt.js +219 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/jwt/types.js +161 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/jwt/utf8.js +30 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/mime.js +106 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/stream.js +112 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/types.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/utils/url.js +264 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/validator/index.js +27 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/validator/utils.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/cjs/validator/validator.js +108 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/client/client.js +203 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/client/fetch-result-please.js +62 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/client/index.js +8 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/client/types.js +0 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/client/utils.js +79 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/compose.js +46 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/context.js +431 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/accepts/accepts.js +54 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/accepts/index.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/adapter/index.js +56 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/conninfo/index.js +0 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/conninfo/types.js +0 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/cookie/index.js +102 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/css/common.js +236 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/css/index.js +140 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/dev/index.js +55 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/factory/index.js +30 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/html/index.js +41 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/proxy/index.js +93 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/route/index.js +46 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/ssg/index.js +19 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/ssg/middleware.js +45 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/ssg/plugins.js +47 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/ssg/ssg.js +297 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/ssg/utils.js +87 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/streaming/index.js +10 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/streaming/sse.js +68 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/streaming/stream.js +34 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/streaming/text.js +12 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/streaming/utils.js +13 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/testing/index.js +11 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/helper/websocket/index.js +57 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/hono-base.js +384 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/hono.js +21 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/http-exception.js +35 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/index.js +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/base.js +346 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/children.js +21 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/components.js +198 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/constants.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/context.js +162 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/dom/client.js +53 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/dom/components.js +32 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/dom/context.js +48 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/dom/css.js +150 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/dom/hooks/index.js +48 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/dom/index.js +142 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/dom/intrinsic-element/components.js +374 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/dom/jsx-dev-runtime.js +19 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/dom/jsx-runtime.js +8 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/dom/render.js +619 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/dom/server.js +33 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/dom/utils.js +10 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/hooks/index.js +331 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/index.js +103 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/intrinsic-element/common.js +24 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/intrinsic-element/components.js +165 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/intrinsic-elements.js +0 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/jsx-dev-runtime.js +18 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/jsx-runtime.js +44 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/streaming.js +155 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/types.js +0 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/jsx/utils.js +175 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/basic-auth/index.js +66 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/bearer-auth/index.js +92 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/body-limit/index.js +53 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/cache/index.js +197 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/combine/index.js +77 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/compress/index.js +74 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/context-storage/index.js +23 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/cors/index.js +87 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/csrf/index.js +55 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/etag/digest.js +79 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/etag/index.js +76 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/ip-restriction/index.js +162 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/jsx-renderer/index.js +58 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/jwk/index.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/jwk/jwk.js +117 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/jwt/index.js +11 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/jwt/jwt.js +119 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/language/index.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/language/language.js +172 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/logger/index.js +44 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/method-not-allowed/index.js +68 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/method-override/index.js +84 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/powered-by/index.js +10 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/pretty-json/index.js +17 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/request-id/index.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/request-id/request-id.js +21 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/secure-headers/index.js +6 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/secure-headers/permissions-policy.js +0 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/secure-headers/secure-headers.js +175 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/serve-static/index.js +77 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/serve-static/path.js +18 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/timeout/index.js +25 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/timing/index.js +9 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/timing/timing.js +104 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/middleware/trailing-slash/index.js +39 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/preset/quick.js +16 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/preset/tiny.js +12 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/request/constants.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/request.js +323 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/router/linear-router/index.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/router/linear-router/router.js +123 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/router/pattern-router/index.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/router/pattern-router/router.js +42 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/router/reg-exp-router/index.js +9 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/router/reg-exp-router/matcher.js +25 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/router/reg-exp-router/node.js +114 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/router/reg-exp-router/prepared-router.js +142 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/router/reg-exp-router/router.js +138 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/router/reg-exp-router/trie.js +68 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/router/smart-router/index.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/router/smart-router/router.js +58 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/router/trie-router/index.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/router/trie-router/node.js +165 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/router/trie-router/router.js +18 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/router/utils.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/router.js +14 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/aws-lambda/conninfo.d.ts +27 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/aws-lambda/handler.d.ts +184 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/aws-lambda/index.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/aws-lambda/types.d.ts +153 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/bun/conninfo.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/bun/index.d.ts +10 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/bun/serve-static.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/bun/server.d.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/bun/ssg.d.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/bun/websocket.d.ts +39 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/cloudflare-pages/conninfo.d.ts +21 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/cloudflare-pages/handler.d.ts +33 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/cloudflare-pages/index.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/cloudflare-workers/conninfo.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/cloudflare-workers/index.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/cloudflare-workers/serve-static-module.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/cloudflare-workers/serve-static.d.ts +16 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/cloudflare-workers/utils.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/cloudflare-workers/websocket.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/deno/conninfo.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/deno/index.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/deno/serve-static.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/deno/ssg.d.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/deno/websocket.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/lambda-edge/conninfo.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/lambda-edge/handler.d.ts +87 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/lambda-edge/index.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/netlify/conninfo.d.ts +21 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/netlify/handler.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/netlify/index.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/netlify/mod.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/service-worker/handler.d.ts +16 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/service-worker/index.d.ts +28 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/service-worker/types.d.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/vercel/conninfo.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/vercel/handler.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/adapter/vercel/index.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/client/client.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/client/fetch-result-please.d.ts +35 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/client/index.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/client/types.d.ts +229 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/client/utils.d.ts +18 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/compose.d.ts +14 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/context.d.ts +459 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/accepts/accepts.d.ts +30 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/accepts/index.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/adapter/index.d.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/conninfo/index.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/conninfo/types.d.ts +36 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/cookie/index.d.ts +24 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/css/common.d.ts +59 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/css/index.d.ts +80 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/dev/index.d.ts +20 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/factory/index.d.ts +82 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/html/index.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/proxy/index.d.ts +72 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/route/index.d.ts +75 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/ssg/index.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/ssg/middleware.d.ts +44 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/ssg/plugins.d.ts +27 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/ssg/ssg.d.ts +91 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/ssg/utils.d.ts +16 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/streaming/index.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/streaming/sse.d.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/streaming/stream.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/streaming/text.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/streaming/utils.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/testing/index.d.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/helper/websocket/index.d.ts +69 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/hono-base.d.ts +221 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/hono.d.ts +19 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/http-exception.d.ts +59 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/index.d.ts +37 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/base.d.ts +58 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/children.d.ts +9 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/components.d.ts +15 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/constants.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/context.d.ts +51 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/dom/client.d.ts +31 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/dom/components.d.ts +10 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/dom/context.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/dom/css.d.ts +83 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/dom/hooks/index.d.ts +39 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/dom/index.d.ts +88 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/dom/intrinsic-element/components.d.ts +16 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/dom/jsx-dev-runtime.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/dom/jsx-runtime.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/dom/render.d.ts +73 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/dom/server.d.ts +106 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/dom/utils.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/hooks/index.d.ts +47 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/index.d.ts +75 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/intrinsic-element/common.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/intrinsic-element/components.d.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/intrinsic-elements.d.ts +722 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/jsx-dev-runtime.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/jsx-runtime.d.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/streaming.d.ts +36 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/types.d.ts +35 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/jsx/utils.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/basic-auth/index.d.ts +75 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/bearer-auth/index.d.ts +92 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/body-limit/index.d.ts +45 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/cache/index.d.ts +45 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/combine/index.d.ts +85 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/compress/index.d.ts +40 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/context-storage/index.d.ts +40 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/cors/index.d.ts +55 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/csrf/index.d.ts +78 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/etag/digest.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/etag/index.d.ts +42 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/ip-restriction/index.d.ts +67 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/jsx-renderer/index.d.ts +77 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/jwk/index.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/jwk/jwk.d.ts +56 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/jwt/index.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/jwt/jwt.d.ts +69 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/language/index.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/language/language.d.ts +120 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/logger/index.d.ts +24 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/method-not-allowed/index.d.ts +49 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/method-override/index.d.ts +48 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/powered-by/index.d.ts +29 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/pretty-json/index.d.ts +42 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/request-id/index.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/request-id/request-id.d.ts +37 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/secure-headers/index.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/secure-headers/permissions-policy.d.ts +14 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/secure-headers/secure-headers.d.ts +109 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/serve-static/index.d.ts +31 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/serve-static/path.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/timeout/index.d.ts +31 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/timing/index.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/timing/timing.d.ts +129 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/middleware/trailing-slash/index.d.ts +94 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/package.json +3 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/preset/quick.d.ts +10 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/preset/tiny.d.ts +10 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/request/constants.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/request.d.ts +324 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/router/linear-router/index.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/router/linear-router/router.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/router/pattern-router/index.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/router/pattern-router/router.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/router/reg-exp-router/index.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/router/reg-exp-router/matcher.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/router/reg-exp-router/node.d.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/router/reg-exp-router/prepared-router.d.ts +17 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/router/reg-exp-router/router.d.ts +11 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/router/reg-exp-router/trie.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/router/smart-router/index.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/router/smart-router/router.d.ts +11 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/router/trie-router/index.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/router/trie-router/node.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/router/trie-router/router.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/router/utils.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/router.d.ts +97 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/types.d.ts +573 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/accept.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/basic-auth.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/body.d.ts +79 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/buffer.d.ts +17 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/color.d.ts +21 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/compress.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/concurrent.d.ts +11 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/constants.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/cookie.d.ts +40 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/crypto.d.ts +15 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/encode.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/filepath.d.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/handler.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/headers.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/html.d.ts +44 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/http-status.d.ts +32 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/ipaddr.d.ts +56 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/jwt/index.d.ts +18 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/jwt/jwa.d.ts +23 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/jwt/jws.d.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/jwt/jwt.d.ts +43 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/jwt/types.d.ts +86 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/jwt/utf8.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/mime.d.ts +70 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/stream.d.ts +31 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/types.d.ts +74 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/utils/url.d.ts +44 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/validator/index.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/validator/utils.d.ts +29 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types/validator/validator.d.ts +16 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/types.js +6 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/accept.js +223 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/basic-auth.js +23 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/body.js +101 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/buffer.js +78 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/color.js +25 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/compress.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/concurrent.js +39 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/constants.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/cookie.js +174 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/crypto.js +44 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/encode.js +29 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/filepath.js +35 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/handler.js +13 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/headers.js +0 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/html.js +123 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/http-status.js +0 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/ipaddr.js +290 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/jwt/index.js +6 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/jwt/jwa.js +20 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/jwt/jws.js +192 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/jwt/jwt.js +207 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/jwt/types.js +124 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/jwt/utf8.js +7 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/mime.js +82 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/stream.js +90 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/types.js +0 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/utils/url.js +229 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/validator/index.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/validator/utils.js +0 -0
- package/mcp/azure-mcp-pr/node_modules/hono/dist/validator/validator.js +86 -0
- package/mcp/azure-mcp-pr/node_modules/hono/package.json +706 -0
- package/mcp/azure-mcp-pr/node_modules/http-errors/HISTORY.md +186 -0
- package/mcp/azure-mcp-pr/node_modules/http-errors/LICENSE +23 -0
- package/mcp/azure-mcp-pr/node_modules/http-errors/README.md +169 -0
- package/mcp/azure-mcp-pr/node_modules/http-errors/index.js +290 -0
- package/mcp/azure-mcp-pr/node_modules/http-errors/package.json +54 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/README.md +138 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/encodings/dbcs-codec.js +532 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/encodings/dbcs-data.js +185 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/encodings/index.js +23 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/encodings/internal.js +218 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/encodings/sbcs-codec.js +75 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/encodings/sbcs-data.js +180 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/encodings/utf16.js +187 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/encodings/utf32.js +314 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/encodings/utf7.js +283 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/lib/bom-handling.js +48 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/lib/index.d.ts +129 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/lib/index.js +182 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/lib/streams.js +105 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/package.json +70 -0
- package/mcp/azure-mcp-pr/node_modules/iconv-lite/types/encodings.d.ts +425 -0
- package/mcp/azure-mcp-pr/node_modules/inherits/LICENSE +16 -0
- package/mcp/azure-mcp-pr/node_modules/inherits/README.md +42 -0
- package/mcp/azure-mcp-pr/node_modules/inherits/inherits.js +9 -0
- package/mcp/azure-mcp-pr/node_modules/inherits/inherits_browser.js +27 -0
- package/mcp/azure-mcp-pr/node_modules/inherits/package.json +29 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/LICENSE +19 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/README.md +308 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/address-error.d.ts +15 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/address-error.js +12 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/address-error.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/common.d.ts +69 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/common.js +142 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/common.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/ip-address.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/ip-address.js +35 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/ip-address.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/ipv4.d.ts +340 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/ipv4.js +580 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/ipv4.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/ipv6.d.ts +630 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/ipv6.js +1443 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/ipv6.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/v4/constants.d.ts +16 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/v4/constants.js +51 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/v4/constants.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/v6/constants.d.ts +58 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/v6/constants.js +128 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/v6/constants.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/v6/helpers.d.ts +18 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/v6/helpers.js +54 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/v6/helpers.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/v6/regular-expressions.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/v6/regular-expressions.js +95 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/dist/v6/regular-expressions.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/ip-address/package.json +90 -0
- package/mcp/azure-mcp-pr/node_modules/ipaddr.js/LICENSE +19 -0
- package/mcp/azure-mcp-pr/node_modules/ipaddr.js/README.md +233 -0
- package/mcp/azure-mcp-pr/node_modules/ipaddr.js/ipaddr.min.js +1 -0
- package/mcp/azure-mcp-pr/node_modules/ipaddr.js/lib/ipaddr.js +673 -0
- package/mcp/azure-mcp-pr/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +68 -0
- package/mcp/azure-mcp-pr/node_modules/ipaddr.js/package.json +35 -0
- package/mcp/azure-mcp-pr/node_modules/is-promise/LICENSE +19 -0
- package/mcp/azure-mcp-pr/node_modules/is-promise/index.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/is-promise/index.js +6 -0
- package/mcp/azure-mcp-pr/node_modules/is-promise/index.mjs +3 -0
- package/mcp/azure-mcp-pr/node_modules/is-promise/package.json +30 -0
- package/mcp/azure-mcp-pr/node_modules/is-promise/readme.md +33 -0
- package/mcp/azure-mcp-pr/node_modules/isexe/LICENSE +15 -0
- package/mcp/azure-mcp-pr/node_modules/isexe/README.md +51 -0
- package/mcp/azure-mcp-pr/node_modules/isexe/index.js +57 -0
- package/mcp/azure-mcp-pr/node_modules/isexe/mode.js +41 -0
- package/mcp/azure-mcp-pr/node_modules/isexe/package.json +31 -0
- package/mcp/azure-mcp-pr/node_modules/isexe/test/basic.js +221 -0
- package/mcp/azure-mcp-pr/node_modules/isexe/windows.js +42 -0
- package/mcp/azure-mcp-pr/node_modules/jose/LICENSE.md +21 -0
- package/mcp/azure-mcp-pr/node_modules/jose/README.md +150 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/index.d.ts +56 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +37 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +54 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +37 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +72 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +43 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +74 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jwk/embedded.d.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jwk/thumbprint.d.ts +17 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jwks/local.d.ts +20 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jwks/remote.d.ts +106 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jws/compact/sign.d.ts +25 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jws/compact/verify.d.ts +37 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jws/flattened/sign.d.ts +31 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jws/flattened/verify.d.ts +37 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jws/general/sign.d.ts +52 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jws/general/verify.d.ts +44 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jwt/decrypt.d.ts +41 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jwt/encrypt.d.ts +62 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jwt/sign.d.ts +26 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jwt/unsecured.d.ts +28 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/jwt/verify.d.ts +38 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/key/export.d.ts +19 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/key/generate_key_pair.d.ts +40 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/key/generate_secret.d.ts +37 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/key/import.d.ts +73 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/types.d.ts +871 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/util/base64url.d.ts +16 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/util/decode_jwt.d.ts +10 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/util/decode_protected_header.d.ts +9 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/types/util/errors.d.ts +220 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/index.js +32 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jwe/compact/decrypt.js +9 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jwe/compact/encrypt.js +49 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jwe/flattened/decrypt.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jwe/flattened/encrypt.js +65 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jwe/general/decrypt.js +51 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jwe/general/encrypt.js +177 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jwk/embedded.js +33 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jwk/thumbprint.js +74 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jwks/local.js +70 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jwks/remote.js +149 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jws/compact/sign.js +22 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jws/compact/verify.js +9 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jws/flattened/sign.js +32 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jws/flattened/verify.js +25 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jws/general/sign.js +76 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jws/general/verify.js +74 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jwt/decrypt.js +21 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jwt/encrypt.js +72 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jwt/sign.js +18 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jwt/unsecured.js +43 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/jwt/verify.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/key/export.js +44 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/key/generate_key_pair.js +52 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/key/generate_secret.js +41 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/key/import.js +61 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/asn1.js +179 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/base64.js +22 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/buffer_utils.js +44 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/content_encryption.js +134 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/crypto_key.js +28 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/deflate.js +52 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/helpers.js +42 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/invalid_key_input.js +26 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/is_key_like.js +17 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/jwe_algorithms.js +107 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/jwe_decrypt.js +243 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/jwe_encrypt.js +142 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/jwk_metadata.js +20 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/jwk_to_key.js +17 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/jws_algorithms.js +73 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/jws_sign.js +85 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/jws_verify.js +139 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/jwt_claims_set.js +232 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/key.js +147 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/key_algorithm.js +10 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/key_descriptor.js +7 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/key_management.js +262 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/key_options.js +6 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/options.js +74 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/signing.js +26 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/lib/type_checks.js +33 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/util/base64url.js +39 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/util/decode_jwt.js +32 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/util/decode_protected_header.js +24 -0
- package/mcp/azure-mcp-pr/node_modules/jose/dist/webapi/util/errors.js +99 -0
- package/mcp/azure-mcp-pr/node_modules/jose/package.json +198 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-traverse/.eslintrc.yml +27 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-traverse/.github/FUNDING.yml +2 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-traverse/.github/workflows/build.yml +28 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-traverse/.github/workflows/publish.yml +27 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-traverse/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-traverse/README.md +95 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-traverse/index.d.ts +40 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-traverse/index.js +93 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-traverse/package.json +43 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-traverse/spec/.eslintrc.yml +6 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-traverse/spec/fixtures/schema.js +125 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-traverse/spec/index.spec.js +171 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-typed/LICENSE.md +57 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-typed/README.md +108 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-typed/draft_07.d.ts +882 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-typed/draft_07.js +328 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-typed/draft_2019_09.d.ts +1247 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-typed/draft_2019_09.js +349 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-typed/draft_2020_12.d.ts +1239 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-typed/draft_2020_12.js +352 -0
- package/mcp/azure-mcp-pr/node_modules/json-schema-typed/package.json +44 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/.eslintrc +16 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/README.md +50 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/abs.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/floor.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/isFinite.js +12 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/isInteger.js +16 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/isNaN.js +6 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/max.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/max.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/min.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/min.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/mod.js +9 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/package.json +86 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/pow.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/round.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/round.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/sign.js +11 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/test/index.js +192 -0
- package/mcp/azure-mcp-pr/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/mcp/azure-mcp-pr/node_modules/media-typer/HISTORY.md +50 -0
- package/mcp/azure-mcp-pr/node_modules/media-typer/LICENSE +22 -0
- package/mcp/azure-mcp-pr/node_modules/media-typer/README.md +94 -0
- package/mcp/azure-mcp-pr/node_modules/media-typer/index.js +135 -0
- package/mcp/azure-mcp-pr/node_modules/media-typer/package.json +37 -0
- package/mcp/azure-mcp-pr/node_modules/merge-descriptors/index.d.ts +11 -0
- package/mcp/azure-mcp-pr/node_modules/merge-descriptors/index.js +26 -0
- package/mcp/azure-mcp-pr/node_modules/merge-descriptors/license +11 -0
- package/mcp/azure-mcp-pr/node_modules/merge-descriptors/package.json +50 -0
- package/mcp/azure-mcp-pr/node_modules/merge-descriptors/readme.md +55 -0
- package/mcp/azure-mcp-pr/node_modules/mime-db/HISTORY.md +541 -0
- package/mcp/azure-mcp-pr/node_modules/mime-db/LICENSE +23 -0
- package/mcp/azure-mcp-pr/node_modules/mime-db/README.md +109 -0
- package/mcp/azure-mcp-pr/node_modules/mime-db/db.json +9342 -0
- package/mcp/azure-mcp-pr/node_modules/mime-db/index.js +12 -0
- package/mcp/azure-mcp-pr/node_modules/mime-db/package.json +56 -0
- package/mcp/azure-mcp-pr/node_modules/mime-types/HISTORY.md +428 -0
- package/mcp/azure-mcp-pr/node_modules/mime-types/LICENSE +23 -0
- package/mcp/azure-mcp-pr/node_modules/mime-types/README.md +126 -0
- package/mcp/azure-mcp-pr/node_modules/mime-types/index.js +211 -0
- package/mcp/azure-mcp-pr/node_modules/mime-types/mimeScore.js +57 -0
- package/mcp/azure-mcp-pr/node_modules/mime-types/package.json +49 -0
- package/mcp/azure-mcp-pr/node_modules/ms/index.js +162 -0
- package/mcp/azure-mcp-pr/node_modules/ms/license.md +21 -0
- package/mcp/azure-mcp-pr/node_modules/ms/package.json +38 -0
- package/mcp/azure-mcp-pr/node_modules/ms/readme.md +59 -0
- package/mcp/azure-mcp-pr/node_modules/negotiator/LICENSE +24 -0
- package/mcp/azure-mcp-pr/node_modules/negotiator/README.md +212 -0
- package/mcp/azure-mcp-pr/node_modules/negotiator/index.js +83 -0
- package/mcp/azure-mcp-pr/node_modules/negotiator/lib/accept.js +54 -0
- package/mcp/azure-mcp-pr/node_modules/negotiator/lib/charset.js +145 -0
- package/mcp/azure-mcp-pr/node_modules/negotiator/lib/encoding.js +184 -0
- package/mcp/azure-mcp-pr/node_modules/negotiator/lib/language.js +158 -0
- package/mcp/azure-mcp-pr/node_modules/negotiator/lib/mediaType.js +176 -0
- package/mcp/azure-mcp-pr/node_modules/negotiator/node_modules/content-type/LICENSE +22 -0
- package/mcp/azure-mcp-pr/node_modules/negotiator/node_modules/content-type/README.md +71 -0
- package/mcp/azure-mcp-pr/node_modules/negotiator/node_modules/content-type/dist/index.d.ts +46 -0
- package/mcp/azure-mcp-pr/node_modules/negotiator/node_modules/content-type/dist/index.js +176 -0
- package/mcp/azure-mcp-pr/node_modules/negotiator/node_modules/content-type/dist/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/negotiator/node_modules/content-type/package.json +52 -0
- package/mcp/azure-mcp-pr/node_modules/negotiator/package.json +49 -0
- package/mcp/azure-mcp-pr/node_modules/object-assign/index.js +90 -0
- package/mcp/azure-mcp-pr/node_modules/object-assign/license +21 -0
- package/mcp/azure-mcp-pr/node_modules/object-assign/package.json +42 -0
- package/mcp/azure-mcp-pr/node_modules/object-assign/readme.md +61 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/.eslintrc +53 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/.github/FUNDING.yml +12 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/.nycrc +13 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/CHANGELOG.md +424 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/example/all.js +23 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/example/circular.js +6 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/example/fn.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/example/inspect.js +10 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/index.js +544 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/package-support.json +20 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/package.json +105 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/readme.markdown +84 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/test/bigint.js +58 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/test/browser/dom.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/test/circular.js +16 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/test/deep.js +12 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/test/element.js +53 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/test/err.js +48 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/test/fakes.js +29 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/test/fn.js +76 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/test/global.js +17 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/test/has.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/test/holes.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/test/indent-option.js +271 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/test/inspect.js +139 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/test/lowbyte.js +12 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/test/number.js +58 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/test/quoteStyle.js +26 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/test/toStringTag.js +40 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/test/undef.js +12 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/test/values.js +261 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/test-core-js.js +26 -0
- package/mcp/azure-mcp-pr/node_modules/object-inspect/util.inspect.js +1 -0
- package/mcp/azure-mcp-pr/node_modules/on-finished/HISTORY.md +98 -0
- package/mcp/azure-mcp-pr/node_modules/on-finished/LICENSE +23 -0
- package/mcp/azure-mcp-pr/node_modules/on-finished/README.md +162 -0
- package/mcp/azure-mcp-pr/node_modules/on-finished/index.js +234 -0
- package/mcp/azure-mcp-pr/node_modules/on-finished/package.json +39 -0
- package/mcp/azure-mcp-pr/node_modules/once/LICENSE +15 -0
- package/mcp/azure-mcp-pr/node_modules/once/README.md +79 -0
- package/mcp/azure-mcp-pr/node_modules/once/once.js +42 -0
- package/mcp/azure-mcp-pr/node_modules/once/package.json +33 -0
- package/mcp/azure-mcp-pr/node_modules/parseurl/HISTORY.md +58 -0
- package/mcp/azure-mcp-pr/node_modules/parseurl/LICENSE +24 -0
- package/mcp/azure-mcp-pr/node_modules/parseurl/README.md +133 -0
- package/mcp/azure-mcp-pr/node_modules/parseurl/index.js +158 -0
- package/mcp/azure-mcp-pr/node_modules/parseurl/package.json +40 -0
- package/mcp/azure-mcp-pr/node_modules/path-key/index.d.ts +40 -0
- package/mcp/azure-mcp-pr/node_modules/path-key/index.js +16 -0
- package/mcp/azure-mcp-pr/node_modules/path-key/license +9 -0
- package/mcp/azure-mcp-pr/node_modules/path-key/package.json +39 -0
- package/mcp/azure-mcp-pr/node_modules/path-key/readme.md +61 -0
- package/mcp/azure-mcp-pr/node_modules/path-to-regexp/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/path-to-regexp/Readme.md +224 -0
- package/mcp/azure-mcp-pr/node_modules/path-to-regexp/dist/index.d.ts +147 -0
- package/mcp/azure-mcp-pr/node_modules/path-to-regexp/dist/index.js +431 -0
- package/mcp/azure-mcp-pr/node_modules/path-to-regexp/dist/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/path-to-regexp/package.json +64 -0
- package/mcp/azure-mcp-pr/node_modules/pkce-challenge/CHANGELOG.md +114 -0
- package/mcp/azure-mcp-pr/node_modules/pkce-challenge/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/pkce-challenge/README.md +55 -0
- package/mcp/azure-mcp-pr/node_modules/pkce-challenge/dist/index.browser.d.ts +19 -0
- package/mcp/azure-mcp-pr/node_modules/pkce-challenge/dist/index.browser.js +75 -0
- package/mcp/azure-mcp-pr/node_modules/pkce-challenge/dist/index.node.cjs +83 -0
- package/mcp/azure-mcp-pr/node_modules/pkce-challenge/dist/index.node.d.cts +19 -0
- package/mcp/azure-mcp-pr/node_modules/pkce-challenge/dist/index.node.d.ts +19 -0
- package/mcp/azure-mcp-pr/node_modules/pkce-challenge/dist/index.node.js +78 -0
- package/mcp/azure-mcp-pr/node_modules/pkce-challenge/package.json +59 -0
- package/mcp/azure-mcp-pr/node_modules/proxy-addr/HISTORY.md +161 -0
- package/mcp/azure-mcp-pr/node_modules/proxy-addr/LICENSE +22 -0
- package/mcp/azure-mcp-pr/node_modules/proxy-addr/README.md +139 -0
- package/mcp/azure-mcp-pr/node_modules/proxy-addr/index.js +327 -0
- package/mcp/azure-mcp-pr/node_modules/proxy-addr/package.json +47 -0
- package/mcp/azure-mcp-pr/node_modules/qs/.editorconfig +46 -0
- package/mcp/azure-mcp-pr/node_modules/qs/.github/FUNDING.yml +12 -0
- package/mcp/azure-mcp-pr/node_modules/qs/.github/SECURITY.md +11 -0
- package/mcp/azure-mcp-pr/node_modules/qs/.github/THREAT_MODEL.md +78 -0
- package/mcp/azure-mcp-pr/node_modules/qs/.nycrc +13 -0
- package/mcp/azure-mcp-pr/node_modules/qs/CHANGELOG.md +848 -0
- package/mcp/azure-mcp-pr/node_modules/qs/LICENSE.md +29 -0
- package/mcp/azure-mcp-pr/node_modules/qs/README.md +776 -0
- package/mcp/azure-mcp-pr/node_modules/qs/dist/qs.js +141 -0
- package/mcp/azure-mcp-pr/node_modules/qs/eslint.config.mjs +57 -0
- package/mcp/azure-mcp-pr/node_modules/qs/lib/formats.js +23 -0
- package/mcp/azure-mcp-pr/node_modules/qs/lib/index.js +11 -0
- package/mcp/azure-mcp-pr/node_modules/qs/lib/parse.js +413 -0
- package/mcp/azure-mcp-pr/node_modules/qs/lib/stringify.js +378 -0
- package/mcp/azure-mcp-pr/node_modules/qs/lib/utils.js +388 -0
- package/mcp/azure-mcp-pr/node_modules/qs/package.json +95 -0
- package/mcp/azure-mcp-pr/node_modules/qs/test/empty-keys-cases.js +267 -0
- package/mcp/azure-mcp-pr/node_modules/qs/test/parse.js +2122 -0
- package/mcp/azure-mcp-pr/node_modules/qs/test/stringify.js +1765 -0
- package/mcp/azure-mcp-pr/node_modules/qs/test/utils.js +638 -0
- package/mcp/azure-mcp-pr/node_modules/range-parser/HISTORY.md +56 -0
- package/mcp/azure-mcp-pr/node_modules/range-parser/LICENSE +23 -0
- package/mcp/azure-mcp-pr/node_modules/range-parser/README.md +85 -0
- package/mcp/azure-mcp-pr/node_modules/range-parser/index.js +181 -0
- package/mcp/azure-mcp-pr/node_modules/range-parser/package.json +48 -0
- package/mcp/azure-mcp-pr/node_modules/raw-body/LICENSE +22 -0
- package/mcp/azure-mcp-pr/node_modules/raw-body/README.md +223 -0
- package/mcp/azure-mcp-pr/node_modules/raw-body/index.d.ts +85 -0
- package/mcp/azure-mcp-pr/node_modules/raw-body/index.js +336 -0
- package/mcp/azure-mcp-pr/node_modules/raw-body/package.json +46 -0
- package/mcp/azure-mcp-pr/node_modules/require-from-string/index.js +34 -0
- package/mcp/azure-mcp-pr/node_modules/require-from-string/license +21 -0
- package/mcp/azure-mcp-pr/node_modules/require-from-string/package.json +28 -0
- package/mcp/azure-mcp-pr/node_modules/require-from-string/readme.md +56 -0
- package/mcp/azure-mcp-pr/node_modules/router/HISTORY.md +228 -0
- package/mcp/azure-mcp-pr/node_modules/router/LICENSE +23 -0
- package/mcp/azure-mcp-pr/node_modules/router/README.md +416 -0
- package/mcp/azure-mcp-pr/node_modules/router/index.js +748 -0
- package/mcp/azure-mcp-pr/node_modules/router/lib/layer.js +247 -0
- package/mcp/azure-mcp-pr/node_modules/router/lib/route.js +242 -0
- package/mcp/azure-mcp-pr/node_modules/router/package.json +44 -0
- package/mcp/azure-mcp-pr/node_modules/safer-buffer/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/safer-buffer/Porting-Buffer.md +268 -0
- package/mcp/azure-mcp-pr/node_modules/safer-buffer/Readme.md +156 -0
- package/mcp/azure-mcp-pr/node_modules/safer-buffer/dangerous.js +58 -0
- package/mcp/azure-mcp-pr/node_modules/safer-buffer/package.json +34 -0
- package/mcp/azure-mcp-pr/node_modules/safer-buffer/safer.js +77 -0
- package/mcp/azure-mcp-pr/node_modules/safer-buffer/tests.js +406 -0
- package/mcp/azure-mcp-pr/node_modules/send/LICENSE +23 -0
- package/mcp/azure-mcp-pr/node_modules/send/README.md +317 -0
- package/mcp/azure-mcp-pr/node_modules/send/index.js +997 -0
- package/mcp/azure-mcp-pr/node_modules/send/package.json +63 -0
- package/mcp/azure-mcp-pr/node_modules/serve-static/LICENSE +25 -0
- package/mcp/azure-mcp-pr/node_modules/serve-static/README.md +253 -0
- package/mcp/azure-mcp-pr/node_modules/serve-static/index.js +208 -0
- package/mcp/azure-mcp-pr/node_modules/serve-static/package.json +44 -0
- package/mcp/azure-mcp-pr/node_modules/setprototypeof/LICENSE +13 -0
- package/mcp/azure-mcp-pr/node_modules/setprototypeof/README.md +31 -0
- package/mcp/azure-mcp-pr/node_modules/setprototypeof/index.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/setprototypeof/index.js +17 -0
- package/mcp/azure-mcp-pr/node_modules/setprototypeof/package.json +38 -0
- package/mcp/azure-mcp-pr/node_modules/setprototypeof/test/index.js +24 -0
- package/mcp/azure-mcp-pr/node_modules/shebang-command/index.js +19 -0
- package/mcp/azure-mcp-pr/node_modules/shebang-command/license +9 -0
- package/mcp/azure-mcp-pr/node_modules/shebang-command/package.json +34 -0
- package/mcp/azure-mcp-pr/node_modules/shebang-command/readme.md +34 -0
- package/mcp/azure-mcp-pr/node_modules/shebang-regex/index.d.ts +22 -0
- package/mcp/azure-mcp-pr/node_modules/shebang-regex/index.js +2 -0
- package/mcp/azure-mcp-pr/node_modules/shebang-regex/license +9 -0
- package/mcp/azure-mcp-pr/node_modules/shebang-regex/package.json +35 -0
- package/mcp/azure-mcp-pr/node_modules/shebang-regex/readme.md +33 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel/.editorconfig +9 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel/.eslintrc +12 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel/.github/FUNDING.yml +12 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel/.nycrc +13 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel/CHANGELOG.md +120 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel/README.md +61 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel/index.d.ts +14 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel/index.js +46 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel/package.json +85 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel/test/index.js +120 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel/tsconfig.json +9 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-list/.editorconfig +9 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-list/.eslintrc +11 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-list/.nycrc +13 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-list/CHANGELOG.md +36 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-list/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-list/README.md +62 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-list/index.d.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-list/index.js +111 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-list/list.d.ts +14 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-list/package.json +77 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-list/test/index.js +154 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-list/tsconfig.json +9 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-map/.editorconfig +9 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-map/.eslintrc +11 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-map/.nycrc +13 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-map/CHANGELOG.md +22 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-map/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-map/README.md +62 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-map/index.d.ts +15 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-map/index.js +68 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-map/package.json +80 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-map/test/index.js +114 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-map/tsconfig.json +9 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-weakmap/.editorconfig +9 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-weakmap/.eslintrc +12 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-weakmap/.nycrc +13 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-weakmap/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-weakmap/README.md +62 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-weakmap/index.d.ts +15 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-weakmap/index.js +84 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-weakmap/package.json +87 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-weakmap/test/index.js +114 -0
- package/mcp/azure-mcp-pr/node_modules/side-channel-weakmap/tsconfig.json +9 -0
- package/mcp/azure-mcp-pr/node_modules/statuses/HISTORY.md +87 -0
- package/mcp/azure-mcp-pr/node_modules/statuses/LICENSE +23 -0
- package/mcp/azure-mcp-pr/node_modules/statuses/README.md +139 -0
- package/mcp/azure-mcp-pr/node_modules/statuses/codes.json +65 -0
- package/mcp/azure-mcp-pr/node_modules/statuses/index.js +146 -0
- package/mcp/azure-mcp-pr/node_modules/statuses/package.json +49 -0
- package/mcp/azure-mcp-pr/node_modules/toidentifier/HISTORY.md +9 -0
- package/mcp/azure-mcp-pr/node_modules/toidentifier/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/toidentifier/README.md +61 -0
- package/mcp/azure-mcp-pr/node_modules/toidentifier/index.js +32 -0
- package/mcp/azure-mcp-pr/node_modules/toidentifier/package.json +38 -0
- package/mcp/azure-mcp-pr/node_modules/type-is/HISTORY.md +292 -0
- package/mcp/azure-mcp-pr/node_modules/type-is/LICENSE +23 -0
- package/mcp/azure-mcp-pr/node_modules/type-is/README.md +198 -0
- package/mcp/azure-mcp-pr/node_modules/type-is/index.js +240 -0
- package/mcp/azure-mcp-pr/node_modules/type-is/node_modules/content-type/LICENSE +22 -0
- package/mcp/azure-mcp-pr/node_modules/type-is/node_modules/content-type/README.md +71 -0
- package/mcp/azure-mcp-pr/node_modules/type-is/node_modules/content-type/dist/index.d.ts +46 -0
- package/mcp/azure-mcp-pr/node_modules/type-is/node_modules/content-type/dist/index.js +176 -0
- package/mcp/azure-mcp-pr/node_modules/type-is/node_modules/content-type/dist/index.js.map +1 -0
- package/mcp/azure-mcp-pr/node_modules/type-is/node_modules/content-type/package.json +52 -0
- package/mcp/azure-mcp-pr/node_modules/type-is/package.json +51 -0
- package/mcp/azure-mcp-pr/node_modules/unpipe/HISTORY.md +4 -0
- package/mcp/azure-mcp-pr/node_modules/unpipe/LICENSE +22 -0
- package/mcp/azure-mcp-pr/node_modules/unpipe/README.md +43 -0
- package/mcp/azure-mcp-pr/node_modules/unpipe/index.js +69 -0
- package/mcp/azure-mcp-pr/node_modules/unpipe/package.json +27 -0
- package/mcp/azure-mcp-pr/node_modules/vary/HISTORY.md +39 -0
- package/mcp/azure-mcp-pr/node_modules/vary/LICENSE +22 -0
- package/mcp/azure-mcp-pr/node_modules/vary/README.md +101 -0
- package/mcp/azure-mcp-pr/node_modules/vary/index.js +149 -0
- package/mcp/azure-mcp-pr/node_modules/vary/package.json +43 -0
- package/mcp/azure-mcp-pr/node_modules/which/CHANGELOG.md +166 -0
- package/mcp/azure-mcp-pr/node_modules/which/LICENSE +15 -0
- package/mcp/azure-mcp-pr/node_modules/which/README.md +54 -0
- package/mcp/azure-mcp-pr/node_modules/which/bin/node-which +52 -0
- package/mcp/azure-mcp-pr/node_modules/which/package.json +43 -0
- package/mcp/azure-mcp-pr/node_modules/which/which.js +125 -0
- package/mcp/azure-mcp-pr/node_modules/wrappy/LICENSE +15 -0
- package/mcp/azure-mcp-pr/node_modules/wrappy/README.md +36 -0
- package/mcp/azure-mcp-pr/node_modules/wrappy/package.json +29 -0
- package/mcp/azure-mcp-pr/node_modules/wrappy/wrappy.js +33 -0
- package/mcp/azure-mcp-pr/node_modules/zod/LICENSE +21 -0
- package/mcp/azure-mcp-pr/node_modules/zod/README.md +191 -0
- package/mcp/azure-mcp-pr/node_modules/zod/index.cjs +33 -0
- package/mcp/azure-mcp-pr/node_modules/zod/index.d.cts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/index.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/index.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/locales/index.cjs +17 -0
- package/mcp/azure-mcp-pr/node_modules/zod/locales/index.d.cts +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod/locales/index.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod/locales/index.js +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod/locales/package.json +7 -0
- package/mcp/azure-mcp-pr/node_modules/zod/mini/index.cjs +32 -0
- package/mcp/azure-mcp-pr/node_modules/zod/mini/index.d.cts +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod/mini/index.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod/mini/index.js +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod/mini/package.json +7 -0
- package/mcp/azure-mcp-pr/node_modules/zod/package.json +135 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/index.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/locales/index.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/mini/index.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/ZodError.ts +330 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/benchmarks/datetime.ts +58 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +80 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/benchmarks/index.ts +59 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/benchmarks/ipv4.ts +57 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/benchmarks/object.ts +69 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/benchmarks/primitives.ts +162 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/benchmarks/realworld.ts +63 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/benchmarks/string.ts +55 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/benchmarks/union.ts +80 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/errors.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/external.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/helpers/enumUtil.ts +17 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/helpers/errorUtil.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/helpers/parseUtil.ts +176 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/helpers/partialUtil.ts +34 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/helpers/typeAliases.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/helpers/util.ts +224 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/index.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/locales/en.ts +124 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/standard-schema.ts +113 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/Mocker.ts +54 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/all-errors.test.ts +157 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/anyunknown.test.ts +28 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/array.test.ts +71 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/async-parsing.test.ts +388 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/async-refinements.test.ts +46 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/base.test.ts +29 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/bigint.test.ts +55 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/branded.test.ts +53 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/catch.test.ts +220 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/coerce.test.ts +133 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/complex.test.ts +70 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/custom.test.ts +31 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/date.test.ts +32 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/deepmasking.test.ts +186 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/default.test.ts +112 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/description.test.ts +33 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +315 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/enum.test.ts +80 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/error.test.ts +551 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/firstparty.test.ts +87 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +21 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/function.test.ts +261 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/generics.test.ts +48 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/instanceof.test.ts +37 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/intersection.test.ts +110 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/language-server.source.ts +76 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/language-server.test.ts +207 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/literal.test.ts +36 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/map.test.ts +110 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/masking.test.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/mocker.test.ts +19 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/nan.test.ts +24 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/nativeEnum.test.ts +87 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/nullable.test.ts +42 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/number.test.ts +176 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/object-augmentation.test.ts +29 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +29 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/object.test.ts +434 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/optional.test.ts +42 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/parseUtil.test.ts +23 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/parser.test.ts +41 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/partials.test.ts +243 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/pickomit.test.ts +111 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/pipeline.test.ts +29 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/preprocess.test.ts +186 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/primitive.test.ts +440 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/promise.test.ts +90 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/readonly.test.ts +194 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/record.test.ts +171 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/recursive.test.ts +197 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/refine.test.ts +313 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/safeparse.test.ts +27 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/set.test.ts +142 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/standard-schema.test.ts +83 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/string.test.ts +916 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/transformer.test.ts +233 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/tuple.test.ts +90 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/unions.test.ts +57 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/validations.test.ts +133 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/tests/void.test.ts +15 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v3/types.ts +5138 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/checks.ts +32 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/coerce.ts +27 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/compat.ts +70 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/errors.ts +82 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/external.ts +52 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/from-json-schema.ts +659 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/index.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/iso.ts +90 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/parse.ts +82 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/schemas.ts +2672 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +26 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/apply.test.ts +59 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/array.test.ts +264 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/assignability.test.ts +216 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +381 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +68 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/base.test.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/bigint.test.ts +54 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/brand.test.ts +106 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/catch.test.ts +326 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +20 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +573 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/codec.test.ts +703 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/coerce.test.ts +160 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/continuability.test.ts +374 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/custom.test.ts +40 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/date.test.ts +62 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/datetime.test.ts +302 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/default.test.ts +409 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +27 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/description.test.ts +32 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/detached-methods.test.ts +197 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +694 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/enum.test.ts +285 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +807 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/error.test.ts +711 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/file.test.ts +96 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +179 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +26 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +895 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/function.test.ts +360 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/generics.test.ts +72 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/global-config.test.ts +39 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/hash.test.ts +68 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/index.test.ts +939 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +60 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/intersection.test.ts +198 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/jitless-allows-eval.test.ts +46 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/json.test.ts +109 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/lazy.test.ts +227 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/literal.test.ts +117 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/locales_ka.test.ts +29 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/locales_ro.test.ts +24 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/map.test.ts +330 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/nan.test.ts +21 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +168 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +101 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/nullable.test.ts +22 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/number.test.ts +325 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/object.test.ts +717 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/optional.test.ts +333 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/partial.test.ts +450 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +211 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/pipe.test.ts +101 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/prefault.test.ts +74 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/preprocess-types.test.ts +26 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +351 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/primitive.test.ts +175 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/promise.test.ts +81 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +23 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/readonly.test.ts +252 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/record.test.ts +717 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +631 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/refine.test.ts +633 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/registries.test.ts +243 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/set.test.ts +181 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +134 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +125 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/string.test.ts +1224 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +106 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +771 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +438 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +3125 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/transform.test.ts +378 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/tuple.test.ts +496 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/union.test.ts +273 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/url.test.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/validations.test.ts +283 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/classic/tests/void.test.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/api.ts +1823 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/checks.ts +1293 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/config.ts +15 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/core.ts +153 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/doc.ts +44 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/errors.ts +455 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/index.ts +16 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/json-schema-generator.ts +126 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/json-schema-processors.ts +666 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/json-schema.ts +147 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/parse.ts +195 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/regexes.ts +190 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/registries.ts +105 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/schemas.ts +4730 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/standard-schema.ts +159 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/tests/extend.test.ts +59 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/tests/index.test.ts +46 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/tests/locales/be.test.ts +124 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/tests/locales/el.test.ts +215 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/tests/locales/en.test.ts +22 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/tests/locales/es.test.ts +181 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/tests/locales/fr.test.ts +72 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/tests/locales/he.test.ts +379 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/tests/locales/hr.test.ts +163 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +46 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +128 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +69 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +105 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +125 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +45 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/to-json-schema.ts +622 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/util.ts +983 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/versions.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/core/zsf.ts +323 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/index.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/ar.ts +115 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/az.ts +111 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/be.ts +176 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/bg.ts +128 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/ca.ts +116 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/cs.ts +118 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/da.ts +123 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/de.ts +116 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/el.ts +121 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/en.ts +123 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/eo.ts +118 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/es.ts +141 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/fa.ts +126 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/fi.ts +121 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/fr-CA.ts +116 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/fr.ts +132 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/he.ts +246 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/hr.ts +131 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/hu.ts +117 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/hy.ts +164 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/id.ts +115 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/index.ts +52 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/is.ts +119 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/it.ts +116 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/ja.ts +114 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/ka.ts +123 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/kh.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/km.ts +119 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/ko.ts +121 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/lt.ts +239 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/mk.ts +118 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/ms.ts +115 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/nl.ts +121 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/no.ts +116 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/ota.ts +117 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/pl.ts +118 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/ps.ts +126 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/pt.ts +116 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/ro.ts +129 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/ru.ts +176 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/sl.ts +118 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/sv.ts +119 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/ta.ts +118 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/th.ts +119 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/tr.ts +111 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/ua.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/uk.ts +117 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/ur.ts +119 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/uz.ts +117 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/vi.ts +117 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/yo.ts +124 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/zh-CN.ts +116 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/locales/zh-TW.ts +115 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/checks.ts +32 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/coerce.ts +27 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/external.ts +41 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/index.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/iso.ts +66 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/parse.ts +14 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/schemas.ts +1947 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/tests/apply.test.ts +24 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/tests/assignability.test.ts +129 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/tests/brand.test.ts +94 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/tests/checks.test.ts +144 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/tests/codec.test.ts +548 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/tests/computed.test.ts +36 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/tests/error.test.ts +22 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/tests/functions.test.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/tests/index.test.ts +993 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/tests/number.test.ts +95 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/tests/object.test.ts +227 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +43 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +325 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +50 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4/mini/tests/string.test.ts +352 -0
- package/mcp/azure-mcp-pr/node_modules/zod/src/v4-mini/index.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/ZodError.cjs +138 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/ZodError.d.cts +164 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/ZodError.d.ts +164 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/ZodError.js +133 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/errors.cjs +17 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/errors.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/errors.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/errors.js +9 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/external.cjs +22 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/external.d.cts +6 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/external.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/external.js +6 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/enumUtil.cjs +2 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/enumUtil.d.cts +8 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/enumUtil.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/enumUtil.js +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/errorUtil.cjs +9 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/errorUtil.d.cts +9 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/errorUtil.d.ts +9 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/errorUtil.js +6 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/parseUtil.cjs +124 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/parseUtil.d.cts +78 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/parseUtil.d.ts +78 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/parseUtil.js +109 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/partialUtil.cjs +2 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/partialUtil.d.cts +8 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/partialUtil.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/partialUtil.js +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/typeAliases.cjs +2 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/typeAliases.d.cts +2 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/typeAliases.d.ts +2 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/typeAliases.js +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/util.cjs +137 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/util.d.cts +85 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/util.d.ts +85 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/helpers/util.js +133 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/index.cjs +33 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/index.d.cts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/index.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/index.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/locales/en.cjs +112 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/locales/en.d.cts +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/locales/en.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/locales/en.js +109 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/package.json +7 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/standard-schema.cjs +2 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/standard-schema.d.cts +102 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/standard-schema.d.ts +102 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/standard-schema.js +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/types.cjs +3777 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/types.d.cts +1034 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/types.d.ts +1034 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v3/types.js +3695 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/checks.cjs +33 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/checks.d.cts +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/checks.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/checks.js +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/coerce.cjs +47 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/coerce.d.cts +17 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/coerce.d.ts +17 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/coerce.js +17 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/compat.cjs +61 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/compat.d.cts +50 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/compat.d.ts +50 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/compat.js +31 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/errors.cjs +74 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/errors.d.cts +30 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/errors.d.ts +30 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/errors.js +48 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/external.cjs +73 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/external.d.cts +16 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/external.d.ts +16 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/external.js +20 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/from-json-schema.cjs +625 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/from-json-schema.d.cts +12 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/from-json-schema.d.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/from-json-schema.js +599 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/index.cjs +33 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/index.d.cts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/index.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/index.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/iso.cjs +60 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/iso.d.cts +22 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/iso.d.ts +22 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/iso.js +30 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/package.json +7 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/parse.cjs +41 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/parse.d.cts +31 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/parse.d.ts +31 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/parse.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/schemas.cjs +1511 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/schemas.d.cts +767 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/schemas.d.ts +767 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/classic/schemas.js +1395 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/api.cjs +1227 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/api.d.cts +325 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/api.d.ts +325 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/api.js +1087 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/checks.cjs +601 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/checks.d.cts +278 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/checks.d.ts +278 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/checks.js +575 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/core.cjs +85 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/core.d.cts +70 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/core.d.ts +70 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/core.js +78 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/doc.cjs +39 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/doc.d.cts +14 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/doc.d.ts +14 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/doc.js +35 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/errors.cjs +216 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/errors.d.cts +221 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/errors.d.ts +221 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/errors.js +185 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/index.cjs +47 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/index.d.cts +16 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/index.d.ts +16 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/index.js +16 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/json-schema-generator.cjs +99 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/json-schema-generator.d.cts +65 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/json-schema-generator.d.ts +65 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/json-schema-generator.js +95 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/json-schema-processors.cjs +644 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/json-schema-processors.d.cts +49 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/json-schema-processors.d.ts +49 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/json-schema-processors.js +601 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/json-schema.cjs +2 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/json-schema.d.cts +88 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/json-schema.d.ts +88 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/json-schema.js +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/package.json +7 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/parse.cjs +131 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/parse.d.cts +49 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/parse.d.ts +49 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/parse.js +93 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/regexes.cjs +172 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/regexes.d.cts +85 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/regexes.d.ts +85 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/regexes.js +139 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/registries.cjs +56 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/registries.d.cts +35 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/registries.d.ts +35 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/registries.js +51 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/schemas.cjs +2270 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/schemas.d.cts +1184 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/schemas.d.ts +1184 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/schemas.js +2239 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/standard-schema.cjs +2 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/standard-schema.d.cts +126 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/standard-schema.d.ts +126 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/standard-schema.js +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/to-json-schema.cjs +457 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/to-json-schema.d.cts +114 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/to-json-schema.d.ts +114 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/to-json-schema.js +448 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/util.cjs +734 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/util.d.cts +200 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/util.d.ts +200 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/util.js +674 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/versions.cjs +8 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/versions.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/versions.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/core/versions.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/index.cjs +22 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/index.d.cts +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/index.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/index.js +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ar.cjs +133 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ar.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ar.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ar.js +106 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/az.cjs +132 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/az.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/az.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/az.js +105 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/be.cjs +183 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/be.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/be.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/be.js +156 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/bg.cjs +147 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/bg.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/bg.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/bg.js +120 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ca.cjs +134 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ca.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ca.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ca.js +107 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/cs.cjs +138 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/cs.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/cs.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/cs.js +111 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/da.cjs +142 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/da.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/da.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/da.js +115 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/de.cjs +135 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/de.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/de.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/de.js +108 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/el.cjs +136 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/el.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/el.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/el.js +109 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/en.cjs +140 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/en.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/en.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/en.js +113 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/eo.cjs +136 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/eo.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/eo.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/eo.js +109 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/es.cjs +159 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/es.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/es.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/es.js +132 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/fa.cjs +141 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/fa.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/fa.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/fa.js +114 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/fi.cjs +139 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/fi.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/fi.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/fi.js +112 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/fr-CA.cjs +134 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/fr-CA.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/fr-CA.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/fr-CA.js +107 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/fr.cjs +152 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/fr.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/fr.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/fr.js +125 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/he.cjs +241 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/he.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/he.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/he.js +214 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/hr.cjs +149 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/hr.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/hr.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/hr.js +122 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/hu.cjs +135 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/hu.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/hu.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/hu.js +108 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/hy.cjs +174 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/hy.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/hy.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/hy.js +147 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/id.cjs +133 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/id.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/id.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/id.js +106 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/index.cjs +111 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/index.d.cts +52 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/index.d.ts +52 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/index.js +52 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/is.cjs +136 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/is.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/is.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/is.js +109 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/it.cjs +135 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/it.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/it.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/it.js +108 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ja.cjs +134 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ja.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ja.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ja.js +107 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ka.cjs +139 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ka.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ka.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ka.js +112 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/kh.cjs +12 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/kh.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/kh.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/kh.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/km.cjs +137 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/km.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/km.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/km.js +110 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ko.cjs +138 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ko.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ko.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ko.js +111 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/lt.cjs +230 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/lt.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/lt.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/lt.js +203 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/mk.cjs +136 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/mk.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/mk.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/mk.js +109 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ms.cjs +134 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ms.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ms.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ms.js +107 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/nl.cjs +137 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/nl.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/nl.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/nl.js +110 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/no.cjs +135 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/no.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/no.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/no.js +108 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ota.cjs +136 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ota.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ota.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ota.js +109 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/package.json +7 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/pl.cjs +136 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/pl.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/pl.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/pl.js +109 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ps.cjs +141 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ps.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ps.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ps.js +114 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/pt.cjs +135 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/pt.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/pt.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/pt.js +108 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ro.cjs +146 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ro.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ro.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ro.js +119 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ru.cjs +183 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ru.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ru.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ru.js +156 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/sl.cjs +136 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/sl.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/sl.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/sl.js +109 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/sv.cjs +137 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/sv.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/sv.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/sv.js +110 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ta.cjs +137 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ta.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ta.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ta.js +110 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/th.cjs +137 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/th.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/th.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/th.js +110 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/tr.cjs +132 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/tr.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/tr.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/tr.js +105 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ua.cjs +12 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ua.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ua.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ua.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/uk.cjs +135 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/uk.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/uk.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/uk.js +108 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ur.cjs +137 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ur.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ur.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/ur.js +110 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/uz.cjs +137 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/uz.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/uz.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/uz.js +110 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/vi.cjs +135 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/vi.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/vi.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/vi.js +108 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/yo.cjs +134 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/yo.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/yo.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/yo.js +107 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/zh-CN.cjs +136 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/zh-CN.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/zh-CN.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/zh-CN.js +109 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/zh-TW.cjs +134 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/zh-TW.d.cts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/zh-TW.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/locales/zh-TW.js +107 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/checks.cjs +34 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/checks.d.cts +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/checks.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/checks.js +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/coerce.cjs +52 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/coerce.d.cts +7 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/coerce.d.ts +7 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/coerce.js +22 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/external.cjs +63 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/external.d.cts +13 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/external.d.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/external.js +14 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/index.cjs +32 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/index.d.cts +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/index.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/index.js +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/iso.cjs +64 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/iso.d.cts +22 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/iso.d.ts +22 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/iso.js +34 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/package.json +7 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/parse.cjs +16 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/parse.d.cts +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/parse.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/parse.js +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/schemas.cjs +1083 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/schemas.d.cts +445 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/schemas.d.ts +445 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/mini/schemas.js +961 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4/package.json +7 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4-mini/index.cjs +32 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4-mini/index.d.cts +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4-mini/index.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4-mini/index.js +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod/v4-mini/package.json +7 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/.github/CR_logotype-full-color.png +0 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/.github/FUNDING.yml +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/.prettierrc.json +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/LICENSE +15 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/README.md +390 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/changelog.md +83 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/contributing.md +9 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/createIndex.ts +32 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/Options.js +51 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/Refs.js +26 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/errorMessages.js +19 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/getRelativePath.js +12 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/index.js +56 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/package.json +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parseDef.js +66 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parseTypes.js +2 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/any.js +21 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/array.js +30 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/bigint.js +53 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/boolean.js +9 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/branded.js +8 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/catch.js +8 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/date.js +50 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/default.js +11 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/effects.js +11 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/enum.js +10 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/intersection.js +56 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/literal.js +25 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/map.js +30 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/nativeEnum.js +20 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/never.js +15 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/null.js +14 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/nullable.js +37 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/number.js +56 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/object.js +76 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/optional.js +25 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/pipeline.js +24 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/promise.js +8 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/readonly.js +8 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/record.js +65 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/set.js +24 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/string.js +356 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/tuple.js +36 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/undefined.js +10 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/union.js +84 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/parsers/unknown.js +8 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/selectParser.js +109 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/cjs/zodToJsonSchema.js +90 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/Options.js +46 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/Refs.js +22 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/errorMessages.js +14 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/getRelativePath.js +8 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/index.js +40 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/package.json +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parseDef.js +62 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parseTypes.js +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/any.js +17 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/array.js +26 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js +49 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/boolean.js +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/date.js +46 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/default.js +7 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js +7 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/enum.js +6 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js +52 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/literal.js +21 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/map.js +26 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/nativeEnum.js +16 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/never.js +11 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/null.js +10 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js +33 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/number.js +52 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/object.js +72 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js +21 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js +20 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/record.js +61 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/set.js +20 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/string.js +352 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js +32 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js +6 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/union.js +80 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/selectParser.js +105 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js +87 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/Options.d.ts +37 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/Refs.d.ts +17 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/errorMessages.d.ts +15 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/getRelativePath.d.ts +1 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/index.d.ts +40 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parseDef.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parseTypes.d.ts +34 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/any.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/array.d.ts +12 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/bigint.d.ts +14 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/boolean.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/branded.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/catch.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/date.d.ts +15 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/default.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/effects.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/enum.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/intersection.d.ts +8 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/literal.d.ts +9 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/map.d.ts +15 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/nativeEnum.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/never.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/null.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/nullable.d.ts +10 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/number.d.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/object.d.ts +10 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/optional.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/pipeline.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/promise.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/readonly.d.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/record.d.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/set.d.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/string.d.ts +73 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/tuple.d.ts +13 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/undefined.d.ts +6 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/union.d.ts +23 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/parsers/unknown.d.ts +4 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/selectParser.d.ts +5 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/dist/types/zodToJsonSchema.d.ts +10 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/package.json +85 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/postcjs.ts +3 -0
- package/mcp/azure-mcp-pr/node_modules/zod-to-json-schema/postesm.ts +3 -0
- package/mcp/azure-mcp-pr/package-lock.json +1837 -0
- package/mcp/azure-mcp-pr/package.json +25 -0
- package/mcp/rag-mcp-bridge/README.md +38 -1
- package/mcp/rag-mcp-bridge/codex-system-prompt.md +1 -1
- package/mcp/rag-mcp-bridge/documents.js +236 -0
- package/mcp/rag-mcp-bridge/index.js +12 -58
- package/mcp/rag-mcp-bridge/index.test.js +248 -21
- package/mcp/rag-mcp-bridge/package.json +2 -1
- package/package.json +6 -2
- package/skills/common/azure-pull-request/SKILL.md +240 -0
- package/skills/common/azure-pull-request/agents/openai.yaml +4 -0
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "diff",
|
|
3
|
+
"version": "9.0.0",
|
|
4
|
+
"description": "A JavaScript text diff implementation.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"diff",
|
|
7
|
+
"jsdiff",
|
|
8
|
+
"compare",
|
|
9
|
+
"patch",
|
|
10
|
+
"text",
|
|
11
|
+
"json",
|
|
12
|
+
"css",
|
|
13
|
+
"javascript"
|
|
14
|
+
],
|
|
15
|
+
"maintainers": [
|
|
16
|
+
"Kevin Decker <kpdecker@gmail.com> (http://incaseofstairs.com)",
|
|
17
|
+
"Mark Amery <markrobertamery+jsdiff@gmail.com>"
|
|
18
|
+
],
|
|
19
|
+
"bugs": {
|
|
20
|
+
"email": "kpdecker@gmail.com",
|
|
21
|
+
"url": "http://github.com/kpdecker/jsdiff/issues"
|
|
22
|
+
},
|
|
23
|
+
"license": "BSD-3-Clause",
|
|
24
|
+
"repository": {
|
|
25
|
+
"type": "git",
|
|
26
|
+
"url": "https://github.com/kpdecker/jsdiff.git"
|
|
27
|
+
},
|
|
28
|
+
"engines": {
|
|
29
|
+
"node": ">=0.3.1"
|
|
30
|
+
},
|
|
31
|
+
"main": "./libcjs/index.js",
|
|
32
|
+
"module": "./libesm/index.js",
|
|
33
|
+
"browser": "./dist/diff.js",
|
|
34
|
+
"unpkg": "./dist/diff.js",
|
|
35
|
+
"exports": {
|
|
36
|
+
".": {
|
|
37
|
+
"import": {
|
|
38
|
+
"types": "./libesm/index.d.ts",
|
|
39
|
+
"default": "./libesm/index.js"
|
|
40
|
+
},
|
|
41
|
+
"require": {
|
|
42
|
+
"types": "./libcjs/index.d.ts",
|
|
43
|
+
"default": "./libcjs/index.js"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"./package.json": "./package.json",
|
|
47
|
+
"./lib/*.js": {
|
|
48
|
+
"import": {
|
|
49
|
+
"types": "./libesm/*.d.ts",
|
|
50
|
+
"default": "./libesm/*.js"
|
|
51
|
+
},
|
|
52
|
+
"require": {
|
|
53
|
+
"types": "./libcjs/*.d.ts",
|
|
54
|
+
"default": "./libcjs/*.js"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"./lib/": {
|
|
58
|
+
"import": {
|
|
59
|
+
"types": "./libesm/",
|
|
60
|
+
"default": "./libesm/"
|
|
61
|
+
},
|
|
62
|
+
"require": {
|
|
63
|
+
"types": "./libcjs/",
|
|
64
|
+
"default": "./libcjs/"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"type": "module",
|
|
69
|
+
"types": "libcjs/index.d.ts",
|
|
70
|
+
"scripts": {
|
|
71
|
+
"clean": "rm -rf libcjs/ libesm/ dist/ coverage/ .nyc_output/",
|
|
72
|
+
"lint": "yarn eslint",
|
|
73
|
+
"build": "yarn lint && yarn generate-esm && yarn generate-cjs && yarn check-types && yarn run-rollup && yarn run-uglify",
|
|
74
|
+
"generate-cjs": "yarn tsc --module commonjs --outDir libcjs && node --eval \"fs.writeFileSync('libcjs/package.json', JSON.stringify({type:'commonjs',sideEffects:false}))\"",
|
|
75
|
+
"generate-esm": "yarn tsc --module nodenext --outDir libesm --target es6 && node --eval \"fs.writeFileSync('libesm/package.json', JSON.stringify({type:'module',sideEffects:false}))\"",
|
|
76
|
+
"check-types": "yarn run-tsd && yarn run-attw",
|
|
77
|
+
"test": "nyc yarn _test",
|
|
78
|
+
"_test": "yarn build && cross-env NODE_ENV=test yarn run-mocha",
|
|
79
|
+
"run-attw": "yarn attw --pack --entrypoints . && yarn attw --pack --entrypoints lib/diff/word.js --profile node16",
|
|
80
|
+
"run-tsd": "yarn tsd --typings libesm/ && yarn tsd --files test-d/",
|
|
81
|
+
"run-rollup": "rollup -c rollup.config.mjs",
|
|
82
|
+
"run-uglify": "uglifyjs dist/diff.js -c -o dist/diff.min.js",
|
|
83
|
+
"run-mocha": "mocha --require ./runtime 'test/**/*.js'"
|
|
84
|
+
},
|
|
85
|
+
"devDependencies": {
|
|
86
|
+
"@arethetypeswrong/cli": "^0.18.2",
|
|
87
|
+
"@babel/core": "^7.29.0",
|
|
88
|
+
"@babel/preset-env": "^7.29.2",
|
|
89
|
+
"@babel/register": "^7.28.6",
|
|
90
|
+
"@colors/colors": "^1.6.0",
|
|
91
|
+
"@eslint/js": "^10.0.1",
|
|
92
|
+
"babel-loader": "^10.1.1",
|
|
93
|
+
"babel-plugin-istanbul": "8.0.0",
|
|
94
|
+
"chai": "^6.2.2",
|
|
95
|
+
"cross-env": "^10.1.0",
|
|
96
|
+
"eslint": "^10.2.0",
|
|
97
|
+
"globals": "^17.5.0",
|
|
98
|
+
"karma": "^6.4.4",
|
|
99
|
+
"karma-mocha": "^2.0.1",
|
|
100
|
+
"karma-mocha-reporter": "^2.2.5",
|
|
101
|
+
"karma-sourcemap-loader": "^0.4.0",
|
|
102
|
+
"karma-webpack": "^5.0.1",
|
|
103
|
+
"mocha": "^11.7.5",
|
|
104
|
+
"nyc": "^18.0.0",
|
|
105
|
+
"rollup": "^4.60.1",
|
|
106
|
+
"tsd": "^0.33.0",
|
|
107
|
+
"typescript": "^6.0.2",
|
|
108
|
+
"typescript-eslint": "^8.58.1",
|
|
109
|
+
"uglify-js": "^3.19.3",
|
|
110
|
+
"webpack": "^5.106.1",
|
|
111
|
+
"webpack-dev-server": "^5.2.3"
|
|
112
|
+
},
|
|
113
|
+
"nyc": {
|
|
114
|
+
"require": [
|
|
115
|
+
"@babel/register"
|
|
116
|
+
],
|
|
117
|
+
"reporter": [
|
|
118
|
+
"lcov",
|
|
119
|
+
"text"
|
|
120
|
+
],
|
|
121
|
+
"sourceMap": false,
|
|
122
|
+
"instrument": false,
|
|
123
|
+
"check-coverage": true,
|
|
124
|
+
"branches": 100,
|
|
125
|
+
"lines": 100,
|
|
126
|
+
"functions": 100,
|
|
127
|
+
"statements": 100
|
|
128
|
+
},
|
|
129
|
+
"packageManager": "yarn@4.12.0"
|
|
130
|
+
}
|
|
@@ -0,0 +1,474 @@
|
|
|
1
|
+
# Release Notes
|
|
2
|
+
|
|
3
|
+
## 9.0.0
|
|
4
|
+
|
|
5
|
+
(All changes part of PR [#672](https://github.com/kpdecker/jsdiff/pull/672).)
|
|
6
|
+
|
|
7
|
+
- **ES5 support is dropped**. `parsePatch` now uses `TextDecoder` and `Uint8Array`, which are not available in ES5, and TypeScript is now compiled with the "es6" `target`. From now on, I intend to freely use any features that are deemed "Widely available" by [Baseline](https://web.dev/baseline). Users who need ES5 support should stick to version 8.
|
|
8
|
+
|
|
9
|
+
- **C-style quoted strings in filename headers are now properly supported**.
|
|
10
|
+
|
|
11
|
+
When the name of either the old or new file in a patch contains "special characters", both GNU `diff` and Git quote the filename in the patch's headers and escape special characters using the same escape sequences that are used in string literals in C, including octal escapes for all non-ASCII characters. Previously, jsdiff had very little support for this; `parsePatch` would remove the quotes, and unescape any escaped backslashes, but would not unescape other escape sequences. `formatPatch`, meanwhile, did not quote or escape special characters at all.
|
|
12
|
+
|
|
13
|
+
Now, `parsePatch` parses all the possible escape sequences that GNU diff (or Git) ever output, and `formatPatch` quotes and escapes filenames containing special characters in the same way GNU diff does.
|
|
14
|
+
|
|
15
|
+
- **`formatPatch` now omits file headers when `oldFileName` or `newFileName` in the provided patch object are `undefined`**, regardless of the `headerOptions` parameter. (Previously, it would treat the absence of `oldFileName` or `newFileName` as indicating the filename was the word "undefined" and emit headers `--- undefined` / `+++ undefined`.)
|
|
16
|
+
|
|
17
|
+
- **`formatPatch` no longer outputs trailing tab characters at the end of `---`/`+++` headers.**
|
|
18
|
+
|
|
19
|
+
Previously, if `formatPatch` was passed a patch object to serialize that had empty strings for the `oldHeader` or `newHeader` property, it would include a trailing tab character after the filename in the `---` and/or `+++` file header. Now, this scenario is treated the same as when `oldHeader`/`newHeader` is `undefined` - i.e. the trailing tab is omitted.
|
|
20
|
+
|
|
21
|
+
- **`formatPatch` no longer mutates its input** when serializing a patch containing a hunk where either the old or new content contained zero lines. (Such a hunk occurs only when the hunk has no context lines and represents a pure insertion or pure deletion, which for instance will occur whenever one of the two files being diffed is completely empty.) Previously `formatPatch` would provide the correct output but also mutate the `oldLines` or `newLines` property on the hunk, changing the meaning of the underlying patch.
|
|
22
|
+
|
|
23
|
+
- **Git-style patches are now supported by `parsePatch`, `formatPatch`, and `reversePatch`**.
|
|
24
|
+
|
|
25
|
+
Patches output by `git diff` can include some features that are unlike those output by GNU `diff`, and therefore not handled by an ordinary unified diff format parser. An ordinary diff simply describes the differences between the *content* of two files, but Git diffs can also indicate, via "extended headers", the creation or deletion of (potentially empty) files, indicate that a file was renamed, and contain information about file mode changes. Furthermore, when these changes appear in a diff in the absence of a content change (e.g. when an empty file is created, or a file is renamed without content changes), the patch will contain no associated `---`/`+++` file headers nor any hunks.
|
|
26
|
+
|
|
27
|
+
jsdiff previously did not support parsing Git's extended headers, nor hunkless patches. Now `parsePatch` parses some of the extended headers, parses hunkless Git patches, and can determine filenames (e.g. from the extended headers) when parsing a patch that includes no `---` or `+++` file headers. The additional information conveyed by the extended headers we support is recorded on new fields on the result object returned by `parsePatch`. See `isGit` and subsequent properties in the docs in the README.md file.
|
|
28
|
+
|
|
29
|
+
`formatPatch` now outputs extended headers based on these new Git-specific properties, and `reversePatch` respects them as far as possible (with one unavoidable caveat noted in the README.md file).
|
|
30
|
+
|
|
31
|
+
- **Unpaired file headers now cause `parsePatch` to throw**.
|
|
32
|
+
|
|
33
|
+
It remains acceptable to have a patch with no file headers whatsoever (e.g. one that begins with a `@@` hunk header on the very first line), but a patch with *only* a `---` header or only a `+++` header is now considered an error.
|
|
34
|
+
|
|
35
|
+
- **`parsePatch` is now more tolerant of "trailing garbage"**
|
|
36
|
+
|
|
37
|
+
That is: after a patch, or between files/indexes in a patch, it is now acceptable to have arbitrary lines of "garbage" (so long as they unambiguously have no syntactic meaning - e.g. trailing garbage that leads with a `+`, `-`, or ` ` and thus is interpretable as part of a hunk still triggers a throw).
|
|
38
|
+
|
|
39
|
+
This means we no longer reject patches output by tools that include extra data in "garbage" lines not understood by generic unified diff parsers. (For example, SVN patches can include "Property changes on:" lines that generic unified diff parsers should discard as garbage; jsdiff previously threw errors when encountering them.)
|
|
40
|
+
|
|
41
|
+
This change brings jsdiff's behaviour more in line with GNU `patch`, which is highly permissive of "garbage".
|
|
42
|
+
|
|
43
|
+
- **The `oldFileName` and `newFileName` fields of `StructuredPatch` are now typed as `string | undefined` instead of `string`**. This type change reflects the (pre-existing) reality that `parsePatch` can produce patches without filenames (e.g. when parsing a patch that simply contains hunks with no file headers).
|
|
44
|
+
|
|
45
|
+
## 8.0.4
|
|
46
|
+
|
|
47
|
+
- [#667](https://github.com/kpdecker/jsdiff/pull/667) - **fix another bug in `diffWords` when used with an `Intl.Segmenter`**. If the text to be diffed included a combining mark after a whitespace character (i.e. roughly speaking, an accented space), `diffWords` would previously crash. Now this case is handled correctly.
|
|
48
|
+
|
|
49
|
+
## 8.0.3
|
|
50
|
+
|
|
51
|
+
- [#631](https://github.com/kpdecker/jsdiff/pull/631) - **fix support for using an `Intl.Segmenter` with `diffWords`**. This has been almost completely broken since the feature was added in v6.0.0, since it would outright crash on any text that featured two consecutive newlines between a pair of words (a very common case).
|
|
52
|
+
- [#635](https://github.com/kpdecker/jsdiff/pull/635) - **small tweaks to tokenization behaviour of `diffWords`** when used *without* an `Intl.Segmenter`. Specifically, the soft hyphen (U+00AD) is no longer considered to be a word break, and the multiplication and division signs (`×` and `÷`) are now treated as punctuation instead of as letters / word characters.
|
|
53
|
+
- [#641](https://github.com/kpdecker/jsdiff/pull/641) - **the format of file headers in `createPatch` etc. patches can now be customised somewhat**. It now takes a `headerOptions` option that can be used to disable the file headers entirely, or omit the `Index:` line and/or the underline. In particular, this was motivated by a request to make jsdiff patches compatible with react-diff-view, which they now are if produced with `headerOptions: FILE_HEADERS_ONLY`.
|
|
54
|
+
- [#647](https://github.com/kpdecker/jsdiff/pull/647) and [#649](https://github.com/kpdecker/jsdiff/pull/649) - **fix denial-of-service vulnerabilities in `parsePatch` whereby adversarial input could cause a memory-leaking infinite loop, typically crashing the calling process**. Also fixed ReDOS vulnerabilities whereby adversarially-crafted patch headers could take cubic time to parse. Now, `parsePatch` should reliably take linear time. (Handling of headers that include the line break characters `\r`, `\u2028`, or `\u2029` in non-trailing positions is also now more reasonable as side effect of the fix.)
|
|
55
|
+
|
|
56
|
+
## 8.0.2
|
|
57
|
+
|
|
58
|
+
- [#616](https://github.com/kpdecker/jsdiff/pull/616) **Restored compatibility of `diffSentences` with old Safari versions.** This was broken in 8.0.0 by the introduction of a regex with a [lookbehind assertion](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Lookbehind_assertion); these weren't supported in Safari prior to version 16.4.
|
|
59
|
+
- [#612](https://github.com/kpdecker/jsdiff/pull/612) **Improved tree shakeability** by marking the built CJS and ESM packages with `sideEffects: false`.
|
|
60
|
+
|
|
61
|
+
## 8.0.1
|
|
62
|
+
|
|
63
|
+
- [#610](https://github.com/kpdecker/jsdiff/pull/610) **Fixes types for `diffJson` which were broken by 8.0.0**. The new bundled types in 8.0.0 only allowed `diffJson` to be passed string arguments, but it should've been possible to pass either strings or objects (and now is). Thanks to Josh Kelley for the fix.
|
|
64
|
+
|
|
65
|
+
## 8.0.0
|
|
66
|
+
|
|
67
|
+
- [#580](https://github.com/kpdecker/jsdiff/pull/580) **Multiple tweaks to `diffSentences`**:
|
|
68
|
+
* tokenization no longer takes quadratic time on pathological inputs (reported as a ReDOS vulnerability by Snyk); is now linear instead
|
|
69
|
+
* the final sentence in the string is now handled the same by the tokenizer regardless of whether it has a trailing punctuation mark or not. (Previously, "foo. bar." tokenized to `["foo.", " ", "bar."]` but "foo. bar" tokenized to `["foo.", " bar"]` - i.e. whether the space between sentences was treated as a separate token depended upon whether the final sentence had trailing punctuation or not. This was arbitrary and surprising; it is no longer the case.)
|
|
70
|
+
* in a string that starts with a sentence end, like "! hello.", the "!" is now treated as a separate sentence
|
|
71
|
+
* the README now correctly documents the tokenization behaviour (it was wrong before)
|
|
72
|
+
- [#581](https://github.com/kpdecker/jsdiff/pull/581) - **fixed some regex operations used for tokenization in `diffWords` taking O(n^2) time** in pathological cases
|
|
73
|
+
- [#595](https://github.com/kpdecker/jsdiff/pull/595) - **fixed a crash in patch creation functions when handling a single hunk consisting of a very large number (e.g. >130k) of lines**. (This was caused by spreading indefinitely-large arrays to `.push()` using `.apply` or the spread operator and hitting the JS-implementation-specific limit on the maximum number of arguments to a function, as shown at https://stackoverflow.com/a/56809779/1709587; thus the exact threshold to hit the error will depend on the environment in which you were running JsDiff.)
|
|
74
|
+
- [#596](https://github.com/kpdecker/jsdiff/pull/596) - **removed the `merge` function**. Previously JsDiff included an undocumented function called `merge` that was meant to, in some sense, merge patches. It had at least a couple of serious bugs that could lead to it returning unambiguously wrong results, and it was difficult to simply "fix" because it was [unclear precisely what it was meant to do](https://github.com/kpdecker/jsdiff/issues/181#issuecomment-2198319542). For now, the fix is to remove it entirely.
|
|
75
|
+
- [#591](https://github.com/kpdecker/jsdiff/pull/591) - JsDiff's source code has been rewritten in TypeScript. This change entails the following changes for end users:
|
|
76
|
+
* **the `diff` package on npm now includes its own TypeScript type definitions**. Users who previously used the `@types/diff` npm package from DefinitelyTyped should remove that dependency when upgrading JsDiff to v8.
|
|
77
|
+
|
|
78
|
+
Note that the transition from the DefinitelyTyped types to JsDiff's own type definitions includes multiple fixes and also removes many exported types previously used for `options` arguments to diffing and patch-generation functions. (There are now different exported options types for abortable calls - ones with a `timeout` or `maxEditLength` that may give a result of `undefined` - and non-abortable calls.) See the TypeScript section of the README for some usage tips.
|
|
79
|
+
|
|
80
|
+
* **The `Diff` object is now a class**. Custom extensions of `Diff`, as described in the "Defining custom diffing behaviors" section of the README, can therefore now be done by writing a `class CustomDiff extends Diff` and overriding methods, instead of the old way based on prototype inheritance. (I *think* code that did things the old way should still work, though!)
|
|
81
|
+
|
|
82
|
+
* **`diff/lib/index.es6.js` and `diff/lib/index.mjs` no longer exist, and the ESM version of the library is no longer bundled into a single file.**
|
|
83
|
+
|
|
84
|
+
* **The `ignoreWhitespace` option for `diffWords` is no longer included in the type declarations**. The effect of passing `ignoreWhitespace: true` has always been to make `diffWords` just call `diffWordsWithSpace` instead, which was confusing, because that behaviour doesn't seem properly described as "ignoring" whitespace at all. The property remains available to non-TypeScript applications for the sake of backwards compatibility, but TypeScript applications will now see a type error if they try to pass `ignoreWhitespace: true` to `diffWords` and should change their code to call `diffWordsWithSpace` instead.
|
|
85
|
+
|
|
86
|
+
* JsDiff no longer purports to support ES3 environments. (I'm pretty sure it never truly did, despite claiming to in its README, since even the 1.0.0 release used `Array.map` which was added in ES5.)
|
|
87
|
+
- [#601](https://github.com/kpdecker/jsdiff/pull/601) - **`diffJson`'s `stringifyReplacer` option behaves more like `JSON.stringify`'s `replacer` argument now.** In particular:
|
|
88
|
+
* Each key/value pair now gets passed through the replacer once instead of twice
|
|
89
|
+
* The `key` passed to the replacer when the top-level object is passed in as `value` is now `""` (previously, was `undefined`), and the `key` passed with an array element is the array index as a string, like `"0"` or `"1"` (previously was whatever the key for the entire array was). Both the new behaviours match that of `JSON.stringify`.
|
|
90
|
+
- [#602](https://github.com/kpdecker/jsdiff/pull/602) - **diffing functions now consistently return `undefined` when called in async mode** (i.e. with a callback). Previously, there was an odd quirk where they would return `true` if the strings being diffed were equal and `undefined` otherwise.
|
|
91
|
+
|
|
92
|
+
## 7.0.0
|
|
93
|
+
|
|
94
|
+
Just a single (breaking) bugfix, undoing a behaviour change introduced accidentally in 6.0.0:
|
|
95
|
+
|
|
96
|
+
- [#554](https://github.com/kpdecker/jsdiff/pull/554) **`diffWords` treats numbers and underscores as word characters again.** This behaviour was broken in v6.0.0.
|
|
97
|
+
|
|
98
|
+
## 6.0.0
|
|
99
|
+
|
|
100
|
+
This is a release containing many, *many* breaking changes. The objective of this release was to carry out a mass fix, in one go, of all the open bugs and design problems that required breaking changes to fix. A substantial, but exhaustive, changelog is below.
|
|
101
|
+
|
|
102
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v5.2.0...v6.0.0)
|
|
103
|
+
|
|
104
|
+
- [#497](https://github.com/kpdecker/jsdiff/pull/497) **`diffWords` behavior has been radically changed.** Previously, even with `ignoreWhitespace: true`, runs of whitespace were tokens, which led to unhelpful and unintuitive diffing behavior in typical texts. Specifically, even when two texts contained overlapping passages, `diffWords` would sometimes choose to delete all the words from the old text and insert them anew in their new positions in order to avoid having to delete or insert whitespace tokens. Whitespace sequences are no longer tokens as of this release, which affects both the generated diffs and the `count`s.
|
|
105
|
+
|
|
106
|
+
Runs of whitespace are still tokens in `diffWordsWithSpace`.
|
|
107
|
+
|
|
108
|
+
As part of the changes to `diffWords`, **a new `.postProcess` method has been added on the base `Diff` type**, which can be overridden in custom `Diff` implementations.
|
|
109
|
+
|
|
110
|
+
**`diffLines` with `ignoreWhitespace: true` will no longer ignore the insertion or deletion of entire extra lines of whitespace at the end of the text**. Previously, these would not show up as insertions or deletions, as a side effect of a hack in the base diffing algorithm meant to help ignore whitespace in `diffWords`. More generally, **the undocumented special handling in the core algorithm for ignored terminals has been removed entirely.** (This special case behavior used to rewrite the final two change objects in a scenario where the final change object was an addition or deletion and its `value` was treated as equal to the empty string when compared using the diff object's `.equals` method.)
|
|
111
|
+
|
|
112
|
+
- [#500](https://github.com/kpdecker/jsdiff/pull/500) **`diffChars` now diffs Unicode code points** instead of UTF-16 code units.
|
|
113
|
+
- [#508](https://github.com/kpdecker/jsdiff/pull/508) **`parsePatch` now always runs in what was previously "strict" mode; the undocumented `strict` option has been removed.** Previously, by default, `parsePatch` (and other patch functions that use it under the hood to parse patches) would accept a patch where the line counts in the headers were inconsistent with the actual patch content - e.g. where a hunk started with the header `@@ -1,3 +1,6 @@`, indicating that the content below spanned 3 lines in the old file and 6 lines in the new file, but then the actual content below the header consisted of some different number of lines, say 10 lines of context, 5 deletions, and 1 insertion. Actually trying to work with these patches using `applyPatch` or `merge`, however, would produce incorrect results instead of just ignoring the incorrect headers, making this "feature" more of a trap than something actually useful. It's been ripped out, and now we are always "strict" and will reject patches where the line counts in the headers aren't consistent with the actual patch content.
|
|
114
|
+
- [#435](https://github.com/kpdecker/jsdiff/pull/435) **Fix `parsePatch` handling of control characters.** `parsePatch` used to interpret various unusual control characters - namely vertical tabs, form feeds, lone carriage returns without a line feed, and EBCDIC NELs - as line breaks when parsing a patch file. This was inconsistent with the behavior of both JsDiff's own `diffLines` method and also the Unix `diff` and `patch` utils, which all simply treat those control characters as ordinary characters. The result of this discrepancy was that some well-formed patches - produced either by `diff` or by JsDiff itself and handled properly by the `patch` util - would be wrongly parsed by `parsePatch`, with the effect that it would disregard the remainder of a hunk after encountering one of these control characters.
|
|
115
|
+
- [#439](https://github.com/kpdecker/jsdiff/pull/439) **Prefer diffs that order deletions before insertions.** When faced with a choice between two diffs with an equal total edit distance, the Myers diff algorithm generally prefers one that does deletions before insertions rather than insertions before deletions. For instance, when diffing `abcd` against `acbd`, it will prefer a diff that says to delete the `b` and then insert a new `b` after the `c`, over a diff that says to insert a `c` before the `b` and then delete the existing `c`. JsDiff deviated from the published Myers algorithm in a way that led to it having the opposite preference in many cases, including that example. This is now fixed, meaning diffs output by JsDiff will more accurately reflect what the published Myers diff algorithm would output.
|
|
116
|
+
- [#455](https://github.com/kpdecker/jsdiff/pull/455) **The `added` and `removed` properties of change objects are now guaranteed to be set to a boolean value.** (Previously, they would be set to `undefined` or omitted entirely instead of setting them to false.)
|
|
117
|
+
- [#464](https://github.com/kpdecker/jsdiff/pull/464) Specifying `{maxEditLength: 0}` now sets a max edit length of 0 instead of no maximum.
|
|
118
|
+
- [#460](https://github.com/kpdecker/jsdiff/pull/460) **Added `oneChangePerToken` option.**
|
|
119
|
+
- [#467](https://github.com/kpdecker/jsdiff/pull/467) **Consistent ordering of arguments to `comparator(left, right)`.** Values from the old array will now consistently be passed as the first argument (`left`) and values from the new array as the second argument (`right`). Previously this was almost (but not quite) always the other way round.
|
|
120
|
+
- [#480](https://github.com/kpdecker/jsdiff/pull/480) **Passing `maxEditLength` to `createPatch` & `createTwoFilesPatch` now works properly** (i.e. returns undefined if the max edit distance is exceeded; previous behavior was to crash with a `TypeError` if the edit distance was exceeded).
|
|
121
|
+
- [#486](https://github.com/kpdecker/jsdiff/pull/486) **The `ignoreWhitespace` option of `diffLines` behaves more sensibly now.** `value`s in returned change objects now include leading/trailing whitespace even when `ignoreWhitespace` is used, just like how with `ignoreCase` the `value`s still reflect the case of one of the original texts instead of being all-lowercase. `ignoreWhitespace` is also now compatible with `newlineIsToken`. Finally, **`diffTrimmedLines` is deprecated** (and removed from the docs) in favour of using `diffLines` with `ignoreWhitespace: true`; the two are, and always have been, equivalent.
|
|
122
|
+
- [#490](https://github.com/kpdecker/jsdiff/pull/490) **When calling diffing functions in async mode by passing a `callback` option, the diff result will now be passed as the *first* argument to the callback instead of the second.** (Previously, the first argument was never used at all and would always have value `undefined`.)
|
|
123
|
+
- [#489](https://github.com/kpdecker/jsdiff/pull/489) **`this.options` no longer exists on `Diff` objects.** Instead, `options` is now passed as an argument to methods that rely on options, like `equals(left, right, options)`. This fixes a race condition in async mode, where diffing behaviour could be changed mid-execution if a concurrent usage of the same `Diff` instances overwrote its `options`.
|
|
124
|
+
- [#518](https://github.com/kpdecker/jsdiff/pull/518) **`linedelimiters` no longer exists** on patch objects; instead, when a patch with Windows-style CRLF line endings is parsed, **the lines in `lines` will end with `\r`**. There is now a **new `autoConvertLineEndings` option, on by default**, which makes it so that when a patch with Windows-style line endings is applied to a source file with Unix style line endings, the patch gets autoconverted to use Unix-style line endings, and when a patch with Unix-style line endings is applied to a source file with Windows-style line endings, it gets autoconverted to use Windows-style line endings.
|
|
125
|
+
- [#521](https://github.com/kpdecker/jsdiff/pull/521) **the `callback` option is now supported by `structuredPatch`, `createPatch`, and `createTwoFilesPatch`**
|
|
126
|
+
- [#529](https://github.com/kpdecker/jsdiff/pull/529) **`parsePatch` can now parse patches where lines starting with `--` or `++` are deleted/inserted**; previously, there were edge cases where the parser would choke on valid patches or give wrong results.
|
|
127
|
+
- [#530](https://github.com/kpdecker/jsdiff/pull/530) **Added `ignoreNewlineAtEof` option to `diffLines`**
|
|
128
|
+
- [#533](https://github.com/kpdecker/jsdiff/pull/533) **`applyPatch` uses an entirely new algorithm for fuzzy matching.** Differences between the old and new algorithm are as follows:
|
|
129
|
+
* The `fuzzFactor` now indicates the maximum [*Levenshtein* distance](https://en.wikipedia.org/wiki/Levenshtein_distance) that there can be between the context shown in a hunk and the actual file content at a location where we try to apply the hunk. (Previously, it represented a maximum [*Hamming* distance](https://en.wikipedia.org/wiki/Hamming_distance), meaning that a single insertion or deletion in the source file could stop a hunk from applying even with a high `fuzzFactor`.)
|
|
130
|
+
* A hunk containing a deletion can now only be applied in a context where the line to be deleted actually appears verbatim. (Previously, as long as enough context lines in the hunk matched, `applyPatch` would apply the hunk anyway and delete a completely different line.)
|
|
131
|
+
* The context line immediately before and immediately after an insertion must match exactly between the hunk and the file for a hunk to apply. (Previously this was not required.)
|
|
132
|
+
- [#535](https://github.com/kpdecker/jsdiff/pull/535) **A bug in patch generation functions is now fixed** that would sometimes previously cause `` to appear in the wrong place in the generated patch, resulting in the patch being invalid. **These invalid patches can also no longer be applied successfully with `applyPatch`.** (It was already the case that tools other than jsdiff, like GNU `patch`, would consider them malformed and refuse to apply them; versions of jsdiff with this fix now do the same thing if you ask them to apply a malformed patch emitted by jsdiff v5.)
|
|
133
|
+
- [#535](https://github.com/kpdecker/jsdiff/pull/535) **Passing `newlineIsToken: true` to *patch*-generation functions is no longer allowed.** (Passing it to `diffLines` is still supported - it's only functions like `createPatch` where passing `newlineIsToken` is now an error.) Allowing it to be passed never really made sense, since in cases where the option had any effect on the output at all, the effect tended to be causing a garbled patch to be created that couldn't actually be applied to the source file.
|
|
134
|
+
- [#539](https://github.com/kpdecker/jsdiff/pull/539) **`diffWords` now takes an optional `intlSegmenter` option** which should be an `Intl.Segmenter` with word-level granularity. This provides better tokenization of text into words than the default behaviour, even for English but especially for some other languages for which the default behaviour is poor.
|
|
135
|
+
|
|
136
|
+
## v5.2.2 - January 2026
|
|
137
|
+
|
|
138
|
+
Only change from 5.2.0 is a backport of the fix to https://github.com/kpdecker/jsdiff/security/advisories/GHSA-73rr-hh4g-fpgx.
|
|
139
|
+
|
|
140
|
+
## v5.2.1 (deprecated)
|
|
141
|
+
|
|
142
|
+
Accidental release - do not use.
|
|
143
|
+
|
|
144
|
+
## v5.2.0
|
|
145
|
+
|
|
146
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v5.1.0...v5.2.0)
|
|
147
|
+
|
|
148
|
+
- [#411](https://github.com/kpdecker/jsdiff/pull/411) Big performance improvement. Previously an O(n) array-copying operation inside the innermost loop of jsdiff's base diffing code increased the overall worst-case time complexity of computing a diff from O(n²) to O(n³). This is now fixed, bringing the worst-case time complexity down to what it theoretically should be for a Myers diff implementation.
|
|
149
|
+
- [#448](https://github.com/kpdecker/jsdiff/pull/448) Performance improvement. Diagonals whose furthest-reaching D-path would go off the edge of the edit graph are now skipped, rather than being pointlessly considered as called for by the original Myers diff algorithm. This dramatically speeds up computing diffs where the new text just appends or truncates content at the end of the old text.
|
|
150
|
+
- [#351](https://github.com/kpdecker/jsdiff/issues/351) Importing from the lib folder - e.g. `require("diff/lib/diff/word.js")` - will work again now. This had been broken for users on the latest version of Node since Node 17.5.0, which changed how Node interprets the `exports` property in jsdiff's `package.json` file.
|
|
151
|
+
- [#344](https://github.com/kpdecker/jsdiff/issues/344) `diffLines`, `createTwoFilesPatch`, and other patch-creation methods now take an optional `stripTrailingCr: true` option which causes Windows-style `\r\n` line endings to be replaced with Unix-style `\n` line endings before calculating the diff, just like GNU `diff`'s `--strip-trailing-cr` flag.
|
|
152
|
+
- [#451](https://github.com/kpdecker/jsdiff/pull/451) Added `diff.formatPatch`.
|
|
153
|
+
- [#450](https://github.com/kpdecker/jsdiff/pull/450) Added `diff.reversePatch`.
|
|
154
|
+
- [#478](https://github.com/kpdecker/jsdiff/pull/478) Added `timeout` option.
|
|
155
|
+
|
|
156
|
+
## v5.1.0
|
|
157
|
+
|
|
158
|
+
- [#365](https://github.com/kpdecker/jsdiff/issues/365) Allow early termination to limit execution time with degenerate cases
|
|
159
|
+
|
|
160
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v5.0.0...v5.1.0)
|
|
161
|
+
|
|
162
|
+
## v5.0.0
|
|
163
|
+
|
|
164
|
+
- Breaking: UMD export renamed from `JsDiff` to `Diff`.
|
|
165
|
+
- Breaking: Newlines separated into separate tokens for word diff.
|
|
166
|
+
- Breaking: Unified diffs now match ["quirks"](https://www.artima.com/weblogs/viewpost.jsp?thread=164293)
|
|
167
|
+
|
|
168
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v4.0.1...v5.0.0)
|
|
169
|
+
|
|
170
|
+
## v4.0.4 - January 2026
|
|
171
|
+
|
|
172
|
+
Only change from 4.0.2 is a backport of the fix to https://github.com/kpdecker/jsdiff/security/advisories/GHSA-73rr-hh4g-fpgx.
|
|
173
|
+
|
|
174
|
+
## v4.0.3 (deprecated)
|
|
175
|
+
|
|
176
|
+
Accidental release - do not use.
|
|
177
|
+
|
|
178
|
+
## v4.0.2
|
|
179
|
+
|
|
180
|
+
No meaningful changes from v4.0.1 - just removed some cruft that shouldn't've been published.
|
|
181
|
+
|
|
182
|
+
## v4.0.1 - January 6th, 2019
|
|
183
|
+
|
|
184
|
+
- Fix main reference path - b826104
|
|
185
|
+
|
|
186
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v4.0.0...v4.0.1)
|
|
187
|
+
|
|
188
|
+
## v4.0.0 - January 5th, 2019
|
|
189
|
+
|
|
190
|
+
- [#94](https://github.com/kpdecker/jsdiff/issues/94) - Missing "No newline at end of file" when comparing two texts that do not end in newlines ([@federicotdn](https://api.github.com/users/federicotdn))
|
|
191
|
+
- [#227](https://github.com/kpdecker/jsdiff/issues/227) - Licence
|
|
192
|
+
- [#199](https://github.com/kpdecker/jsdiff/issues/199) - Import statement for jsdiff
|
|
193
|
+
- [#159](https://github.com/kpdecker/jsdiff/issues/159) - applyPatch affecting wrong line number with with new lines
|
|
194
|
+
- [#8](https://github.com/kpdecker/jsdiff/issues/8) - A new state "replace"
|
|
195
|
+
- Drop ie9 from karma targets - 79c31bd
|
|
196
|
+
- Upgrade deps. Convert from webpack to rollup - 2c1a29c
|
|
197
|
+
- Make ()[]"' as word boundaries between each other - f27b899
|
|
198
|
+
- jsdiff: Replaced phantomJS by chrome - ec3114e
|
|
199
|
+
- Add yarn.lock to .npmignore - 29466d8
|
|
200
|
+
|
|
201
|
+
Compatibility notes:
|
|
202
|
+
|
|
203
|
+
- Bower and Component packages no longer supported
|
|
204
|
+
|
|
205
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v3.5.0...v4.0.0)
|
|
206
|
+
|
|
207
|
+
## v3.5.1 - January 2026
|
|
208
|
+
|
|
209
|
+
Only change from 3.5.0 is a backport of the fix to https://github.com/kpdecker/jsdiff/security/advisories/GHSA-73rr-hh4g-fpgx.
|
|
210
|
+
|
|
211
|
+
## v3.5.0 - March 4th, 2018
|
|
212
|
+
|
|
213
|
+
- Omit redundant slice in join method of diffArrays - 1023590
|
|
214
|
+
- Support patches with empty lines - fb0f208
|
|
215
|
+
- Accept a custom JSON replacer function for JSON diffing - 69c7f0a
|
|
216
|
+
- Optimize parch header parser - 2aec429
|
|
217
|
+
- Fix typos - e89c832
|
|
218
|
+
|
|
219
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v3.4.0...v3.5.0)
|
|
220
|
+
|
|
221
|
+
## v3.4.0 - October 7th, 2017
|
|
222
|
+
|
|
223
|
+
- [#183](https://github.com/kpdecker/jsdiff/issues/183) - Feature request: ability to specify a custom equality checker for `diffArrays`
|
|
224
|
+
- [#173](https://github.com/kpdecker/jsdiff/issues/173) - Bug: diffArrays gives wrong result on array of booleans
|
|
225
|
+
- [#158](https://github.com/kpdecker/jsdiff/issues/158) - diffArrays will not compare the empty string in array?
|
|
226
|
+
- comparator for custom equality checks - 30e141e
|
|
227
|
+
- count oldLines and newLines when there are conflicts - 53bf384
|
|
228
|
+
- Fix: diffArrays can compare falsey items - 9e24284
|
|
229
|
+
- Docs: Replace grunt with npm test - 00e2f94
|
|
230
|
+
|
|
231
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v3.3.1...v3.4.0)
|
|
232
|
+
|
|
233
|
+
## v3.3.1 - September 3rd, 2017
|
|
234
|
+
|
|
235
|
+
- [#141](https://github.com/kpdecker/jsdiff/issues/141) - Cannot apply patch because my file delimiter is "/r/n" instead of "/n"
|
|
236
|
+
- [#192](https://github.com/kpdecker/jsdiff/pull/192) - Fix: Bad merge when adding new files (#189)
|
|
237
|
+
- correct spelling mistake - 21fa478
|
|
238
|
+
|
|
239
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v3.3.0...v3.3.1)
|
|
240
|
+
|
|
241
|
+
## v3.3.0 - July 5th, 2017
|
|
242
|
+
|
|
243
|
+
- [#114](https://github.com/kpdecker/jsdiff/issues/114) - /patch/merge not exported
|
|
244
|
+
- Gracefully accept invalid newStart in hunks, same as patch(1) does. - d8a3635
|
|
245
|
+
- Use regex rather than starts/ends with for parsePatch - 6cab62c
|
|
246
|
+
- Add browser flag - e64f674
|
|
247
|
+
- refactor: simplified code a bit more - 8f8e0f2
|
|
248
|
+
- refactor: simplified code a bit - b094a6f
|
|
249
|
+
- fix: some corrections re ignoreCase option - 3c78fd0
|
|
250
|
+
- ignoreCase option - 3cbfbb5
|
|
251
|
+
- Sanitize filename while parsing patches - 2fe8129
|
|
252
|
+
- Added better installation methods - aced50b
|
|
253
|
+
- Simple export of functionality - 8690f31
|
|
254
|
+
|
|
255
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v3.2.0...v3.3.0)
|
|
256
|
+
|
|
257
|
+
## v3.2.0 - December 26th, 2016
|
|
258
|
+
|
|
259
|
+
- [#156](https://github.com/kpdecker/jsdiff/pull/156) - Add `undefinedReplacement` option to `diffJson` ([@ewnd9](https://api.github.com/users/ewnd9))
|
|
260
|
+
- [#154](https://github.com/kpdecker/jsdiff/pull/154) - Add `examples` and `images` to `.npmignore`. ([@wtgtybhertgeghgtwtg](https://api.github.com/users/wtgtybhertgeghgtwtg))
|
|
261
|
+
- [#153](https://github.com/kpdecker/jsdiff/pull/153) - feat(structuredPatch): Pass options to diffLines ([@Kiougar](https://api.github.com/users/Kiougar))
|
|
262
|
+
|
|
263
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v3.1.0...v3.2.0)
|
|
264
|
+
|
|
265
|
+
## v3.1.0 - November 27th, 2016
|
|
266
|
+
|
|
267
|
+
- [#146](https://github.com/kpdecker/jsdiff/pull/146) - JsDiff.diffArrays to compare arrays ([@wvanderdeijl](https://api.github.com/users/wvanderdeijl))
|
|
268
|
+
- [#144](https://github.com/kpdecker/jsdiff/pull/144) - Split file using all possible line delimiter instead of hard-coded "/n" and join lines back using the original delimiters ([@soulbeing](https://api.github.com/users/soulbeing))
|
|
269
|
+
|
|
270
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v3.0.1...v3.1.0)
|
|
271
|
+
|
|
272
|
+
## v3.0.1 - October 9th, 2016
|
|
273
|
+
|
|
274
|
+
- [#139](https://github.com/kpdecker/jsdiff/pull/139) - Make README.md look nicer in npmjs.com ([@takenspc](https://api.github.com/users/takenspc))
|
|
275
|
+
- [#135](https://github.com/kpdecker/jsdiff/issues/135) - parsePatch combines patches from multiple files into a single IUniDiff when there is no "Index" line ([@ramya-rao-a](https://api.github.com/users/ramya-rao-a))
|
|
276
|
+
- [#124](https://github.com/kpdecker/jsdiff/issues/124) - IE7/IE8 failure since 2.0.0 ([@boneskull](https://api.github.com/users/boneskull))
|
|
277
|
+
|
|
278
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v3.0.0...v3.0.1)
|
|
279
|
+
|
|
280
|
+
## v3.0.0 - August 23rd, 2016
|
|
281
|
+
|
|
282
|
+
- [#130](https://github.com/kpdecker/jsdiff/pull/130) - Add callback argument to applyPatches `patched` option ([@piranna](https://api.github.com/users/piranna))
|
|
283
|
+
- [#120](https://github.com/kpdecker/jsdiff/pull/120) - Correctly handle file names containing spaces ([@adius](https://api.github.com/users/adius))
|
|
284
|
+
- [#119](https://github.com/kpdecker/jsdiff/pull/119) - Do single reflow ([@wifiextender](https://api.github.com/users/wifiextender))
|
|
285
|
+
- [#117](https://github.com/kpdecker/jsdiff/pull/117) - Make more usable with long strings. ([@abnbgist](https://api.github.com/users/abnbgist))
|
|
286
|
+
|
|
287
|
+
Compatibility notes:
|
|
288
|
+
|
|
289
|
+
- applyPatches patch callback now is async and requires the callback be called to continue operation
|
|
290
|
+
|
|
291
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.3...v3.0.0)
|
|
292
|
+
|
|
293
|
+
## v2.2.3 - May 31st, 2016
|
|
294
|
+
|
|
295
|
+
- [#118](https://github.com/kpdecker/jsdiff/pull/118) - Add a fix for applying 0-length destination patches ([@chaaz](https://api.github.com/users/chaaz))
|
|
296
|
+
- [#115](https://github.com/kpdecker/jsdiff/pull/115) - Fixed grammar in README ([@krizalys](https://api.github.com/users/krizalys))
|
|
297
|
+
- [#113](https://github.com/kpdecker/jsdiff/pull/113) - fix typo ([@vmazare](https://api.github.com/users/vmazare))
|
|
298
|
+
|
|
299
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.2...v2.2.3)
|
|
300
|
+
|
|
301
|
+
## v2.2.2 - March 13th, 2016
|
|
302
|
+
|
|
303
|
+
- [#102](https://github.com/kpdecker/jsdiff/issues/102) - diffJson with dates, returns empty curly braces ([@dr-dimitru](https://api.github.com/users/dr-dimitru))
|
|
304
|
+
- [#97](https://github.com/kpdecker/jsdiff/issues/97) - Whitespaces & diffWords ([@faiwer](https://api.github.com/users/faiwer))
|
|
305
|
+
- [#92](https://github.com/kpdecker/jsdiff/pull/92) - Fixes typo in the readme ([@bg451](https://api.github.com/users/bg451))
|
|
306
|
+
|
|
307
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.1...v2.2.2)
|
|
308
|
+
|
|
309
|
+
## v2.2.1 - November 12th, 2015
|
|
310
|
+
|
|
311
|
+
- [#89](https://github.com/kpdecker/jsdiff/pull/89) - add in display selector to readme ([@FranDias](https://api.github.com/users/FranDias))
|
|
312
|
+
- [#88](https://github.com/kpdecker/jsdiff/pull/88) - Split diffs based on file headers instead of 'Index:' metadata ([@piranna](https://api.github.com/users/piranna))
|
|
313
|
+
|
|
314
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.0...v2.2.1)
|
|
315
|
+
|
|
316
|
+
## v2.2.0 - October 29th, 2015
|
|
317
|
+
|
|
318
|
+
- [#80](https://github.com/kpdecker/jsdiff/pull/80) - Fix a typo: applyPath -> applyPatch ([@fluxxu](https://api.github.com/users/fluxxu))
|
|
319
|
+
- [#83](https://github.com/kpdecker/jsdiff/pull/83) - Add basic fuzzy matching to applyPatch ([@piranna](https://github.com/piranna))
|
|
320
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.0...v2.2.0)
|
|
321
|
+
|
|
322
|
+
## v2.2.0 - October 29th, 2015
|
|
323
|
+
|
|
324
|
+
- [#80](https://github.com/kpdecker/jsdiff/pull/80) - Fix a typo: applyPath -> applyPatch ([@fluxxu](https://api.github.com/users/fluxxu))
|
|
325
|
+
- [#83](https://github.com/kpdecker/jsdiff/pull/83) - Add basic fuzzy matching to applyPatch ([@piranna](https://github.com/piranna))
|
|
326
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v2.1.3...v2.2.0)
|
|
327
|
+
|
|
328
|
+
## v2.1.3 - September 30th, 2015
|
|
329
|
+
|
|
330
|
+
- [#78](https://github.com/kpdecker/jsdiff/pull/78) - fix: error throwing when apply patch to empty string ([@21paradox](https://api.github.com/users/21paradox))
|
|
331
|
+
|
|
332
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v2.1.2...v2.1.3)
|
|
333
|
+
|
|
334
|
+
## v2.1.2 - September 23rd, 2015
|
|
335
|
+
|
|
336
|
+
- [#76](https://github.com/kpdecker/jsdiff/issues/76) - diff headers give error ([@piranna](https://api.github.com/users/piranna))
|
|
337
|
+
|
|
338
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v2.1.1...v2.1.2)
|
|
339
|
+
|
|
340
|
+
## v2.1.1 - September 9th, 2015
|
|
341
|
+
|
|
342
|
+
- [#73](https://github.com/kpdecker/jsdiff/issues/73) - Is applyPatches() exposed in the API? ([@davidparsson](https://api.github.com/users/davidparsson))
|
|
343
|
+
|
|
344
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v2.1.0...v2.1.1)
|
|
345
|
+
|
|
346
|
+
## v2.1.0 - August 27th, 2015
|
|
347
|
+
|
|
348
|
+
- [#72](https://github.com/kpdecker/jsdiff/issues/72) - Consider using options object API for flag permutations ([@kpdecker](https://api.github.com/users/kpdecker))
|
|
349
|
+
- [#70](https://github.com/kpdecker/jsdiff/issues/70) - diffWords treats \n at the end as significant whitespace ([@nesQuick](https://api.github.com/users/nesQuick))
|
|
350
|
+
- [#69](https://github.com/kpdecker/jsdiff/issues/69) - Missing count ([@wfalkwallace](https://api.github.com/users/wfalkwallace))
|
|
351
|
+
- [#68](https://github.com/kpdecker/jsdiff/issues/68) - diffLines seems broken ([@wfalkwallace](https://api.github.com/users/wfalkwallace))
|
|
352
|
+
- [#60](https://github.com/kpdecker/jsdiff/issues/60) - Support multiple diff hunks ([@piranna](https://api.github.com/users/piranna))
|
|
353
|
+
- [#54](https://github.com/kpdecker/jsdiff/issues/54) - Feature Request: 3-way merge ([@mog422](https://api.github.com/users/mog422))
|
|
354
|
+
- [#42](https://github.com/kpdecker/jsdiff/issues/42) - Fuzz factor for applyPatch ([@stuartpb](https://api.github.com/users/stuartpb))
|
|
355
|
+
- Move whitespace ignore out of equals method - 542063c
|
|
356
|
+
- Include source maps in babel output - 7f7ab21
|
|
357
|
+
- Merge diff/line and diff/patch implementations - 1597705
|
|
358
|
+
- Drop map utility method - 1ddc939
|
|
359
|
+
- Documentation for parsePatch and applyPatches - 27c4b77
|
|
360
|
+
|
|
361
|
+
Compatibility notes:
|
|
362
|
+
|
|
363
|
+
- The undocumented ignoreWhitespace flag has been removed from the Diff equality check directly. This implementation may be copied to diff utilities if dependencies existed on this functionality.
|
|
364
|
+
|
|
365
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v2.0.2...v2.1.0)
|
|
366
|
+
|
|
367
|
+
## v2.0.2 - August 8th, 2015
|
|
368
|
+
|
|
369
|
+
- [#67](https://github.com/kpdecker/jsdiff/issues/67) - cannot require from npm module in node ([@commenthol](https://api.github.com/users/commenthol))
|
|
370
|
+
- Convert to chai since we don’t support IE8 - a96bbad
|
|
371
|
+
|
|
372
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v2.0.1...v2.0.2)
|
|
373
|
+
|
|
374
|
+
## v2.0.1 - August 7th, 2015
|
|
375
|
+
|
|
376
|
+
- Add release build at proper step - 57542fd
|
|
377
|
+
|
|
378
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v2.0.0...v2.0.1)
|
|
379
|
+
|
|
380
|
+
## v2.0.0 - August 7th, 2015
|
|
381
|
+
|
|
382
|
+
- [#66](https://github.com/kpdecker/jsdiff/issues/66) - Add karma and sauce tests ([@kpdecker](https://api.github.com/users/kpdecker))
|
|
383
|
+
- [#65](https://github.com/kpdecker/jsdiff/issues/65) - Create component repository for bower ([@kpdecker](https://api.github.com/users/kpdecker))
|
|
384
|
+
- [#64](https://github.com/kpdecker/jsdiff/issues/64) - Automatically call removeEmpty for all tokenizer calls ([@kpdecker](https://api.github.com/users/kpdecker))
|
|
385
|
+
- [#62](https://github.com/kpdecker/jsdiff/pull/62) - Allow access to structured object representation of patch data ([@bittrance](https://api.github.com/users/bittrance))
|
|
386
|
+
- [#61](https://github.com/kpdecker/jsdiff/pull/61) - Use svg instead of png to get better image quality ([@PeterDaveHello](https://api.github.com/users/PeterDaveHello))
|
|
387
|
+
- [#29](https://github.com/kpdecker/jsdiff/issues/29) - word tokenizer works only for 7 bit ascii ([@plasmagunman](https://api.github.com/users/plasmagunman))
|
|
388
|
+
|
|
389
|
+
Compatibility notes:
|
|
390
|
+
|
|
391
|
+
- `this.removeEmpty` is now called automatically for all instances. If this is not desired, this may be overridden on a per instance basis.
|
|
392
|
+
- The library has been refactored to use some ES6 features. The external APIs should remain the same, but bower projects that directly referenced the repository will now have to point to the [components/jsdiff](https://github.com/components/jsdiff) repository.
|
|
393
|
+
|
|
394
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v1.4.0...v2.0.0)
|
|
395
|
+
|
|
396
|
+
## v1.4.0 - May 6th, 2015
|
|
397
|
+
|
|
398
|
+
- [#57](https://github.com/kpdecker/jsdiff/issues/57) - createPatch -> applyPatch failed. ([@mog422](https://api.github.com/users/mog422))
|
|
399
|
+
- [#56](https://github.com/kpdecker/jsdiff/pull/56) - Two files patch ([@rgeissert](https://api.github.com/users/rgeissert))
|
|
400
|
+
- [#14](https://github.com/kpdecker/jsdiff/issues/14) - Flip added and removed order? ([@jakesandlund](https://api.github.com/users/jakesandlund))
|
|
401
|
+
|
|
402
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v1.3.2...v1.4.0)
|
|
403
|
+
|
|
404
|
+
## v1.3.2 - March 30th, 2015
|
|
405
|
+
|
|
406
|
+
- [#53](https://github.com/kpdecker/jsdiff/pull/53) - Updated README.MD with Bower installation instructions ([@ofbriggs](https://api.github.com/users/ofbriggs))
|
|
407
|
+
- [#49](https://github.com/kpdecker/jsdiff/issues/49) - Cannot read property 'oldlines' of undefined ([@nwtn](https://api.github.com/users/nwtn))
|
|
408
|
+
- [#44](https://github.com/kpdecker/jsdiff/issues/44) - invalid-meta jsdiff is missing "main" entry in bower.json
|
|
409
|
+
|
|
410
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v1.3.1...v1.3.2)
|
|
411
|
+
|
|
412
|
+
## v1.3.1 - March 13th, 2015
|
|
413
|
+
|
|
414
|
+
- [#52](https://github.com/kpdecker/jsdiff/pull/52) - Fix for #51 Wrong result of JsDiff.diffLines ([@felicienfrancois](https://api.github.com/users/felicienfrancois))
|
|
415
|
+
|
|
416
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v1.3.0...v1.3.1)
|
|
417
|
+
|
|
418
|
+
## v1.3.0 - March 2nd, 2015
|
|
419
|
+
|
|
420
|
+
- [#47](https://github.com/kpdecker/jsdiff/pull/47) - Adding Diff Trimmed Lines ([@JamesGould123](https://api.github.com/users/JamesGould123))
|
|
421
|
+
|
|
422
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v1.2.2...v1.3.0)
|
|
423
|
+
|
|
424
|
+
## v1.2.2 - January 26th, 2015
|
|
425
|
+
|
|
426
|
+
- [#45](https://github.com/kpdecker/jsdiff/pull/45) - Fix AMD module loading ([@pedrocarrico](https://api.github.com/users/pedrocarrico))
|
|
427
|
+
- [#43](https://github.com/kpdecker/jsdiff/pull/43) - added a bower file ([@nbrustein](https://api.github.com/users/nbrustein))
|
|
428
|
+
|
|
429
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v1.2.1...v1.2.2)
|
|
430
|
+
|
|
431
|
+
## v1.2.1 - December 26th, 2014
|
|
432
|
+
|
|
433
|
+
- [#41](https://github.com/kpdecker/jsdiff/pull/41) - change condition of using node export system. ([@ironhee](https://api.github.com/users/ironhee))
|
|
434
|
+
|
|
435
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v1.2.0...v1.2.1)
|
|
436
|
+
|
|
437
|
+
## v1.2.0 - November 29th, 2014
|
|
438
|
+
|
|
439
|
+
- [#37](https://github.com/kpdecker/jsdiff/pull/37) - Add support for sentences. ([@vmariano](https://api.github.com/users/vmariano))
|
|
440
|
+
- [#28](https://github.com/kpdecker/jsdiff/pull/28) - Implemented diffJson ([@papandreou](https://api.github.com/users/papandreou))
|
|
441
|
+
- [#27](https://github.com/kpdecker/jsdiff/issues/27) - Slow to execute over diffs with a large number of changes ([@termi](https://api.github.com/users/termi))
|
|
442
|
+
- Allow for optional async diffing - 19385b9
|
|
443
|
+
- Fix diffChars implementation - eaa44ed
|
|
444
|
+
|
|
445
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v1.1.0...v1.2.0)
|
|
446
|
+
|
|
447
|
+
## v1.1.0 - November 25th, 2014
|
|
448
|
+
|
|
449
|
+
- [#33](https://github.com/kpdecker/jsdiff/pull/33) - AMD and global exports ([@ovcharik](https://api.github.com/users/ovcharik))
|
|
450
|
+
- [#32](https://github.com/kpdecker/jsdiff/pull/32) - Add support for component ([@vmariano](https://api.github.com/users/vmariano))
|
|
451
|
+
- [#31](https://github.com/kpdecker/jsdiff/pull/31) - Don't rely on Array.prototype.map ([@papandreou](https://api.github.com/users/papandreou))
|
|
452
|
+
|
|
453
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v1.0.8...v1.1.0)
|
|
454
|
+
|
|
455
|
+
## v1.0.8 - December 22nd, 2013
|
|
456
|
+
|
|
457
|
+
- [#24](https://github.com/kpdecker/jsdiff/pull/24) - Handle windows newlines on non windows machines. ([@benogle](https://api.github.com/users/benogle))
|
|
458
|
+
- [#23](https://github.com/kpdecker/jsdiff/pull/23) - Prettied up the API formatting a little, and added basic node and web examples ([@airportyh](https://api.github.com/users/airportyh))
|
|
459
|
+
|
|
460
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v1.0.7...v1.0.8)
|
|
461
|
+
|
|
462
|
+
## v1.0.7 - September 11th, 2013
|
|
463
|
+
|
|
464
|
+
- [#22](https://github.com/kpdecker/jsdiff/pull/22) - Added variant of WordDiff that doesn't ignore whitespace differences ([@papandreou](https://api.github.com/users/papandreou)
|
|
465
|
+
|
|
466
|
+
- Add 0.10 to travis tests - 243a526
|
|
467
|
+
|
|
468
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v1.0.6...v1.0.7)
|
|
469
|
+
|
|
470
|
+
## v1.0.6 - August 30th, 2013
|
|
471
|
+
|
|
472
|
+
- [#19](https://github.com/kpdecker/jsdiff/pull/19) - Explicitly define contents of npm package ([@sindresorhus](https://api.github.com/users/sindresorhus)
|
|
473
|
+
|
|
474
|
+
[Commits](https://github.com/kpdecker/jsdiff/compare/v1.0.5...v1.0.6)
|