@felan-ai/ext-mcp 0.0.0 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -21,4 +21,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
21
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
22
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
23
  SOFTWARE.
24
-
package/NOTICE CHANGED
@@ -13,4 +13,3 @@ under that project's included Apache-2.0/MIT transition terms. Copyright (c)
13
13
 
14
14
  It uses TypeBox 1.1.38 from https://github.com/sinclairzx81/typebox,
15
15
  licensed under the MIT License. Copyright (c) 2017-2026 Haydn Paterson.
16
-
package/README.md CHANGED
@@ -57,4 +57,3 @@ ambient host config discovery.
57
57
  All MCP metadata and tool output is bounded and returned inside an explicit
58
58
  untrusted-content boundary. OAuth credentials and provider state are never
59
59
  included in tool results or details.
60
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felan-ai/ext-mcp",
3
- "version": "0.0.0",
3
+ "version": "0.1.0",
4
4
  "description": "Portable OAuth-only MCP gateway for Felan",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -43,4 +43,4 @@
43
43
  "type-check": "tsc -p tsconfig.json --noEmit",
44
44
  "test": "vitest run"
45
45
  }
46
- }
46
+ }