botanary-mcp 0.10.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/dist/botanary-mcp.js +0 -1
- package/package.json +1 -1
package/dist/botanary-mcp.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
#!/usr/bin/env node
|
|
3
2
|
var xt=Object.defineProperty;var Pt=(e,t)=>()=>(e&&(t=e(e=0)),t);var Ot=(e,t)=>{for(var n in t)xt(e,n,{get:t[n],enumerable:!0})};var we={};Ot(we,{getFallbackCount:()=>ye,pollSource:()=>E,resetFallbackCount:()=>Gt,sseSource:()=>R,waitFor:()=>_,withFallback:()=>C});function ye(){return oe}function Gt(){oe=0}function E(e,t,n=s=>new Promise(r=>setTimeout(r,s))){return{async*watch(s){for(;!s.aborted;){if(yield await e(),s.aborted)return;await n(t)}}}}function R(e,t,n){return{async*watch(s){let r=new AbortController,l=()=>r.abort();s.addEventListener("abort",l,{once:!0});let a=setTimeout(()=>r.abort(),jt),o;try{o=await fetch(e,{headers:{Authorization:`Bearer ${t}`,Accept:"text/event-stream"},signal:r.signal})}finally{clearTimeout(a)}if(!o.ok||!o.body)throw new Error(`stream ${o.status}`);let i=o.body.getReader(),c=new TextDecoder,d="";for(;!s.aborted;){let{done:u,value:h}=await i.read();if(u)return;d+=c.decode(h,{stream:!0});let g=d.indexOf(`
|
|
4
3
|
|
|
5
4
|
`);for(;g!==-1;){let f=d.slice(0,g);d=d.slice(g+2);let p=f.split(`
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "botanary-mcp",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.10.
|
|
4
|
+
"version": "0.10.1",
|
|
5
5
|
"description": "Botanary's local MCP server for an outside coding agent (Claude Code, Codex, Cursor, or a custom build): an AGENT LANE that generates its own signing key and spends unattended under whatever grant its owner gave it, and a WALLET LANE that lets the human owner log in through their browser to read, build, and hand off a signature - the MCP itself can never sign as the owner.",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"homepage": "https://docs.botanary.xyz",
|