kitsune-mcp 0.9.0 → 0.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
<p><strong>One MCP entry. 10,000+ servers on demand.<br/>Load only the tools you need. Switch instantly. No restarts.</strong></p>
|
|
6
6
|
</div>
|
|
7
7
|
|
|
8
|
-
[](https://pypi.org/project/kitsune-mcp/)
|
|
8
|
+
[](https://pypi.org/project/kitsune-mcp/)
|
|
9
|
+
[](https://www.npmjs.com/package/kitsune-mcp)
|
|
10
|
+
[](https://registry.modelcontextprotocol.io/v0/servers?search=io.github.kaiser-data%2Fkitsune-mcp)
|
|
9
11
|
[](https://pypi.org/project/kitsune-mcp/)
|
|
10
12
|
[](https://github.com/kaiser-data/kitsune-mcp/actions)
|
|
11
13
|
[](https://codecov.io/gh/kaiser-data/kitsune-mcp)
|
|
@@ -15,6 +17,22 @@
|
|
|
15
17
|
|
|
16
18
|
---
|
|
17
19
|
|
|
20
|
+
## What's new in v0.9.0
|
|
21
|
+
|
|
22
|
+
Friction-reduction release focused on first-run onboarding, credential visibility, and agent workflows.
|
|
23
|
+
|
|
24
|
+
- **`search()` shows credential status per result** — `✅ ready` or `✗ needs BRAVE_API_KEY` inline, so you know before you shapeshift
|
|
25
|
+
- **`shapeshift(server_id, source="local", confirm=True)`** — force a local `npx`/`uvx` install without a Smithery key; `source="smithery"` forces HTTP; `source="official"` requires a verified registry listing
|
|
26
|
+
- **`shiftback(uninstall=True)`** — optionally removes the locally installed package (uvx fully removed via `uv tool uninstall`; npx cache clears automatically)
|
|
27
|
+
- **`KITSUNE_TRUST=community`** env var — skip the `confirm=True` gate permanently for trusted users and agents; set once via `key("KITSUNE_TRUST", "community")`
|
|
28
|
+
- **First-run onboarding in `status()`** — clean sessions now show a 5-step getting-started guide with an example flow
|
|
29
|
+
- **Lean-mounting hint** — after a heavy `shapeshift()` the output suggests `tools=[...]` with a concrete tool name and token cost
|
|
30
|
+
- **Registry failure reporting** — `search()` now shows `⚠️ Skipped: <name> (timeout)` when one registry is slow, so you know results are partial instead of silently incomplete
|
|
31
|
+
|
|
32
|
+
See [CHANGELOG.md](CHANGELOG.md) for the full list plus internal refactors and bug fixes.
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
18
36
|
## Why Kitsune?
|
|
19
37
|
|
|
20
38
|
In Japanese folklore, the Kitsune (狐) is a fox spirit of extraordinary intelligence and magical power. What makes it remarkable is how it grows: with age and wisdom, a Kitsune gains additional tails — each one representing a new ability it has mastered. It can shapeshift, take on any form it chooses, borrow the powers of others, and just as freely cast them off when the purpose is fulfilled. One fox. Many forms. Total fluidity.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kitsune-mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"description": "The shape-shifting MCP hub — shapeshift() into 10,000+ MCP servers at runtime. One entry point, no restarts, 7 registries.",
|
|
5
5
|
"mcpName": "io.github.kaiser-data/kitsune-mcp",
|
|
6
6
|
"bin": {
|