diff --git a/.licenses/npm/@modelcontextprotocol/sdk.dep.yml b/.licenses/npm/@modelcontextprotocol/sdk.dep.yml
index 2dcc34a..4a2ce6e 100644
--- a/.licenses/npm/@modelcontextprotocol/sdk.dep.yml
+++ b/.licenses/npm/@modelcontextprotocol/sdk.dep.yml
@@ -1,6 +1,6 @@
---
name: "@modelcontextprotocol/sdk"
-version: 1.15.1
+version: 1.24.0
type: npm
summary: Model Context Protocol implementation for TypeScript
homepage: https://modelcontextprotocol.io
diff --git a/.licenses/npm/ajv-formats.dep.yml b/.licenses/npm/ajv-formats.dep.yml
new file mode 100644
index 0000000..c5c4af8
--- /dev/null
+++ b/.licenses/npm/ajv-formats.dep.yml
@@ -0,0 +1,34 @@
+---
+name: ajv-formats
+version: 3.0.1
+type: npm
+summary: Format validation for Ajv v7+
+homepage: https://github.com/ajv-validator/ajv-formats#readme
+license: mit
+licenses:
+- sources: LICENSE
+ text: |
+ MIT License
+
+ Copyright (c) 2020 Evgeny Poberezkin
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+- sources: README.md
+ text: "[MIT](https://github.com/ajv-validator/ajv-formats/blob/master/LICENSE)"
+notices: []
diff --git a/.licenses/npm/ajv.dep.yml b/.licenses/npm/ajv.dep.yml
index 7687002..2f68f18 100644
--- a/.licenses/npm/ajv.dep.yml
+++ b/.licenses/npm/ajv.dep.yml
@@ -1,16 +1,16 @@
---
name: ajv
-version: 6.12.6
+version: 8.17.1
type: npm
summary: Another JSON Schema Validator
-homepage: https://github.com/ajv-validator/ajv
+homepage: https://ajv.js.org
license: mit
licenses:
- sources: LICENSE
text: |+
The MIT License (MIT)
- Copyright (c) 2015-2017 Evgeny Poberezkin
+ Copyright (c) 2015-2021 Evgeny Poberezkin
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -31,6 +31,6 @@ licenses:
SOFTWARE.
- sources: README.md
- text: "[MIT](https://github.com/ajv-validator/ajv/blob/master/LICENSE)"
+ text: "[MIT](./LICENSE)"
notices: []
...
diff --git a/.licenses/npm/fast-json-stable-stringify.dep.yml b/.licenses/npm/fast-json-stable-stringify.dep.yml
deleted file mode 100644
index 7f16c14..0000000
--- a/.licenses/npm/fast-json-stable-stringify.dep.yml
+++ /dev/null
@@ -1,35 +0,0 @@
----
-name: fast-json-stable-stringify
-version: 2.1.0
-type: npm
-summary: deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify
- without jsonify
-homepage: https://github.com/epoberezkin/fast-json-stable-stringify
-license: other
-licenses:
-- sources: LICENSE
- text: |
- This software is released under the MIT license:
-
- Copyright (c) 2017 Evgeny Poberezkin
- Copyright (c) 2013 James Halliday
-
- Permission is hereby granted, free of charge, to any person obtaining a copy of
- this software and associated documentation files (the "Software"), to deal in
- the Software without restriction, including without limitation the rights to
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
- the Software, and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-- sources: README.md
- text: "[MIT](https://github.com/epoberezkin/fast-json-stable-stringify/blob/master/LICENSE)"
-notices: []
diff --git a/.licenses/npm/fast-uri.dep.yml b/.licenses/npm/fast-uri.dep.yml
new file mode 100644
index 0000000..e68f43d
--- /dev/null
+++ b/.licenses/npm/fast-uri.dep.yml
@@ -0,0 +1,45 @@
+---
+name: fast-uri
+version: 3.1.0
+type: npm
+summary: Dependency-free RFC 3986 URI toolbox
+homepage: https://github.com/fastify/fast-uri
+license: other
+licenses:
+- sources: LICENSE
+ text: |-
+ Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
+ Copyright (c) 2021-present The Fastify team
+ All rights reserved.
+
+ The Fastify team members are listed at https://github.com/fastify/fastify#team.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ * The names of any contributors may not be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+ * * *
+
+ The complete list of contributors can be found at:
+ - https://github.com/garycourt/uri-js/graphs/contributors
+- sources: README.md
+ text: Licensed under [BSD-3-Clause](./LICENSE).
+notices: []
diff --git a/.licenses/npm/jose.dep.yml b/.licenses/npm/jose.dep.yml
new file mode 100644
index 0000000..a8beeb6
--- /dev/null
+++ b/.licenses/npm/jose.dep.yml
@@ -0,0 +1,33 @@
+---
+name: jose
+version: 6.1.3
+type: npm
+summary: JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno,
+ Bun, and other Web-interoperable runtimes
+homepage: https://github.com/panva/jose
+license: mit
+licenses:
+- sources: LICENSE.md
+ text: |
+ The MIT License (MIT)
+
+ Copyright (c) 2018 Filip Skokan
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+notices: []
diff --git a/.licenses/npm/json-schema-traverse.dep.yml b/.licenses/npm/json-schema-traverse.dep.yml
index b96b3cd..70c571b 100644
--- a/.licenses/npm/json-schema-traverse.dep.yml
+++ b/.licenses/npm/json-schema-traverse.dep.yml
@@ -1,6 +1,6 @@
---
name: json-schema-traverse
-version: 0.4.1
+version: 1.0.0
type: npm
summary: Traverse JSON Schema passing each schema object to callback
homepage: https://github.com/epoberezkin/json-schema-traverse#readme
diff --git a/.licenses/npm/punycode.dep.yml b/.licenses/npm/punycode.dep.yml
deleted file mode 100644
index a1057e5..0000000
--- a/.licenses/npm/punycode.dep.yml
+++ /dev/null
@@ -1,34 +0,0 @@
----
-name: punycode
-version: 2.3.1
-type: npm
-summary: A robust Punycode converter that fully complies to RFC 3492 and RFC 5891,
- and works on nearly all JavaScript platforms.
-homepage: https://mths.be/punycode
-license: mit
-licenses:
-- sources: LICENSE-MIT.txt
- text: |
- Copyright Mathias Bynens
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- "Software"), to deal in the Software without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
-
- The above copyright notice and this permission notice shall be
- included in all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-- sources: README.md
- text: Punycode.js is available under the [MIT](https://mths.be/mit) license.
-notices: []
diff --git a/.licenses/npm/require-from-string.dep.yml b/.licenses/npm/require-from-string.dep.yml
new file mode 100644
index 0000000..5680008
--- /dev/null
+++ b/.licenses/npm/require-from-string.dep.yml
@@ -0,0 +1,34 @@
+---
+name: require-from-string
+version: 2.0.2
+type: npm
+summary: Require module from string
+homepage:
+license: mit
+licenses:
+- sources: license
+ text: |
+ The MIT License (MIT)
+
+ Copyright (c) Vsevolod Strukchinsky (github.com/floatdrop)
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+- sources: readme.md
+ text: MIT © [Vsevolod Strukchinsky](http://github.com/floatdrop)
+notices: []
diff --git a/.licenses/npm/uri-js.dep.yml b/.licenses/npm/uri-js.dep.yml
deleted file mode 100644
index 9ec1983..0000000
--- a/.licenses/npm/uri-js.dep.yml
+++ /dev/null
@@ -1,29 +0,0 @@
----
-name: uri-js
-version: 4.4.1
-type: npm
-summary: An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving
- library for JavaScript.
-homepage: https://github.com/garycourt/uri-js
-license: other
-licenses:
-- sources: LICENSE
- text: "Copyright 2011 Gary Court. All rights reserved.\n\nRedistribution and use
- in source and binary forms, with or without modification, are permitted provided
- that the following conditions are met:\n\n1.\tRedistributions of source code must
- retain the above copyright notice, this list of conditions and the following disclaimer.\n\n2.\tRedistributions
- in binary form must reproduce the above copyright notice, this list of conditions
- and the following disclaimer in the documentation and/or other materials provided
- with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY GARY COURT \"AS IS\" AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- IN NO EVENT SHALL GARY COURT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
- OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
- IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
- IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
- OF SUCH DAMAGE.\n\nThe views and conclusions contained in the software and documentation
- are those of the authors and should not be interpreted as representing official
- policies, either expressed or implied, of Gary Court.\n"
-notices: []
diff --git a/.licenses/npm/zod-to-json-schema.dep.yml b/.licenses/npm/zod-to-json-schema.dep.yml
index 4f46098..4be706e 100644
--- a/.licenses/npm/zod-to-json-schema.dep.yml
+++ b/.licenses/npm/zod-to-json-schema.dep.yml
@@ -1,6 +1,6 @@
---
name: zod-to-json-schema
-version: 3.24.6
+version: 3.25.0
type: npm
summary: Converts Zod schemas to Json Schemas
homepage: