@zibby/skills 2.0.0 → 2.0.2
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/artifact.d.ts +20 -0
- package/dist/artifact.js +29 -5
- package/dist/browser.js +3 -3
- package/dist/index.js +123 -99
- package/dist/package.json +4 -4
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import{registerSkill as
|
|
1
|
+
import{registerSkill as fg}from"@zibby/agent-workflow";var En=Object.freeze(["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV"]),Rt=new WeakMap;function xn(r){if(!r||r.callsBackend!==!0)return r;if(Rt.has(r))return Rt.get(r);let t=Object.isExtensible(r)&&!Object.isFrozen(r)?r:{...r};if(Rt.set(r,t),Rt.set(t,t),t.command||Array.isArray(t.envKeys)){let e=Array.isArray(t.envKeys)?[...t.envKeys]:[];for(let n of En)e.includes(n)||e.push(n);t.envKeys=e}if(typeof t.resolve=="function"){let e=t.resolve;t.resolve=function(...s){let i=e.apply(this,s);if(!i||!i.command)return i;let o={...i.env||{}};for(let a of En)o[a]===void 0&&process.env[a]&&(o[a]=process.env[a]);return{...i,env:o}}}return t}import{createRequire as Aa}from"module";import{join as Ra}from"path";var Ea=Aa(import.meta.url);function xa(){if(process.env.MCP_BROWSER_PATH)return process.env.MCP_BROWSER_PATH;try{return Ea.resolve("@zibby/mcp-browser/dist/bin/mcp-browser-zibby.js")}catch{return null}}var La="1280x720",ja="1280x720";function $a({headless:r}={}){if(r===!0)return!0;if(r===!1)return!1;let t=process.env.ZIBBY_HEADLESS;return t==="1"||String(t).toLowerCase()==="true"}function Pa(r,t){let e=(r||[]).filter(n=>n!=="--headless");return t?[...e,"--headless"]:e}var Ca=`Execute this test using the browser tools available to you. You MUST make actual browser tool calls \u2014 do not fabricate results.
|
|
2
2
|
If you DO NOT have access to browser tools \u2192 return {"success": false, "steps": [], "browserClosed": false, "notes": "No browser tools available"}.
|
|
3
|
-
DO NOT return success: true unless you ACTUALLY called browser tools.`;function
|
|
3
|
+
DO NOT return success: true unless you ACTUALLY called browser tools.`;function Ln(){return!process.env.PREVIEW_BASE_URL||!process.env.PREVIEW_TOKEN?"":'\n\n## Previewing a server YOU start in this container (dev-server preview)\nThe browser runs in an ISOLATED container: localhost/private URLs are unreachable from it \u2014 NEVER navigate to http://localhost:<port>. To let the browser view a server you start in this run (npm run dev, vite, a mock API \u2014 anything HTTP):\n1. Start the server bound to 0.0.0.0 (e.g. `npm run dev -- --host` or `HOST=0.0.0.0`); a localhost-only bind is unreachable from outside this container.\n2. Build the preview URL from this run\'s injected env (Bash): `echo "$PREVIEW_BASE_URL/<port>/?pvt=$PREVIEW_TOKEN"` \u2014 substitute your server\'s actual port.\n3. Serve your app at its own ROOT and leave the URL prefix alone \u2014 do NOT set a base path for the preview (Vite `base`, Next.js `basePath`, CRA `PUBLIC_URL`). The platform routes this page\'s root-absolute requests (`/assets/\u2026`, `/@vite/client`, XHR) back to your server for you. Setting a base to the preview prefix makes the dev server redirect to it in a LOOP, and re-adding the prefix by hand is never needed.\n4. browser_navigate to that exact URL. The first load does a cookie handshake and redirects; after that, assets, XHR and hot-reload all work \u2014 screenshots and video too.\n5. THE PREVIEW URL IS THE DOOR, NOT A ROUTE. After that first load the browser sits on `.../preview/<id>/<port>/`, which is not a path your app has \u2014 a client-side router (Vue Router, React Router, Next\'s app router) matches nothing there and renders its own 404/"Not found", on a dev server that is working perfectly. To open a specific route, drop the preview prefix and navigate to it at the ORIGIN ROOT: `echo "${PREVIEW_BASE_URL%/preview/*}/<your/route>"` (e.g. `http://host:port/settings`). The handshake cookie routes it to your server with the path UNCHANGED, so the router sees `/settings` and renders it. Do NOT reach for the prefixed `.../preview/<id>/<port>/settings` \u2014 the proxy strips the prefix before your server sees it, but the BROWSER keeps it, which is exactly what the router chokes on.\nThe preview lives only as long as this run. Do not put PREVIEW_TOKEN anywhere except that URL.'}var jn={id:"browser",serverName:"playwright",cursorKey:"playwright-official",allowedTools:["mcp__playwright__*"],sessionEnvKey:"ZIBBY_SESSION_INFO",description:"Playwright Browser MCP Server",envKeys:[],tools:[],promptFragment:()=>Ca+Ln(),resolve({sessionPath:r,workspace:t,nodeName:e,headless:n}={}){let s=xa(),i=r&&e?Ra(r,e):null,o=i||r||t||"test-results",a=$a({headless:n}),c={};if(i&&(c.ZIBBY_NODE_SESSION_PATH=i),r&&(c.ZIBBY_SESSION_PATH=r),!s)throw new Error(`@zibby/mcp-browser is not installed.
|
|
4
4
|
Cloud: verify the Fargate image has it (packages/Dockerfile installs it globally alongside @zibby/cli).
|
|
5
5
|
Local: \`npm install @zibby/mcp-browser\` in your workflow, or use the global @zibby/cli install (which pulls it transitively).
|
|
6
|
-
Override: set MCP_BROWSER_PATH to the path of mcp-browser-zibby.js.`);return{command:"node",args:
|
|
6
|
+
Override: set MCP_BROWSER_PATH to the path of mcp-browser-zibby.js.`);return{command:"node",args:Pa([s,"--isolated",`--save-video=${La}`,`--viewport-size=${ja}`,`--output-dir=${o}`],a),env:c}}};import{createRequire as Ba}from"module";import{resolveIntegrationToken as Da,clearTokenCache as Ja}from"@zibby/core/backend-client.js";var S=Object.freeze({SENTRY:"sentry",JIRA:"jira",GITHUB:"github",GITLAB:"gitlab",SLACK:"slack",LARK:"lark",LARK_DOCS:"lark_docs",OPENAI_BILLING:"openai_billing",ANTHROPIC_BILLING:"anthropic_billing",CURSOR_ADMIN:"cursor_admin",NOTION:"notion",GOOGLE:"google",PLANE:"plane",LINEAR:"linear",VIKUNJA:"vikunja",FIGMA:"figma",HUBSPOT:"hubspot",OPEN_DESIGN:"open_design",LINKEDIN_PERSONAL:"linkedin_personal",LINKEDIN_BUSINESS:"linkedin_business",DISCORD:"discord"}),Ua=Object.freeze({sentry:{id:"sentry",name:"Sentry",connectPath:"/integrations?provider=sentry"},jira:{id:"jira",name:"Jira",connectPath:"/integrations?provider=jira"},github:{id:"github",name:"GitHub",connectPath:"/integrations?provider=github"},gitlab:{id:"gitlab",name:"GitLab",connectPath:"/integrations?provider=gitlab"},slack:{id:"slack",name:"Slack",connectPath:"/integrations?provider=slack"},lark:{id:"lark",name:"Lark Chat",connectPath:"/integrations?provider=lark"},lark_docs:{id:"lark_docs",name:"Lark App",connectPath:"/integrations?provider=lark_docs"},openai_billing:{id:"openai_billing",name:"OpenAI Admin",connectPath:"/integrations?provider=openai_billing"},anthropic_billing:{id:"anthropic_billing",name:"Anthropic Admin",connectPath:"/integrations?provider=anthropic_billing"},cursor_admin:{id:"cursor_admin",name:"Cursor Admin",connectPath:"/integrations?provider=cursor_admin"},notion:{id:"notion",name:"Notion",connectPath:"/integrations?provider=notion"},google:{id:"google",name:"Google Docs",connectPath:"/integrations?provider=google"},plane:{id:"plane",name:"Plane",connectPath:"/integrations?provider=plane"},linear:{id:"linear",name:"Linear",connectPath:"/integrations?provider=linear"},vikunja:{id:"vikunja",name:"Vikunja",connectPath:"/integrations?provider=vikunja"},figma:{id:"figma",name:"Figma",connectPath:"/integrations?provider=figma"},hubspot:{id:"hubspot",name:"HubSpot",connectPath:"/integrations?provider=hubspot"},open_design:{id:"open_design",name:"OpenDesign",connectPath:"/integrations?provider=open_design"},linkedin_personal:{id:"linkedin_personal",name:"LinkedIn (Personal)",connectPath:"/integrations?provider=linkedin_personal"},linkedin_business:{id:"linkedin_business",name:"LinkedIn (Business)",connectPath:"/integrations?provider=linkedin_business"},discord:{id:"discord",name:"Discord",connectPath:"/integrations?provider=discord"}});var Ma=Ba(import.meta.url);function qa(){if(process.env.MCP_JIRA_PATH)return process.env.MCP_JIRA_PATH;try{return Ma.resolve("@zibby/mcp-jira/index.js")}catch{return null}}var Fa=new Set(["paragraph","heading","bulletList","orderedList","listItem","blockquote","codeBlock","rule","table","tableRow","tableCell","tableHeader","mediaSingle","panel"]);function Ka(r,t){if(!t||!t.length)return r;let e=r;for(let n of t)n.type==="strong"?e=`**${e}**`:n.type==="em"?e=`_${e}_`:n.type==="code"?e=`\`${e}\``:n.type==="strike"?e=`~~${e}~~`:n.type==="link"&&n.attrs?.href&&(e=`[${e}](${n.attrs.href})`);return e}function Et(r,t=0){if(!Array.isArray(r))return"";let e=[];for(let n of r){if(n.type==="text"){e.push(Ka(n.text||"",n.marks));continue}if(n.type==="hardBreak"){e.push(`
|
|
7
7
|
`);continue}if(n.type==="rule"){e.push(`
|
|
8
8
|
---
|
|
9
9
|
`);continue}let s=n.content?Et(n.content,t+1):"";if(n.type==="listItem")e.push(s);else if(n.type==="bulletList"){let i=(n.content||[]).map(o=>`- ${Et(o.content||[],t+1).trim()}`);e.push(`
|
|
@@ -16,12 +16,12 @@ ${i.join(`
|
|
|
16
16
|
|
|
17
17
|
${"#".repeat(i)} ${s.trim()}
|
|
18
18
|
|
|
19
|
-
`)}else
|
|
19
|
+
`)}else Fa.has(n.type)?e.push(`
|
|
20
20
|
|
|
21
21
|
${s}
|
|
22
22
|
`):e.push(s)}return e.join("").replace(/\n{3,}/g,`
|
|
23
23
|
|
|
24
|
-
`)}function Be(r){return String(r||"").toLowerCase().replace(/\s+/g,"").replace(/[()\-_::"'`]/g,"")}function Ir(r){return Be(r).replace(/[a-z0-9]+/g,"")}function xt(r,t){let e=Be(r),n=Be(t);if(!e||!n)return 0;if(e===n)return 1;if(e.length===1||n.length===1)return e===n?1:0;let s=d=>{let p=new Map;for(let u=0;u<d.length-1;u++){let m=d.slice(u,u+2);p.set(m,(p.get(m)||0)+1)}return p},i=s(e),o=s(n),a=0,c=0,l=0;for(let d of i.values())c+=d;for(let d of o.values())l+=d;for(let[d,p]of i.entries()){let u=o.get(d)||0;a+=Math.min(p,u)}return 2*a/Math.max(1,c+l)}function _e(r){return String(r||"").toLowerCase().replace(/\s+/g,"").replace(/[()\-_::"'`]/g,"")}function
|
|
24
|
+
`)}function Be(r){return String(r||"").toLowerCase().replace(/\s+/g,"").replace(/[()\-_::"'`]/g,"")}function Ir(r){return Be(r).replace(/[a-z0-9]+/g,"")}function xt(r,t){let e=Be(r),n=Be(t);if(!e||!n)return 0;if(e===n)return 1;if(e.length===1||n.length===1)return e===n?1:0;let s=d=>{let p=new Map;for(let u=0;u<d.length-1;u++){let m=d.slice(u,u+2);p.set(m,(p.get(m)||0)+1)}return p},i=s(e),o=s(n),a=0,c=0,l=0;for(let d of i.values())c+=d;for(let d of o.values())l+=d;for(let[d,p]of i.entries()){let u=o.get(d)||0;a+=Math.min(p,u)}return 2*a/Math.max(1,c+l)}function _e(r){return String(r||"").toLowerCase().replace(/\s+/g,"").replace(/[()\-_::"'`]/g,"")}function Ga(r,t=[]){let e=Array.isArray(t)?t:[];if(e.length===0)return{requested:r||null,resolved:null,strategy:"none"};let n=e.filter(a=>!a.subtask),s=n.length>0?n:e,i=_e(r);if(i){let a=s.find(d=>_e(d.name)===i);if(a)return{requested:r,resolved:a,strategy:"exact"};let c={task:["task","\u4EFB\u52A1","\u4E8B\u9879","to do","todo"],story:["story","\u7528\u6237\u6545\u4E8B","\u9700\u6C42"],bug:["bug","\u7F3A\u9677","\u95EE\u9898"],improvement:["improvement","\u4F18\u5316","\u6539\u8FDB"],epic:["epic","\u53F2\u8BD7"]};for(let d of Object.values(c)){if(!d.some(u=>_e(u)===i))continue;let p=s.find(u=>d.some(m=>_e(m)===_e(u.name)));if(p)return{requested:r,resolved:p,strategy:"alias"}}let l=s.map(d=>({t:d,score:xt(r,d.name)})).sort((d,p)=>p.score-d.score);if(l[0]&&l[0].score>=.5)return{requested:r,resolved:l[0].t,strategy:"fuzzy"}}let o=["task","story","bug","improvement","epic"];for(let a of o){let c=s.find(l=>_e(l.name)===a);if(c)return{requested:r||null,resolved:c,strategy:"default-preferred"}}return{requested:r||null,resolved:s[0],strategy:"default-first"}}async function $n(r){let t=`projectKeys=${encodeURIComponent(r)}&expand=projects.issuetypes`,e=await L(`/rest/api/3/issue/createmeta?${t}`),n=Array.isArray(e?.projects)?e.projects:[],i=n.find(a=>String(a?.key||"").toUpperCase()===String(r||"").toUpperCase())||n[0]||null;return(Array.isArray(i?.issuetypes)?i.issuetypes:[]).map(a=>({id:a.id,name:a.name,subtask:!!a.subtask,description:a.description||null}))}async function Pn(r,t){if(!r)throw new Error("projectKey is required");let e="sprint is not EMPTY";t==="active"?e="sprint in openSprints()":t==="closed"?e="sprint in closedSprints()":t==="future"&&(e="sprint in futureSprints()");let n=`project = ${r} AND ${e} ORDER BY updated DESC`,s=`jql=${encodeURIComponent(n)}&maxResults=100&fields=customfield_10020`,i=await L(`/rest/api/3/search/jql?${s}`),o=new Map;for(let a of i.issues||[])for(let c of a.fields?.customfield_10020||[])c&&!o.has(c.id)&&o.set(c.id,{id:c.id,name:c.name,state:c.state,boardId:c.boardId||null,startDate:c.startDate||null,endDate:c.endDate||null,goal:c.goal||null});return[...o.values()].sort((a,c)=>{let l={active:0,future:1,closed:2},d=(l[a.state]??3)-(l[c.state]??3);return d!==0?d:String(c.startDate||"").localeCompare(String(a.startDate||""))})}function Ha(r,{sprintId:t,sprintName:e,target:n}={}){let s=Array.isArray(r)?r:[];if(!s.length)return{sprint:null,selectedBy:"none"};if(t!=null&&String(t).trim()!=="")return{sprint:s.find(a=>String(a.id)===String(t))||null,selectedBy:"id"};if(e&&String(e).trim()){let o=String(e).trim(),a=s.find(l=>String(l.name||"").toLowerCase()===o.toLowerCase());if(a)return{sprint:a,selectedBy:"name-exact"};let c=s.map(l=>({s:l,score:xt(o,l.name||"")})).sort((l,d)=>d.score-l.score);return c[0]&&c[0].score>=.5?{sprint:c[0].s,selectedBy:"name-fuzzy"}:{sprint:null,selectedBy:"name-none"}}let i=String(n||"current").trim().toLowerCase();return i==="active"||i==="current"||i==="latest"?{sprint:s[0],selectedBy:i}:{sprint:s[0],selectedBy:"default"}}function Ya(r,t){let e=r?.fields?.customfield_10020;return Array.isArray(e)?e.some(n=>String(n?.id)===String(t)):!1}async function za({issueKey:r,projectKey:t,sprintId:e,attempts:n=3,delayMs:s=450}){let i=[];for(let o=0;o<n;o++){try{let a=`project = ${t} AND key = ${r} AND sprint = ${e}`,c=`jql=${encodeURIComponent(a)}&maxResults=1&fields=key,status`,l=await L(`/rest/api/3/search/jql?${c}`);if(Number(l?.total||0)>0)return i.push({attempt:o+1,jql:!0,issueField:null}),{ok:!0,method:"jql",traces:i};let p=await L(`/rest/api/3/issue/${r}?fields=customfield_10020,status`),u=Ya(p,e);if(i.push({attempt:o+1,jql:!1,issueField:u}),u)return{ok:!0,method:"issue_field",traces:i}}catch(a){i.push({attempt:o+1,error:String(a?.message||a)})}o<n-1&&await new Promise(a=>setTimeout(a,s))}return{ok:!1,method:"none",traces:i}}async function Nr({issueKey:r,projectKey:t,sprintId:e,sprintName:n,target:s}){if(!r)return{ok:!1,error:"issueKey is required"};let i=t;if(!i&&(i=(await L(`/rest/api/3/issue/${r}?fields=project`))?.fields?.project?.key||null,!i))return{ok:!1,error:`Could not resolve project for ${r}`};let o=await Pn(i,"active");if(!o.length)return{ok:!1,error:`No assignable active sprint found for project ${i}`};let{sprint:a,selectedBy:c}=Ha(o,{sprintId:e,sprintName:n,target:s});if(!a)return{ok:!1,error:`No matching sprint found in ${i}`,requested:{sprintId:e??null,sprintName:n??null,target:s??"current"},availableSprints:o.map(p=>({id:p.id,name:p.name,state:p.state}))};await L(`/rest/api/3/issue/${r}`,{method:"PUT",body:{fields:{customfield_10020:Number(a.id)}}});let l=await za({issueKey:r,projectKey:i,sprintId:a.id}),d=l.ok;return{ok:d,issueKey:r,projectKey:i,sprintId:a.id,sprintName:a.name,selectedBy:c,verifiedBy:l.method,verified:d,verificationTrace:l.traces,warning:d?null:`Sprint assignment attempted but verification did not find ${r} in sprint ${a.id}`}}async function L(r,t={}){let e=async()=>{let{token:n,cloudId:s}=await Da("jira");if(typeof n!="string"||!n)throw new Error(`Invalid jira token type: ${typeof n}`);if(!s)throw new Error("Invalid jira cloudId: missing");let i=`https://api.atlassian.com/ex/jira/${s}${r}`,o=await fetch(i,{method:t.method||"GET",headers:{Authorization:`Bearer ${n}`,Accept:"application/json",...t.body?{"Content-Type":"application/json"}:{},...t.headers},body:t.body?JSON.stringify(t.body):void 0});if(!o.ok){let c=await o.text().catch(()=>"");throw new Error(`Jira API ${o.status}: ${c.slice(0,300)}`)}let a=await o.text().catch(()=>"");if(!a||!a.trim())return{};try{return JSON.parse(a)}catch{return{raw:a}}};try{return await e()}catch(n){let s=String(n?.message||n||"").toLowerCase();if(!(s.includes("token")||s.includes("401")||s.includes("403")||s.includes("substring")))throw n;return Ja("jira"),e()}}var Cn={id:"jira",callsBackend:!0,serverName:"jira",allowedTools:["mcp__jira__*"],requiresIntegration:S.JIRA,envKeys:["ATLASSIAN_ACCESS_TOKEN","ATLASSIAN_CLOUD_ID"],description:"Zibby Jira MCP Server (OAuth Bearer)",promptFragment:`## Jira
|
|
25
25
|
You have direct access to the user's Jira. Use these tools proactively:
|
|
26
26
|
|
|
27
27
|
### Issue tools
|
|
@@ -71,7 +71,7 @@ When user asks to move/transition ticket status:
|
|
|
71
71
|
3. Pick the correct transition from returned list (match by "to" status name, not guesswork), then call jira_transition_issue with transitionId.
|
|
72
72
|
4. Call jira_get_issue(issueKey) to verify final status before claiming success.
|
|
73
73
|
5. If target wording differs (e.g. \u5DF2\u7ECF\u9A8C\u6536 vs \u5DF2\u9A8C\u6536), try toStatus first; only ask user to confirm when no reasonable match exists.
|
|
74
|
-
6. IMPORTANT: When target is clear, complete transition + verification in SAME turn. Do NOT stop after listing options.`,resolve(){let r=Ua();if(!r)return null;let t={};for(let e of this.envKeys)process.env[e]&&(t[e]=process.env[e]);process.env.ATLASSIAN_INSTANCE_URL&&(t.ATLASSIAN_INSTANCE_URL=process.env.ATLASSIAN_INSTANCE_URL);for(let e of["JIRA_API_TOKEN","JIRA_EMAIL","JIRA_BASE_URL"])process.env[e]&&(t[e]=process.env[e]);return{command:"node",args:[r],env:t,description:this.description}},async handleToolCall(r,t){try{switch(r){case"jira_list_projects":{let e=await L("/rest/api/3/project"),n=(Array.isArray(e)?e:[]).map(s=>({id:s.id,key:s.key,name:s.name,style:s.style}));return JSON.stringify({count:n.length,projects:n})}case"jira_list_statuses":{let{projectKey:e}=t||{};if(e){let i=await L(`/rest/api/3/project/${encodeURIComponent(e)}/statuses`),o=Array.isArray(i)?i:[],a=new Map;for(let l of o)for(let d of l.statuses||[])d?.id&&(a.has(d.id)||a.set(d.id,{id:d.id,name:d.name,category:d.statusCategory?.name||null}));let c=[...a.values()].sort((l,d)=>String(l.name).localeCompare(String(d.name)));return JSON.stringify({scope:"project",projectKey:e,count:c.length,statuses:c})}let n=await L("/rest/api/3/status"),s=(Array.isArray(n)?n:[]).map(i=>({id:i.id,name:i.name,category:i.statusCategory?.name||null})).sort((i,o)=>String(i.name).localeCompare(String(o.name)));return JSON.stringify({scope:"global",count:s.length,statuses:s})}case"jira_list_issue_types":{let{projectKey:e}=t||{};if(!e)return JSON.stringify({error:"projectKey is required"});let n=await jn(e);return JSON.stringify({projectKey:e,count:n.length,issueTypes:n})}case"jira_search":{let e=t.jql||"",n=t.maxResults||20;e.replace(/\s*ORDER\s+BY\s+.*/i,"").trim()||(e=`created >= -365d ${e}`.trim());let i=`jql=${encodeURIComponent(e)}&maxResults=${n}&fields=summary,status,assignee,priority,updated,issuetype,project`,a=((await L(`/rest/api/3/search/jql?${i}`)).issues||[]).map(c=>({key:c.key,project:c.fields?.project?.key,summary:c.fields?.summary,status:c.fields?.status?.name,assignee:c.fields?.assignee?.displayName||"Unassigned",priority:c.fields?.priority?.name,type:c.fields?.issuetype?.name}));return JSON.stringify({count:a.length,issues:a})}case"jira_get_issue":{let e=t.issueKey;if(!e)return JSON.stringify({error:"issueKey is required"});let n=await L(`/rest/api/3/issue/${e}`);return JSON.stringify({key:n.key,project:n.fields?.project?.key,summary:n.fields?.summary,description:n.fields?.description,status:n.fields?.status?.name,assignee:n.fields?.assignee?.displayName||"Unassigned",priority:n.fields?.priority?.name,type:n.fields?.issuetype?.name,labels:n.fields?.labels,created:n.fields?.created,updated:n.fields?.updated})}case"jira_create_issue":{let{projectKey:e,summary:n,issueType:s,description:i,priority:o,labels:a,assigneeId:c,moveToSprint:l,moveToActiveSprint:d,sprintId:p,sprintName:u,target:m}=t;if(!e||!n)return JSON.stringify({error:"projectKey and summary are required"});let h={requested:s||null,resolved:null,strategy:"none"},f=[];try{f=await jn(e),h=Ja(s,f)}catch{}let b={project:{key:e},summary:n,issuetype:h?.resolved?.id?{id:h.resolved.id}:{name:s||"Task"}};i&&(b.description={type:"doc",version:1,content:[{type:"paragraph",content:[{type:"text",text:i}]}]}),o&&(b.priority={name:o}),a?.length&&(b.labels=a),c&&(b.assignee={id:c});let y=await L("/rest/api/3/issue",{method:"POST",body:{fields:b}}),_={ok:!0,key:y.key,id:y.id,self:y.self};return h?.resolved&&(_.issueType=h.resolved.name,_.issueTypeResolution=h.strategy,h.strategy!=="exact"&&h.requested&&_e(h.requested)!==_e(h.resolved.name)&&(_.issueTypeWarning=`Requested "${h.requested}" is not available in ${e}; used "${h.resolved.name}" instead.`)),f.length>0&&(_.availableIssueTypes=f.map(g=>g.name)),(l||d)&&(_.sprintMove=await Nr({issueKey:y.key,projectKey:e,sprintId:p,sprintName:u,target:m})),JSON.stringify(_)}case"jira_list_sprints":{let{projectKey:e,state:n}=t,s=await $n(e,n);return JSON.stringify({count:s.length,sprints:s})}case"jira_move_to_active_sprint":{let{issueKey:e,projectKey:n,sprintId:s,sprintName:i,target:o}=t||{},a=await Nr({issueKey:e,projectKey:n,sprintId:s,sprintName:i,target:o||"current"});return JSON.stringify(a)}case"jira_move_issue_to_sprint":{let{issueKey:e,projectKey:n,sprintId:s,sprintName:i,target:o}=t||{},a=await Nr({issueKey:e,projectKey:n,sprintId:s,sprintName:i,target:o});return JSON.stringify(a)}case"jira_get_sprint_issues":{let{sprintName:e,sprintId:n,projectKey:s,status:i,maxResults:o}=t;if(!e&&!n)return JSON.stringify({error:"sprintName or sprintId is required"});let a=o||50,c=n?`sprint = ${n}`:`sprint = "${e}"`,l=s?`project = ${s} AND `:"",d=i?` AND status = "${i}"`:"",p=`${l}${c}${d} ORDER BY status ASC, priority DESC`,u=`jql=${encodeURIComponent(p)}&maxResults=${a}&fields=summary,status,assignee,priority,issuetype,project`,m=await L(`/rest/api/3/search/jql?${u}`),h=(m.issues||[]).map(b=>({key:b.key,project:b.fields?.project?.key,summary:b.fields?.summary,status:b.fields?.status?.name,assignee:b.fields?.assignee?.displayName||"Unassigned",priority:b.fields?.priority?.name,type:b.fields?.issuetype?.name})),f={};for(let b of h)f[b.status]=(f[b.status]||0)+1;return JSON.stringify({count:h.length,total:m.total||h.length,statusCounts:f,issues:h})}case"jira_get_comments":{let{issueKey:e,maxResults:n}=t;if(!e)return JSON.stringify({error:"issueKey is required"});let i=await L(`/rest/api/3/issue/${e}/comment?maxResults=${n||50}&orderBy=-created`),o=(i.comments||[]).map(a=>{let c="";return a.body?.content&&(c=Et(a.body.content)),{id:a.id,author:a.author?.displayName||"Unknown",body:c,created:a.created,updated:a.updated}});return JSON.stringify({count:o.length,total:i.total||o.length,comments:o})}case"jira_add_comment":{let{issueKey:e,body:n}=t;return!e||!n?JSON.stringify({error:"issueKey and body are required"}):(await L(`/rest/api/3/issue/${e}/comment`,{method:"POST",body:{body:{type:"doc",version:1,content:[{type:"paragraph",content:[{type:"text",text:n}]}]}}}),JSON.stringify({ok:!0,issueKey:e}))}case"jira_edit_issue":{let{issueKey:e,fields:n}=t;return!e||!n?JSON.stringify({error:"issueKey and fields are required"}):(await L(`/rest/api/3/issue/${e}`,{method:"PUT",body:{fields:n}}),JSON.stringify({ok:!0,issueKey:e}))}case"jira_transition_issue":{let{issueKey:e,transitionId:n,toStatus:s,statusName:i,status:o}=t;if(!e)return JSON.stringify({error:"issueKey is required"});let a=String(s||i||o||"").trim();if(!n&&!a){let p=((await L(`/rest/api/3/issue/${e}/transitions`)).transitions||[]).map(u=>({id:u.id,name:u.name,to:u.to?.name}));return JSON.stringify({ok:!1,error:"transitionId or toStatus is required",issueKey:e,availableTransitions:p})}let c=n;if(!c){let p=(await L(`/rest/api/3/issue/${e}/transitions`)).transitions||[],u=Be(a),m=p.find(h=>Be(h?.name||"")===u||Be(h?.to?.name||"")===u);if(!m){let h=Ir(a);h.length>=2&&(m=p.find(f=>{let b=Ir(f?.name||""),y=Ir(f?.to?.name||""),_=b.length>=2&&(b.includes(h)||h.includes(b)),g=y.length>=2&&(y.includes(h)||h.includes(y));return _||g}))}if(!m){let h=p.map(_=>{let g=xt(a,_?.name||""),k=xt(a,_?.to?.name||"");return{t:_,score:Math.max(g,k)}}).sort((_,g)=>g.score-_.score),f=h[0],b=h[1];f&&f.score>=.45&&(!b||f.score-b.score>=.12)&&(m=f.t)}if(!m?.id)return JSON.stringify({ok:!1,error:`No transition matches target status: "${a}"`,issueKey:e,availableTransitions:p.map(h=>({id:h.id,name:h.name,to:h.to?.name}))});c=m.id}await L(`/rest/api/3/issue/${e}/transitions`,{method:"POST",body:{transition:{id:c}}});let l=await L(`/rest/api/3/issue/${e}?fields=status`);return JSON.stringify({ok:!0,issueKey:e,transitionId:c,statusAfter:l?.fields?.status?.name||null})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"jira_list_projects",description:"List all Jira projects accessible to the user",input_schema:{type:"object",properties:{}}},{name:"jira_list_statuses",description:"List Jira statuses. Use projectKey to get statuses applicable in that project workflow.",input_schema:{type:"object",properties:{projectKey:{type:"string",description:"Optional project key (e.g. PROJ). If omitted, returns global status catalog."}}}},{name:"jira_list_issue_types",description:"List issue types allowed for issue creation in the given project.",input_schema:{type:"object",properties:{projectKey:{type:"string",description:"Project key, e.g. PROJ"}},required:["projectKey"]}},{name:"jira_search",description:"Search Jira issues using JQL",input_schema:{type:"object",properties:{jql:{type:"string",description:'JQL query string, e.g. "project = PROJ AND status = Open"'},maxResults:{type:"number",description:"Max results to return (default 20)"}},required:["jql"]}},{name:"jira_get_issue",description:"Get details of a specific Jira issue",input_schema:{type:"object",properties:{issueKey:{type:"string",description:"Issue key, e.g. PROJ-123"}},required:["issueKey"]}},{name:"jira_create_issue",description:"Create a new Jira issue",input_schema:{type:"object",properties:{projectKey:{type:"string",description:"Project key, e.g. PROJ"},summary:{type:"string",description:"Issue title/summary"},issueType:{type:"string",description:"Issue type (default: Task). Common: Task, Bug, Story, Epic"},description:{type:"string",description:"Issue description (plain text)"},priority:{type:"string",description:"Priority name, e.g. High, Medium, Low"},labels:{type:"array",items:{type:"string"},description:"Array of label strings"},assigneeId:{type:"string",description:"Atlassian account ID to assign to"},moveToSprint:{type:"boolean",description:"If true, move created issue to a sprint and verify."},moveToActiveSprint:{type:"boolean",description:"Backward-compatible alias for moveToSprint."},sprintId:{type:"number",description:"Optional sprint id for placement."},sprintName:{type:"string",description:"Optional sprint name for placement."},target:{type:"string",description:"Placement target when sprintId/sprintName omitted: current|active|latest (default: current)."}},required:["projectKey","summary"]}},{name:"jira_list_sprints",description:"List sprints for a Jira project (returns sprint names, IDs, states, dates)",input_schema:{type:"object",properties:{projectKey:{type:"string",description:"Project key, e.g. PROJ"},state:{type:"string",description:"Filter: active, closed, future. Omit for all."}},required:["projectKey"]}},{name:"jira_get_sprint_issues",description:"Get all issues in a sprint, optionally filtered by status column name",input_schema:{type:"object",properties:{sprintName:{type:"string",description:"Sprint name (from jira_list_sprints). Use this OR sprintId."},sprintId:{type:"number",description:"Sprint ID (from jira_list_sprints). Use this OR sprintName."},projectKey:{type:"string",description:"Project key to scope the search (optional)"},status:{type:"string",description:'Filter by status name (e.g. "\u8FDB\u884C\u4E2D", "\u6D4B\u8BD5", "Done")'},maxResults:{type:"number",description:"Max issues to return (default 50)"}}}},{name:"jira_move_to_active_sprint",description:"Backward-compatible alias: move issue to sprint target and verify membership.",input_schema:{type:"object",properties:{issueKey:{type:"string",description:"Issue key, e.g. PROJ-123"},projectKey:{type:"string",description:"Optional project key. If omitted, inferred from issue."},sprintId:{type:"number",description:"Optional sprint id."},sprintName:{type:"string",description:"Optional sprint name."},target:{type:"string",description:"Target when sprintId/sprintName omitted: current|active|latest (default: current)."}},required:["issueKey"]}},{name:"jira_move_issue_to_sprint",description:"Move an issue to a sprint by id/name/target and verify membership.",input_schema:{type:"object",properties:{issueKey:{type:"string",description:"Issue key, e.g. PROJ-123"},projectKey:{type:"string",description:"Optional project key. If omitted, inferred from issue."},sprintId:{type:"number",description:"Optional sprint id."},sprintName:{type:"string",description:"Optional sprint name."},target:{type:"string",description:"Target when sprintId/sprintName omitted: current|active|latest (default: current)."}},required:["issueKey"]}},{name:"jira_get_comments",description:"Get comments on a Jira issue (newest first)",input_schema:{type:"object",properties:{issueKey:{type:"string",description:"Issue key, e.g. PROJ-123"},maxResults:{type:"number",description:"Max comments to return (default 50)"}},required:["issueKey"]}},{name:"jira_add_comment",description:"Add a comment to a Jira issue",input_schema:{type:"object",properties:{issueKey:{type:"string",description:"Issue key, e.g. PROJ-123"},body:{type:"string",description:"Comment text (plain text)"}},required:["issueKey","body"]}},{name:"jira_edit_issue",description:"Update fields on a Jira issue (summary, story points, labels, priority)",input_schema:{type:"object",properties:{issueKey:{type:"string",description:"Issue key, e.g. PROJ-123"},fields:{type:"object",description:"Object of field names to values",additionalProperties:!0}},required:["issueKey","fields"]}},{name:"jira_transition_issue",description:"Move a Jira issue to a different status. Always pass toStatus when user gave a target; only pass issueKey alone when you explicitly need to list transitions.",input_schema:{type:"object",properties:{issueKey:{type:"string",description:"Issue key, e.g. PROJ-123"},transitionId:{type:"string",description:"Transition ID to perform (optional if toStatus is provided)"},toStatus:{type:"string",description:'Target status/column name (e.g. "\u5DF2\u7ECF\u9A8C\u6536", "Done", "In Progress"). If provided, tool resolves matching transition automatically.'}},required:["issueKey"]}}]};import{existsSync as sc}from"fs";import{fileURLToPath as ic}from"url";import{dirname as oc,resolve as ac}from"path";import{resolveIntegrationToken as Mn}from"@zibby/core/backend-client.js";import{spawn as Ka,execSync as Ga}from"child_process";import{existsSync as ee,mkdirSync as Ha,readdirSync as Bn,statSync as Ya,readFileSync as za}from"fs";import{resolve as Or,join as te,basename as Wa}from"path";var Tr=".zibby/repos";function Cn(r,t){try{let e=new URL(r);return e.protocol==="https:"&&e.host.toLowerCase()===t.toLowerCase()}catch{return!1}}function Un(r,t,e){let n=new URL(r);return n.username=encodeURIComponent(t),n.password=encodeURIComponent(e),n.toString()}function Za(r){let t=String(r??"");for(let e of[process.env.GITHUB_TOKEN,process.env.GITLAB_TOKEN])e&&(t=t.split(e).join("***"));return t.replace(/x-access-token:[^@\s]*@/g,"x-access-token:***@").replace(/oauth2:[^@\s]*@/g,"oauth2:***@").replace(/https?:\/\/[^/@\s:]+:[^@\s]+@/g,e=>e.replace(/:[^@\s]+@/,":***@"))}function rt(r,t,e,n,s="clone"){try{r(`git -C "${t}" remote set-url origin "${e}"`,{stdio:"pipe"})}catch(i){let o=String(i?.message||i);n&&(o=o.split(n).join("***")),console.error(`[${s}] WARNING: failed to strip token from .git/config: ${o}`)}}function Lt(r,t,e={}){return new Promise((n,s)=>{let i=Ka(r,{cwd:t,shell:!0,env:{...process.env,GIT_TERMINAL_PROMPT:"0",...e}}),o="",a="";i.stdout.on("data",c=>{o+=c.toString()}),i.stderr.on("data",c=>{a+=c.toString()}),i.on("close",c=>{c!==0?s(new Error(`Exit ${c}: ${a.trim()||o.trim()}`)):n(o.trim())}),i.on("error",c=>s(c))})}var be={id:"git",description:"Clone and manage git repositories for codebase analysis",envKeys:["GITHUB_TOKEN","GITLAB_TOKEN"],inProcessOnly:!0,promptFragment:`## Git Repositories
|
|
74
|
+
6. IMPORTANT: When target is clear, complete transition + verification in SAME turn. Do NOT stop after listing options.`,resolve(){let r=qa();if(!r)return null;let t={};for(let e of this.envKeys)process.env[e]&&(t[e]=process.env[e]);process.env.ATLASSIAN_INSTANCE_URL&&(t.ATLASSIAN_INSTANCE_URL=process.env.ATLASSIAN_INSTANCE_URL);for(let e of["JIRA_API_TOKEN","JIRA_EMAIL","JIRA_BASE_URL"])process.env[e]&&(t[e]=process.env[e]);return{command:"node",args:[r],env:t,description:this.description}},async handleToolCall(r,t){try{switch(r){case"jira_list_projects":{let e=await L("/rest/api/3/project"),n=(Array.isArray(e)?e:[]).map(s=>({id:s.id,key:s.key,name:s.name,style:s.style}));return JSON.stringify({count:n.length,projects:n})}case"jira_list_statuses":{let{projectKey:e}=t||{};if(e){let i=await L(`/rest/api/3/project/${encodeURIComponent(e)}/statuses`),o=Array.isArray(i)?i:[],a=new Map;for(let l of o)for(let d of l.statuses||[])d?.id&&(a.has(d.id)||a.set(d.id,{id:d.id,name:d.name,category:d.statusCategory?.name||null}));let c=[...a.values()].sort((l,d)=>String(l.name).localeCompare(String(d.name)));return JSON.stringify({scope:"project",projectKey:e,count:c.length,statuses:c})}let n=await L("/rest/api/3/status"),s=(Array.isArray(n)?n:[]).map(i=>({id:i.id,name:i.name,category:i.statusCategory?.name||null})).sort((i,o)=>String(i.name).localeCompare(String(o.name)));return JSON.stringify({scope:"global",count:s.length,statuses:s})}case"jira_list_issue_types":{let{projectKey:e}=t||{};if(!e)return JSON.stringify({error:"projectKey is required"});let n=await $n(e);return JSON.stringify({projectKey:e,count:n.length,issueTypes:n})}case"jira_search":{let e=t.jql||"",n=t.maxResults||20;e.replace(/\s*ORDER\s+BY\s+.*/i,"").trim()||(e=`created >= -365d ${e}`.trim());let i=`jql=${encodeURIComponent(e)}&maxResults=${n}&fields=summary,status,assignee,priority,updated,issuetype,project`,a=((await L(`/rest/api/3/search/jql?${i}`)).issues||[]).map(c=>({key:c.key,project:c.fields?.project?.key,summary:c.fields?.summary,status:c.fields?.status?.name,assignee:c.fields?.assignee?.displayName||"Unassigned",priority:c.fields?.priority?.name,type:c.fields?.issuetype?.name}));return JSON.stringify({count:a.length,issues:a})}case"jira_get_issue":{let e=t.issueKey;if(!e)return JSON.stringify({error:"issueKey is required"});let n=await L(`/rest/api/3/issue/${e}`);return JSON.stringify({key:n.key,project:n.fields?.project?.key,summary:n.fields?.summary,description:n.fields?.description,status:n.fields?.status?.name,assignee:n.fields?.assignee?.displayName||"Unassigned",priority:n.fields?.priority?.name,type:n.fields?.issuetype?.name,labels:n.fields?.labels,created:n.fields?.created,updated:n.fields?.updated})}case"jira_create_issue":{let{projectKey:e,summary:n,issueType:s,description:i,priority:o,labels:a,assigneeId:c,moveToSprint:l,moveToActiveSprint:d,sprintId:p,sprintName:u,target:m}=t;if(!e||!n)return JSON.stringify({error:"projectKey and summary are required"});let h={requested:s||null,resolved:null,strategy:"none"},f=[];try{f=await $n(e),h=Ga(s,f)}catch{}let b={project:{key:e},summary:n,issuetype:h?.resolved?.id?{id:h.resolved.id}:{name:s||"Task"}};i&&(b.description={type:"doc",version:1,content:[{type:"paragraph",content:[{type:"text",text:i}]}]}),o&&(b.priority={name:o}),a?.length&&(b.labels=a),c&&(b.assignee={id:c});let y=await L("/rest/api/3/issue",{method:"POST",body:{fields:b}}),_={ok:!0,key:y.key,id:y.id,self:y.self};return h?.resolved&&(_.issueType=h.resolved.name,_.issueTypeResolution=h.strategy,h.strategy!=="exact"&&h.requested&&_e(h.requested)!==_e(h.resolved.name)&&(_.issueTypeWarning=`Requested "${h.requested}" is not available in ${e}; used "${h.resolved.name}" instead.`)),f.length>0&&(_.availableIssueTypes=f.map(g=>g.name)),(l||d)&&(_.sprintMove=await Nr({issueKey:y.key,projectKey:e,sprintId:p,sprintName:u,target:m})),JSON.stringify(_)}case"jira_list_sprints":{let{projectKey:e,state:n}=t,s=await Pn(e,n);return JSON.stringify({count:s.length,sprints:s})}case"jira_move_to_active_sprint":{let{issueKey:e,projectKey:n,sprintId:s,sprintName:i,target:o}=t||{},a=await Nr({issueKey:e,projectKey:n,sprintId:s,sprintName:i,target:o||"current"});return JSON.stringify(a)}case"jira_move_issue_to_sprint":{let{issueKey:e,projectKey:n,sprintId:s,sprintName:i,target:o}=t||{},a=await Nr({issueKey:e,projectKey:n,sprintId:s,sprintName:i,target:o});return JSON.stringify(a)}case"jira_get_sprint_issues":{let{sprintName:e,sprintId:n,projectKey:s,status:i,maxResults:o}=t;if(!e&&!n)return JSON.stringify({error:"sprintName or sprintId is required"});let a=o||50,c=n?`sprint = ${n}`:`sprint = "${e}"`,l=s?`project = ${s} AND `:"",d=i?` AND status = "${i}"`:"",p=`${l}${c}${d} ORDER BY status ASC, priority DESC`,u=`jql=${encodeURIComponent(p)}&maxResults=${a}&fields=summary,status,assignee,priority,issuetype,project`,m=await L(`/rest/api/3/search/jql?${u}`),h=(m.issues||[]).map(b=>({key:b.key,project:b.fields?.project?.key,summary:b.fields?.summary,status:b.fields?.status?.name,assignee:b.fields?.assignee?.displayName||"Unassigned",priority:b.fields?.priority?.name,type:b.fields?.issuetype?.name})),f={};for(let b of h)f[b.status]=(f[b.status]||0)+1;return JSON.stringify({count:h.length,total:m.total||h.length,statusCounts:f,issues:h})}case"jira_get_comments":{let{issueKey:e,maxResults:n}=t;if(!e)return JSON.stringify({error:"issueKey is required"});let i=await L(`/rest/api/3/issue/${e}/comment?maxResults=${n||50}&orderBy=-created`),o=(i.comments||[]).map(a=>{let c="";return a.body?.content&&(c=Et(a.body.content)),{id:a.id,author:a.author?.displayName||"Unknown",body:c,created:a.created,updated:a.updated}});return JSON.stringify({count:o.length,total:i.total||o.length,comments:o})}case"jira_add_comment":{let{issueKey:e,body:n}=t;return!e||!n?JSON.stringify({error:"issueKey and body are required"}):(await L(`/rest/api/3/issue/${e}/comment`,{method:"POST",body:{body:{type:"doc",version:1,content:[{type:"paragraph",content:[{type:"text",text:n}]}]}}}),JSON.stringify({ok:!0,issueKey:e}))}case"jira_edit_issue":{let{issueKey:e,fields:n}=t;return!e||!n?JSON.stringify({error:"issueKey and fields are required"}):(await L(`/rest/api/3/issue/${e}`,{method:"PUT",body:{fields:n}}),JSON.stringify({ok:!0,issueKey:e}))}case"jira_transition_issue":{let{issueKey:e,transitionId:n,toStatus:s,statusName:i,status:o}=t;if(!e)return JSON.stringify({error:"issueKey is required"});let a=String(s||i||o||"").trim();if(!n&&!a){let p=((await L(`/rest/api/3/issue/${e}/transitions`)).transitions||[]).map(u=>({id:u.id,name:u.name,to:u.to?.name}));return JSON.stringify({ok:!1,error:"transitionId or toStatus is required",issueKey:e,availableTransitions:p})}let c=n;if(!c){let p=(await L(`/rest/api/3/issue/${e}/transitions`)).transitions||[],u=Be(a),m=p.find(h=>Be(h?.name||"")===u||Be(h?.to?.name||"")===u);if(!m){let h=Ir(a);h.length>=2&&(m=p.find(f=>{let b=Ir(f?.name||""),y=Ir(f?.to?.name||""),_=b.length>=2&&(b.includes(h)||h.includes(b)),g=y.length>=2&&(y.includes(h)||h.includes(y));return _||g}))}if(!m){let h=p.map(_=>{let g=xt(a,_?.name||""),k=xt(a,_?.to?.name||"");return{t:_,score:Math.max(g,k)}}).sort((_,g)=>g.score-_.score),f=h[0],b=h[1];f&&f.score>=.45&&(!b||f.score-b.score>=.12)&&(m=f.t)}if(!m?.id)return JSON.stringify({ok:!1,error:`No transition matches target status: "${a}"`,issueKey:e,availableTransitions:p.map(h=>({id:h.id,name:h.name,to:h.to?.name}))});c=m.id}await L(`/rest/api/3/issue/${e}/transitions`,{method:"POST",body:{transition:{id:c}}});let l=await L(`/rest/api/3/issue/${e}?fields=status`);return JSON.stringify({ok:!0,issueKey:e,transitionId:c,statusAfter:l?.fields?.status?.name||null})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"jira_list_projects",description:"List all Jira projects accessible to the user",input_schema:{type:"object",properties:{}}},{name:"jira_list_statuses",description:"List Jira statuses. Use projectKey to get statuses applicable in that project workflow.",input_schema:{type:"object",properties:{projectKey:{type:"string",description:"Optional project key (e.g. PROJ). If omitted, returns global status catalog."}}}},{name:"jira_list_issue_types",description:"List issue types allowed for issue creation in the given project.",input_schema:{type:"object",properties:{projectKey:{type:"string",description:"Project key, e.g. PROJ"}},required:["projectKey"]}},{name:"jira_search",description:"Search Jira issues using JQL",input_schema:{type:"object",properties:{jql:{type:"string",description:'JQL query string, e.g. "project = PROJ AND status = Open"'},maxResults:{type:"number",description:"Max results to return (default 20)"}},required:["jql"]}},{name:"jira_get_issue",description:"Get details of a specific Jira issue",input_schema:{type:"object",properties:{issueKey:{type:"string",description:"Issue key, e.g. PROJ-123"}},required:["issueKey"]}},{name:"jira_create_issue",description:"Create a new Jira issue",input_schema:{type:"object",properties:{projectKey:{type:"string",description:"Project key, e.g. PROJ"},summary:{type:"string",description:"Issue title/summary"},issueType:{type:"string",description:"Issue type (default: Task). Common: Task, Bug, Story, Epic"},description:{type:"string",description:"Issue description (plain text)"},priority:{type:"string",description:"Priority name, e.g. High, Medium, Low"},labels:{type:"array",items:{type:"string"},description:"Array of label strings"},assigneeId:{type:"string",description:"Atlassian account ID to assign to"},moveToSprint:{type:"boolean",description:"If true, move created issue to a sprint and verify."},moveToActiveSprint:{type:"boolean",description:"Backward-compatible alias for moveToSprint."},sprintId:{type:"number",description:"Optional sprint id for placement."},sprintName:{type:"string",description:"Optional sprint name for placement."},target:{type:"string",description:"Placement target when sprintId/sprintName omitted: current|active|latest (default: current)."}},required:["projectKey","summary"]}},{name:"jira_list_sprints",description:"List sprints for a Jira project (returns sprint names, IDs, states, dates)",input_schema:{type:"object",properties:{projectKey:{type:"string",description:"Project key, e.g. PROJ"},state:{type:"string",description:"Filter: active, closed, future. Omit for all."}},required:["projectKey"]}},{name:"jira_get_sprint_issues",description:"Get all issues in a sprint, optionally filtered by status column name",input_schema:{type:"object",properties:{sprintName:{type:"string",description:"Sprint name (from jira_list_sprints). Use this OR sprintId."},sprintId:{type:"number",description:"Sprint ID (from jira_list_sprints). Use this OR sprintName."},projectKey:{type:"string",description:"Project key to scope the search (optional)"},status:{type:"string",description:'Filter by status name (e.g. "\u8FDB\u884C\u4E2D", "\u6D4B\u8BD5", "Done")'},maxResults:{type:"number",description:"Max issues to return (default 50)"}}}},{name:"jira_move_to_active_sprint",description:"Backward-compatible alias: move issue to sprint target and verify membership.",input_schema:{type:"object",properties:{issueKey:{type:"string",description:"Issue key, e.g. PROJ-123"},projectKey:{type:"string",description:"Optional project key. If omitted, inferred from issue."},sprintId:{type:"number",description:"Optional sprint id."},sprintName:{type:"string",description:"Optional sprint name."},target:{type:"string",description:"Target when sprintId/sprintName omitted: current|active|latest (default: current)."}},required:["issueKey"]}},{name:"jira_move_issue_to_sprint",description:"Move an issue to a sprint by id/name/target and verify membership.",input_schema:{type:"object",properties:{issueKey:{type:"string",description:"Issue key, e.g. PROJ-123"},projectKey:{type:"string",description:"Optional project key. If omitted, inferred from issue."},sprintId:{type:"number",description:"Optional sprint id."},sprintName:{type:"string",description:"Optional sprint name."},target:{type:"string",description:"Target when sprintId/sprintName omitted: current|active|latest (default: current)."}},required:["issueKey"]}},{name:"jira_get_comments",description:"Get comments on a Jira issue (newest first)",input_schema:{type:"object",properties:{issueKey:{type:"string",description:"Issue key, e.g. PROJ-123"},maxResults:{type:"number",description:"Max comments to return (default 50)"}},required:["issueKey"]}},{name:"jira_add_comment",description:"Add a comment to a Jira issue",input_schema:{type:"object",properties:{issueKey:{type:"string",description:"Issue key, e.g. PROJ-123"},body:{type:"string",description:"Comment text (plain text)"}},required:["issueKey","body"]}},{name:"jira_edit_issue",description:"Update fields on a Jira issue (summary, story points, labels, priority)",input_schema:{type:"object",properties:{issueKey:{type:"string",description:"Issue key, e.g. PROJ-123"},fields:{type:"object",description:"Object of field names to values",additionalProperties:!0}},required:["issueKey","fields"]}},{name:"jira_transition_issue",description:"Move a Jira issue to a different status. Always pass toStatus when user gave a target; only pass issueKey alone when you explicitly need to list transitions.",input_schema:{type:"object",properties:{issueKey:{type:"string",description:"Issue key, e.g. PROJ-123"},transitionId:{type:"string",description:"Transition ID to perform (optional if toStatus is provided)"},toStatus:{type:"string",description:'Target status/column name (e.g. "\u5DF2\u7ECF\u9A8C\u6536", "Done", "In Progress"). If provided, tool resolves matching transition automatically.'}},required:["issueKey"]}}]};import{existsSync as lc}from"fs";import{fileURLToPath as dc}from"url";import{dirname as pc,resolve as uc}from"path";import{resolveIntegrationToken as qn}from"@zibby/core/backend-client.js";import{spawn as Wa,execSync as Za}from"child_process";import{existsSync as ee,mkdirSync as Va,readdirSync as Dn,statSync as Xa,readFileSync as Qa}from"fs";import{resolve as Or,join as te,basename as ec}from"path";var Tr=".zibby/repos";function Un(r,t){try{let e=new URL(r);return e.protocol==="https:"&&e.host.toLowerCase()===t.toLowerCase()}catch{return!1}}function Bn(r,t,e){let n=new URL(r);return n.username=encodeURIComponent(t),n.password=encodeURIComponent(e),n.toString()}function tc(r){let t=String(r??"");for(let e of[process.env.GITHUB_TOKEN,process.env.GITLAB_TOKEN])e&&(t=t.split(e).join("***"));return t.replace(/x-access-token:[^@\s]*@/g,"x-access-token:***@").replace(/oauth2:[^@\s]*@/g,"oauth2:***@").replace(/https?:\/\/[^/@\s:]+:[^@\s]+@/g,e=>e.replace(/:[^@\s]+@/,":***@"))}function rt(r,t,e,n,s="clone"){try{r(`git -C "${t}" remote set-url origin "${e}"`,{stdio:"pipe"})}catch(i){let o=String(i?.message||i);n&&(o=o.split(n).join("***")),console.error(`[${s}] WARNING: failed to strip token from .git/config: ${o}`)}}function Lt(r,t,e={}){return new Promise((n,s)=>{let i=Wa(r,{cwd:t,shell:!0,env:{...process.env,GIT_TERMINAL_PROMPT:"0",...e}}),o="",a="";i.stdout.on("data",c=>{o+=c.toString()}),i.stderr.on("data",c=>{a+=c.toString()}),i.on("close",c=>{c!==0?s(new Error(`Exit ${c}: ${a.trim()||o.trim()}`)):n(o.trim())}),i.on("error",c=>s(c))})}var be={id:"git",description:"Clone and manage git repositories for codebase analysis",envKeys:["GITHUB_TOKEN","GITLAB_TOKEN"],inProcessOnly:!0,promptFragment:`## Git Repositories
|
|
75
75
|
You can clone and explore git repositories locally for codebase analysis:
|
|
76
76
|
- git_checkout: Clone a repo (or pull if already cloned). Supports GitHub and GitLab with auto-auth.
|
|
77
77
|
- git_list_repos: List locally cloned repos
|
|
@@ -81,11 +81,11 @@ When your task needs repository context you don't have yet:
|
|
|
81
81
|
1. Clone the relevant repo with git_checkout
|
|
82
82
|
2. Use git_explore to understand the project structure
|
|
83
83
|
3. Use shell commands (grep, cat) to read specific files for deeper understanding
|
|
84
|
-
4. Use GitHub/GitLab skills to read related PRs and commits when history matters`,resolve(){return null},async handleToolCall(r,t,e){let n=e?.options?.workspace||process.cwd();try{switch(r){case"git_checkout":return await
|
|
84
|
+
4. Use GitHub/GitLab skills to read related PRs and commits when history matters`,resolve(){return null},async handleToolCall(r,t,e){let n=e?.options?.workspace||process.cwd();try{switch(r){case"git_checkout":return await rc(t,n);case"git_list_repos":return nc(t,n);case"git_explore":return sc(t,n);default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(s){return JSON.stringify({error:tc(s.message)})}},tools:[{name:"git_checkout",description:"Clone a git repository locally (or pull latest if already cloned). Auto-authenticates with GitHub/GitLab tokens if available.",input_schema:{type:"object",properties:{url:{type:"string",description:'Repository URL (e.g. "https://github.com/org/repo" or "org/repo" shorthand for GitHub)'},branch:{type:"string",description:"Branch to checkout (default: repo default branch)"},shallow:{type:"boolean",description:"Shallow clone with depth 1 (default: true, faster)"},name:{type:"string",description:"Local directory name override (default: repo name from URL)"}},required:["url"]}},{name:"git_list_repos",description:"List locally cloned repositories",input_schema:{type:"object",properties:{}}},{name:"git_explore",description:"Quick structural overview of a cloned repo: key files, package.json info, directory tree (top 2 levels), detected framework/language",input_schema:{type:"object",properties:{repo:{type:"string",description:"Repo name (as listed by git_list_repos)"},depth:{type:"number",description:"Directory tree depth (default: 2)"}},required:["repo"]}}]};async function rc(r,t){let{url:e,branch:n,shallow:s=!0,name:i}=r;!e.includes("://")&&!e.startsWith("git@")&&(e=`https://github.com/${e}`);let o=i||ec(e.replace(/\.git$/,"")),a=Or(t,Tr);Va(a,{recursive:!0});let c=te(a,o),l=e,d=process.env.GITHUB_TOKEN,p=process.env.GITLAB_TOKEN,u=process.env.GITLAB_URL;if(Un(e,"github.com")&&d)l=Bn(e,"x-access-token",d);else if(p&&u)try{let f=new URL(u).host;Un(e,f)&&(l=Bn(e,"oauth2",p))}catch{}if(ee(te(c,".git"))){let f=n?`git -C "${c}" fetch "${l}" ${n} && git -C "${c}" checkout ${n} && git -C "${c}" merge --ff-only FETCH_HEAD`:`git -C "${c}" pull "${l}"`;await Lt(f,t);let b=await Lt(`git -C "${c}" log -1 --format="%h %s"`,t);return JSON.stringify({action:"updated",repo:o,path:c,branch:n||"default",head:b})}let m=["git","clone"];s&&m.push("--depth","1"),n&&m.push("--branch",n),m.push(`"${l}"`,`"${c}"`),await Lt(m.join(" "),t),rt(Za,c,e,d||p,"git_checkout");let h=await Lt(`git -C "${c}" log -1 --format="%h %s"`,t);return JSON.stringify({action:"cloned",repo:o,path:c,branch:n||"default",shallow:s,head:h})}function nc(r,t){let e=Or(t,Tr);if(!ee(e))return JSON.stringify({repos:[],message:"No repos cloned yet"});let n=[];for(let s of Dn(e,{withFileTypes:!0})){if(!s.isDirectory())continue;let i=te(e,s.name);if(!ee(te(i,".git")))continue;let o=Xa(i);n.push({name:s.name,path:i,lastModified:o.mtime.toISOString()})}return JSON.stringify({repos:n,total:n.length,directory:e})}function sc(r,t){let{repo:e,depth:n=2}=r,s=Or(t,Tr,e);if(!ee(s))return JSON.stringify({error:`Repo not found: ${e}. Run git_checkout first.`});let i={repo:e,path:s},o=te(s,"package.json");if(ee(o))try{let m=JSON.parse(Qa(o,"utf-8"));i.packageJson={name:m.name,version:m.version,scripts:m.scripts?Object.keys(m.scripts):[],dependencies:m.dependencies?Object.keys(m.dependencies).slice(0,30):[],devDependencies:m.devDependencies?Object.keys(m.devDependencies).slice(0,20):[]},m.dependencies?.react?i.framework="React":m.dependencies?.next?i.framework="Next.js":m.dependencies?.vue?i.framework="Vue":m.dependencies?.angular?i.framework="Angular":m.dependencies?.express?i.framework="Express":m.dependencies?.fastify&&(i.framework="Fastify")}catch{}let a=te(s,"pyproject.toml");ee(a)&&(i.language="Python");let c=te(s,"go.mod");ee(c)&&(i.language="Go");let l=te(s,"Cargo.toml");ee(l)&&(i.language="Rust"),ee(o)&&(i.language=i.language||"JavaScript/TypeScript");let d=[];function p(m,h,f){if(f>n)return;let b;try{b=Dn(m,{withFileTypes:!0})}catch{return}let y=b.filter(_=>!_.name.startsWith(".")&&_.name!=="node_modules"&&_.name!=="__pycache__"&&_.name!=="dist"&&_.name!=="build"&&_.name!==".git").sort((_,g)=>_.isDirectory()!==g.isDirectory()?_.isDirectory()?-1:1:_.name.localeCompare(g.name));for(let _ of y){let g=_.isDirectory();d.push(`${h}${g?"\u{1F4C1}":"\u{1F4C4}"} ${_.name}`),g&&f<n&&p(te(m,_.name),`${h} `,f+1)}}p(s,"",1),i.tree=d.slice(0,80),d.length>80&&(i.treeTruncated=!0);let u=["README.md","README.rst","src/App.tsx","src/App.jsx","src/App.js","src/routes.tsx","src/routes.js","app/routes.tsx","app/routes.js","src/index.tsx","src/index.ts","src/main.tsx","src/main.ts","pages/_app.tsx","pages/_app.js","app/layout.tsx","docker-compose.yml","Dockerfile",".env.example"];return i.keyFilesFound=u.filter(m=>ee(te(s,m))),JSON.stringify(i)}import ic from"crypto";var Jn=/<!--\s*zbfp:([a-f0-9]{8,20})\s*-->/i,Mn=/<!--\s*zbreview-summary\s*-->/i;function oc(r){return String(r||"").replace(Jn,"").replace(Mn,"").replace(/\b(?:lines?|L)\s*#?\d+(?:\s*[-–]\s*\d+)?/gi,"").replace(/[`*_>#~]/g,"").replace(/\s+/g," ").trim().toLowerCase().slice(0,400)}function ac(r,t){return ic.createHash("sha256").update(`${String(r||"")}\0${oc(t)}`).digest("hex").slice(0,12)}function cc(r){return`
|
|
85
85
|
|
|
86
86
|
<!-- zbfp:${r} -->`}var jt=`
|
|
87
87
|
|
|
88
|
-
<!-- zbreview-summary -->`;function $t(r){let t=
|
|
88
|
+
<!-- zbreview-summary -->`;function $t(r){let t=Jn.exec(String(r||""));return t?t[1].toLowerCase():null}function Pt(r){return Mn.test(String(r||""))}function Ct(r,t){let e=new Set([...t||[]].map(i=>String(i).toLowerCase())),n=[],s=0;for(let i of Array.isArray(r)?r:[]){if(!i||!i.body)continue;let o=ac(i.path,i.body);if(e.has(o)){s+=1;continue}e.add(o),n.push({...i,_fp:o,body:`${String(i.body)}${cc(o)}`})}return{toPost:n,skipped:s}}function mc(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=pc(dc(import.meta.url)),t=uc(r,"..","bin","mcp-skill.mjs");return lc(t)?t:null}async function N(r,t={}){let{token:e}=await qn("github"),n=r.startsWith("https://")?r:`https://api.github.com${r}`,s={Authorization:`Bearer ${e}`,Accept:t.accept||"application/vnd.github.v3+json","User-Agent":"Zibby-App",...t.body?{"Content-Type":"application/json"}:{}},i=await fetch(n,{method:t.method||"GET",headers:s,body:t.body?JSON.stringify(t.body):void 0});if(!i.ok){let o=await i.text().catch(()=>"");throw new Error(`GitHub API ${i.status}: ${o.slice(0,300)}`)}return t.raw?i.text():i.json()}var De={id:"github",callsBackend:!0,serverName:"github",allowedTools:["mcp__github__*"],requiresIntegration:S.GITHUB,envKeys:["GITHUB_TOKEN","PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV"],description:"GitHub \u2014 issues, PRs, commits, code search, file reading",promptFragment:`## GitHub
|
|
89
89
|
You have access to the user's GitHub repositories. Available tools:
|
|
90
90
|
|
|
91
91
|
### Discovery
|
|
@@ -128,11 +128,11 @@ When user says "check out repo-name" or "clone repo-name":
|
|
|
128
128
|
3. STOP. Do not offer to inspect files or ask what to do next.
|
|
129
129
|
|
|
130
130
|
When user just wants to "look at" or "read" files (not clone):
|
|
131
|
-
- Use github_get_file to read individual files via API`,resolve(){let r=cc();if(!r)return{command:null,args:[],env:{},description:this.description};let t={};for(let e of this.envKeys)process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/github.js","githubSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{switch(r){case"github_search_issues":{let e=t.query;if(!e)return JSON.stringify({error:"query is required"});let n=await N(`/search/issues?q=${encodeURIComponent(e)}&per_page=${t.limit||20}`),s=(n.items||[]).map(i=>({number:i.number,title:i.title,state:i.state,repo:i.repository_url?.split("/").slice(-2).join("/"),url:i.html_url,user:i.user?.login,isPR:!!i.pull_request,labels:(i.labels||[]).map(o=>o.name),createdAt:i.created_at}));return JSON.stringify({total:n.total_count,items:s})}case"github_search_code":{let e=t.query;if(!e)return JSON.stringify({error:"query is required"});let n=t.repo?`+repo:${t.repo}`:"",s=t.language?`+language:${t.language}`:"",i=await N(`/search/code?q=${encodeURIComponent(e)}${n}${s}&per_page=${t.limit||15}`),o=(i.items||[]).map(a=>({name:a.name,path:a.path,repo:a.repository?.full_name,url:a.html_url,score:a.score}));return JSON.stringify({total:i.total_count,items:o})}case"github_get_pr":{let{owner:e,repo:n,number:s}=t;if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let i=await N(`/repos/${e}/${n}/pulls/${s}`);return JSON.stringify({number:i.number,title:i.title,state:i.state,merged:i.merged,body:i.body?.slice(0,5e3),user:i.user?.login,branch:i.head?.ref,headSha:i.head?.sha,base:i.base?.ref,changedFiles:i.changed_files,additions:i.additions,deletions:i.deletions,createdAt:i.created_at,mergedAt:i.merged_at,url:i.html_url,labels:(i.labels||[]).map(o=>o.name)})}case"github_get_pr_diff":{let{owner:e,repo:n,number:s}=t;if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let i=await N(`/repos/${e}/${n}/pulls/${s}`,{accept:"application/vnd.github.v3.diff",raw:!0}),o=i.length>15e3;return JSON.stringify({number:s,diff:o?i.slice(0,15e3):i,truncated:o,totalLength:i.length})}case"github_list_pr_files":{let{owner:e,repo:n,number:s}=t;if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let i=await N(`/repos/${e}/${n}/pulls/${s}/files?per_page=100`);return JSON.stringify({total:i.length,files:i.map(o=>({filename:o.filename,status:o.status,additions:o.additions,deletions:o.deletions,patch:o.patch?.slice(0,3e3)}))})}case"github_list_pr_comments":{let{owner:e,repo:n,number:s}=t;if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let i=await N(`/repos/${e}/${n}/pulls/${s}/comments?per_page=50`),o=await N(`/repos/${e}/${n}/issues/${s}/comments?per_page=50`),a=[...i.map(c=>({type:"review",user:c.user?.login,body:c.body?.slice(0,1e3),path:c.path,line:c.line,createdAt:c.created_at})),...o.map(c=>({type:"issue",user:c.user?.login,body:c.body?.slice(0,1e3),createdAt:c.created_at}))].sort((c,l)=>new Date(c.createdAt)-new Date(l.createdAt));return JSON.stringify({total:a.length,comments:a})}case"github_get_review_thread":{let{owner:e,repo:n,number:s,commentId:i}=t||{};if(!e||!n||!s||!i)return JSON.stringify({error:"owner, repo, number, and commentId are required"});let o=await N(`/repos/${e}/${n}/pulls/comments/${i}`),a=o.in_reply_to_id||o.id,c=[];try{c=await N(`/repos/${e}/${n}/pulls/${s}/comments?per_page=100`)}catch{c=[o]}(!Array.isArray(c)||c.length===0)&&(c=[o]);let l=c.filter(u=>u.id===a||u.in_reply_to_id===a).sort((u,m)=>new Date(u.created_at)-new Date(m.created_at)),d=l.length?l:[o],p=d.find(u=>u.id===a)||d[0];return JSON.stringify({rootCommentId:a,path:p.path,line:p.line??p.original_line??null,side:p.side||"RIGHT",diffHunk:typeof p.diff_hunk=="string"?p.diff_hunk.slice(0,3e3):null,commitId:p.commit_id||p.original_commit_id||null,notes:d.map(u=>({id:u.id,user:u.user?.login,body:(u.body||"").slice(0,4e3),createdAt:u.created_at,isRoot:u.id===a,url:u.html_url}))})}case"github_reply_review_thread":{let{owner:e,repo:n,number:s,commentId:i,body:o}=t||{};if(!e||!n||!s||!i||!o)return JSON.stringify({error:"owner, repo, number, commentId, and body are required"});let a=await N(`/repos/${e}/${n}/pulls/${s}/comments/${i}/replies`,{method:"POST",body:{body:String(o)}});return JSON.stringify({ok:!0,id:a.id,url:a.html_url,inReplyTo:a.in_reply_to_id})}case"github_reply_issue_comment":{let{owner:e,repo:n,number:s,body:i}=t||{};if(!e||!n||!s||!i)return JSON.stringify({error:"owner, repo, number, and body are required"});let o=await N(`/repos/${e}/${n}/issues/${s}/comments`,{method:"POST",body:{body:String(i)}});return JSON.stringify({ok:!0,id:o.id,url:o.html_url})}case"github_create_review":{let{owner:e,repo:n,number:s,body:i,event:o,comments:a}=t||{};if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let c=(o||"COMMENT").toUpperCase();if(!["COMMENT","APPROVE","REQUEST_CHANGES"].includes(c))return JSON.stringify({error:`event must be COMMENT, APPROVE, or REQUEST_CHANGES (got ${o})`});let l=Array.isArray(a)?a.filter(_=>_&&_.path&&_.body&&(_.line!=null||_.position!=null)).map(_=>{let g={path:_.path,body:String(_.body)};return _.line!=null?(g.line=Number(_.line),g.side=_.side==="LEFT"?"LEFT":"RIGHT"):g.position=Number(_.position),g}):[];if(c!=="APPROVE"&&!i&&l.length===0)return JSON.stringify({error:"a COMMENT or REQUEST_CHANGES review needs a body and/or inline comments"});let d=new Set,p=null;try{for(let _=1;_<=20;_+=1){let g=await N(`/repos/${e}/${n}/pulls/${s}/comments?per_page=100&page=${_}`);if(!Array.isArray(g)||g.length===0)break;for(let k of g){let O=$t(k.body);O&&d.add(O)}if(g.length<100)break}for(let _=1;_<=20&&p==null;_+=1){let g=await N(`/repos/${e}/${n}/issues/${s}/comments?per_page=100&page=${_}`);if(!Array.isArray(g)||g.length===0)break;for(let k of g)if(Pt(k.body)){p=k.id;break}if(g.length<100)break}}catch{}let u=!1,m=!1;if(i){let _=`${String(i)}${jt}`;try{p!=null?(await N(`/repos/${e}/${n}/issues/comments/${p}`,{method:"PATCH",body:{body:_}}),u=!0):await N(`/repos/${e}/${n}/issues/${s}/comments`,{method:"POST",body:{body:_}}),m=!0}catch{}}let{toPost:h,skipped:f}=Ct(l,d),b=h.map(({_fp:_,...g})=>g),y=null;if(b.length>0||c==="APPROVE"||c==="REQUEST_CHANGES"){let _={event:c};b.length>0&&(_.comments=b),b.length===0&&c==="REQUEST_CHANGES"&&(_.body="Changes requested \u2014 see the review summary comment."),y=await N(`/repos/${e}/${n}/pulls/${s}/reviews`,{method:"POST",body:_})}return JSON.stringify({ok:!0,id:y?y.id:void 0,state:y?y.state:void 0,event:c,notePosted:m,summaryUpdated:u,commentsPosted:b.length,inlineSkipped:f||void 0,url:y?y.html_url:void 0})}case"github_list_commits":{let{owner:e,repo:n,branch:s,path:i,limit:o,since:a,until:c,page:l}=t;if(!e||!n)return JSON.stringify({error:"owner and repo are required"});let d=Math.min(Number(o)||20,100),p=`/repos/${e}/${n}/commits?per_page=${d}&page=${Number(l)||1}`;s&&(p+=`&sha=${encodeURIComponent(s)}`),i&&(p+=`&path=${encodeURIComponent(i)}`),a&&(p+=`&since=${encodeURIComponent(a)}`),c&&(p+=`&until=${encodeURIComponent(c)}`);let u=await N(p);return JSON.stringify({total:u.length,page:Number(l)||1,hasMore:u.length>=d,commits:u.map(m=>({sha:m.sha?.slice(0,8),fullSha:m.sha,message:m.commit?.message?.slice(0,300),author:m.commit?.author?.name,authorEmail:m.commit?.author?.email,date:m.commit?.author?.date,url:m.html_url}))})}case"github_get_commit":{let{owner:e,repo:n,sha:s,includePrs:i}=t;if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and sha are required"});let o=await N(`/repos/${e}/${n}/commits/${s}`),a;if(i)try{let c=await N(`/repos/${e}/${n}/commits/${s}/pulls`);a=(Array.isArray(c)?c:[]).map(l=>({number:l.number,title:l.title,state:l.state,merged:!!l.merged_at,webUrl:l.html_url}))}catch{a=[]}return JSON.stringify({sha:o.sha?.slice(0,8),message:o.commit?.message,author:o.commit?.author?.name,date:o.commit?.author?.date,stats:o.stats,files:(o.files||[]).map(c=>({filename:c.filename,status:c.status,additions:c.additions,deletions:c.deletions,patch:c.patch?.slice(0,3e3)})),...a?{pullRequests:a}:{}})}case"github_get_file":{let{owner:e,repo:n,path:s,ref:i}=t;if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and path are required"});let o=`/repos/${e}/${n}/contents/${encodeURIComponent(s)}`;i&&(o+=`?ref=${encodeURIComponent(i)}`);let a=await N(o);if(a.type!=="file")return Array.isArray(a)?JSON.stringify({type:"directory",path:s,entries:a.map(d=>({name:d.name,type:d.type,size:d.size,path:d.path}))}):JSON.stringify({error:`Not a file: ${a.type}`});let c=Buffer.from(a.content||"","base64").toString("utf-8"),l=c.length>2e4;return JSON.stringify({path:a.path,size:a.size,sha:a.sha?.slice(0,8),content:l?c.slice(0,2e4):c,truncated:l})}case"github_get_user":try{let e=await N("/installation/repositories?per_page=1");if(e.repositories&&e.repositories.length>0){let n=e.repositories[0],s=n.owner.login,i=n.owner.type,o=i==="Organization"?`/orgs/${s}`:`/users/${s}`,a=await N(o);return JSON.stringify({login:a.login,name:a.name||a.login,avatar:a.avatar_url,bio:a.bio||a.description,type:i,isOrg:i==="Organization",publicRepos:a.public_repos,message:"Showing GitHub App installation owner (GitHub Apps cannot access /user endpoint)"})}return JSON.stringify({error:"No repositories accessible to this GitHub App installation"})}catch(e){return JSON.stringify({error:`GitHub App cannot access /user endpoint. Use github_list_repos instead. (${e.message})`})}case"github_list_orgs":try{let n=(await N("/installation/repositories?per_page=100")).repositories||[],s=new Map;for(let o of n)o.owner.type==="Organization"&&(s.has(o.owner.login)||s.set(o.owner.login,{login:o.owner.login,description:null,url:o.owner.url}));let i=Array.from(s.values());return JSON.stringify({count:i.length,orgs:i,message:"Extracted from accessible repositories (GitHub Apps cannot access /user/orgs directly)"})}catch(e){return JSON.stringify({error:`GitHub App cannot list orgs via /user/orgs. Error: ${e.message}`})}case"github_clone":{let h=function(_){let g=_.replace(/^~(?=$|\/|\\)/,m);return a(g)},{owner:e,repo:n,destination:s}=t;if(!e||!n)return JSON.stringify({error:"owner and repo are required"});let{execSync:i}=await import("child_process"),{join:o,resolve:a}=await import("path"),{existsSync:c,mkdirSync:l}=await import("fs"),{homedir:d,platform:p}=await import("os"),{token:u}=await Mn("github"),m=d(),f=s?h(s):o(m,"zibby-repos"),b=o(f,n);if(l(f,{recursive:!0}),c(b))return JSON.stringify({error:`Directory ${b} already exists. Remove it first or use a different destination.`,existingPath:b});let y=`https://x-access-token:${u}@github.com/${e}/${n}.git`;try{i(`git clone ${y} "${b}"`,{stdio:"pipe"});let _=`https://github.com/${e}/${n}.git`;rt(i,b,_,u,"github_clone");let g=p()==="win32",k;return g?k=i(`dir "${b}"`,{encoding:"utf-8",shell:"cmd.exe"}):k=i(`ls -la "${b}"`,{encoding:"utf-8"}),JSON.stringify({success:!0,path:b,message:`Cloned ${e}/${n} to ${b}`,contents:k.split(`
|
|
131
|
+
- Use github_get_file to read individual files via API`,resolve(){let r=mc();if(!r)return{command:null,args:[],env:{},description:this.description};let t={};for(let e of this.envKeys)process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/github.js","githubSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{switch(r){case"github_search_issues":{let e=t.query;if(!e)return JSON.stringify({error:"query is required"});let n=await N(`/search/issues?q=${encodeURIComponent(e)}&per_page=${t.limit||20}`),s=(n.items||[]).map(i=>({number:i.number,title:i.title,state:i.state,repo:i.repository_url?.split("/").slice(-2).join("/"),url:i.html_url,user:i.user?.login,isPR:!!i.pull_request,labels:(i.labels||[]).map(o=>o.name),createdAt:i.created_at}));return JSON.stringify({total:n.total_count,items:s})}case"github_search_code":{let e=t.query;if(!e)return JSON.stringify({error:"query is required"});let n=t.repo?`+repo:${t.repo}`:"",s=t.language?`+language:${t.language}`:"",i=await N(`/search/code?q=${encodeURIComponent(e)}${n}${s}&per_page=${t.limit||15}`),o=(i.items||[]).map(a=>({name:a.name,path:a.path,repo:a.repository?.full_name,url:a.html_url,score:a.score}));return JSON.stringify({total:i.total_count,items:o})}case"github_get_pr":{let{owner:e,repo:n,number:s}=t;if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let i=await N(`/repos/${e}/${n}/pulls/${s}`);return JSON.stringify({number:i.number,title:i.title,state:i.state,merged:i.merged,body:i.body?.slice(0,5e3),user:i.user?.login,branch:i.head?.ref,headSha:i.head?.sha,base:i.base?.ref,changedFiles:i.changed_files,additions:i.additions,deletions:i.deletions,createdAt:i.created_at,mergedAt:i.merged_at,url:i.html_url,labels:(i.labels||[]).map(o=>o.name)})}case"github_get_pr_diff":{let{owner:e,repo:n,number:s}=t;if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let i=await N(`/repos/${e}/${n}/pulls/${s}`,{accept:"application/vnd.github.v3.diff",raw:!0}),o=i.length>15e3;return JSON.stringify({number:s,diff:o?i.slice(0,15e3):i,truncated:o,totalLength:i.length})}case"github_list_pr_files":{let{owner:e,repo:n,number:s}=t;if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let i=await N(`/repos/${e}/${n}/pulls/${s}/files?per_page=100`);return JSON.stringify({total:i.length,files:i.map(o=>({filename:o.filename,status:o.status,additions:o.additions,deletions:o.deletions,patch:o.patch?.slice(0,3e3)}))})}case"github_list_pr_comments":{let{owner:e,repo:n,number:s}=t;if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let i=await N(`/repos/${e}/${n}/pulls/${s}/comments?per_page=50`),o=await N(`/repos/${e}/${n}/issues/${s}/comments?per_page=50`),a=[...i.map(c=>({type:"review",user:c.user?.login,body:c.body?.slice(0,1e3),path:c.path,line:c.line,createdAt:c.created_at})),...o.map(c=>({type:"issue",user:c.user?.login,body:c.body?.slice(0,1e3),createdAt:c.created_at}))].sort((c,l)=>new Date(c.createdAt)-new Date(l.createdAt));return JSON.stringify({total:a.length,comments:a})}case"github_get_review_thread":{let{owner:e,repo:n,number:s,commentId:i}=t||{};if(!e||!n||!s||!i)return JSON.stringify({error:"owner, repo, number, and commentId are required"});let o=await N(`/repos/${e}/${n}/pulls/comments/${i}`),a=o.in_reply_to_id||o.id,c=[];try{c=await N(`/repos/${e}/${n}/pulls/${s}/comments?per_page=100`)}catch{c=[o]}(!Array.isArray(c)||c.length===0)&&(c=[o]);let l=c.filter(u=>u.id===a||u.in_reply_to_id===a).sort((u,m)=>new Date(u.created_at)-new Date(m.created_at)),d=l.length?l:[o],p=d.find(u=>u.id===a)||d[0];return JSON.stringify({rootCommentId:a,path:p.path,line:p.line??p.original_line??null,side:p.side||"RIGHT",diffHunk:typeof p.diff_hunk=="string"?p.diff_hunk.slice(0,3e3):null,commitId:p.commit_id||p.original_commit_id||null,notes:d.map(u=>({id:u.id,user:u.user?.login,body:(u.body||"").slice(0,4e3),createdAt:u.created_at,isRoot:u.id===a,url:u.html_url}))})}case"github_reply_review_thread":{let{owner:e,repo:n,number:s,commentId:i,body:o}=t||{};if(!e||!n||!s||!i||!o)return JSON.stringify({error:"owner, repo, number, commentId, and body are required"});let a=await N(`/repos/${e}/${n}/pulls/${s}/comments/${i}/replies`,{method:"POST",body:{body:String(o)}});return JSON.stringify({ok:!0,id:a.id,url:a.html_url,inReplyTo:a.in_reply_to_id})}case"github_reply_issue_comment":{let{owner:e,repo:n,number:s,body:i}=t||{};if(!e||!n||!s||!i)return JSON.stringify({error:"owner, repo, number, and body are required"});let o=await N(`/repos/${e}/${n}/issues/${s}/comments`,{method:"POST",body:{body:String(i)}});return JSON.stringify({ok:!0,id:o.id,url:o.html_url})}case"github_create_review":{let{owner:e,repo:n,number:s,body:i,event:o,comments:a}=t||{};if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let c=(o||"COMMENT").toUpperCase();if(!["COMMENT","APPROVE","REQUEST_CHANGES"].includes(c))return JSON.stringify({error:`event must be COMMENT, APPROVE, or REQUEST_CHANGES (got ${o})`});let l=Array.isArray(a)?a.filter(_=>_&&_.path&&_.body&&(_.line!=null||_.position!=null)).map(_=>{let g={path:_.path,body:String(_.body)};return _.line!=null?(g.line=Number(_.line),g.side=_.side==="LEFT"?"LEFT":"RIGHT"):g.position=Number(_.position),g}):[];if(c!=="APPROVE"&&!i&&l.length===0)return JSON.stringify({error:"a COMMENT or REQUEST_CHANGES review needs a body and/or inline comments"});let d=new Set,p=null;try{for(let _=1;_<=20;_+=1){let g=await N(`/repos/${e}/${n}/pulls/${s}/comments?per_page=100&page=${_}`);if(!Array.isArray(g)||g.length===0)break;for(let k of g){let O=$t(k.body);O&&d.add(O)}if(g.length<100)break}for(let _=1;_<=20&&p==null;_+=1){let g=await N(`/repos/${e}/${n}/issues/${s}/comments?per_page=100&page=${_}`);if(!Array.isArray(g)||g.length===0)break;for(let k of g)if(Pt(k.body)){p=k.id;break}if(g.length<100)break}}catch{}let u=!1,m=!1;if(i){let _=`${String(i)}${jt}`;try{p!=null?(await N(`/repos/${e}/${n}/issues/comments/${p}`,{method:"PATCH",body:{body:_}}),u=!0):await N(`/repos/${e}/${n}/issues/${s}/comments`,{method:"POST",body:{body:_}}),m=!0}catch{}}let{toPost:h,skipped:f}=Ct(l,d),b=h.map(({_fp:_,...g})=>g),y=null;if(b.length>0||c==="APPROVE"||c==="REQUEST_CHANGES"){let _={event:c};b.length>0&&(_.comments=b),b.length===0&&c==="REQUEST_CHANGES"&&(_.body="Changes requested \u2014 see the review summary comment."),y=await N(`/repos/${e}/${n}/pulls/${s}/reviews`,{method:"POST",body:_})}return JSON.stringify({ok:!0,id:y?y.id:void 0,state:y?y.state:void 0,event:c,notePosted:m,summaryUpdated:u,commentsPosted:b.length,inlineSkipped:f||void 0,url:y?y.html_url:void 0})}case"github_list_commits":{let{owner:e,repo:n,branch:s,path:i,limit:o,since:a,until:c,page:l}=t;if(!e||!n)return JSON.stringify({error:"owner and repo are required"});let d=Math.min(Number(o)||20,100),p=`/repos/${e}/${n}/commits?per_page=${d}&page=${Number(l)||1}`;s&&(p+=`&sha=${encodeURIComponent(s)}`),i&&(p+=`&path=${encodeURIComponent(i)}`),a&&(p+=`&since=${encodeURIComponent(a)}`),c&&(p+=`&until=${encodeURIComponent(c)}`);let u=await N(p);return JSON.stringify({total:u.length,page:Number(l)||1,hasMore:u.length>=d,commits:u.map(m=>({sha:m.sha?.slice(0,8),fullSha:m.sha,message:m.commit?.message?.slice(0,300),author:m.commit?.author?.name,authorEmail:m.commit?.author?.email,date:m.commit?.author?.date,url:m.html_url}))})}case"github_get_commit":{let{owner:e,repo:n,sha:s,includePrs:i}=t;if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and sha are required"});let o=await N(`/repos/${e}/${n}/commits/${s}`),a;if(i)try{let c=await N(`/repos/${e}/${n}/commits/${s}/pulls`);a=(Array.isArray(c)?c:[]).map(l=>({number:l.number,title:l.title,state:l.state,merged:!!l.merged_at,webUrl:l.html_url}))}catch{a=[]}return JSON.stringify({sha:o.sha?.slice(0,8),message:o.commit?.message,author:o.commit?.author?.name,date:o.commit?.author?.date,stats:o.stats,files:(o.files||[]).map(c=>({filename:c.filename,status:c.status,additions:c.additions,deletions:c.deletions,patch:c.patch?.slice(0,3e3)})),...a?{pullRequests:a}:{}})}case"github_get_file":{let{owner:e,repo:n,path:s,ref:i}=t;if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and path are required"});let o=`/repos/${e}/${n}/contents/${encodeURIComponent(s)}`;i&&(o+=`?ref=${encodeURIComponent(i)}`);let a=await N(o);if(a.type!=="file")return Array.isArray(a)?JSON.stringify({type:"directory",path:s,entries:a.map(d=>({name:d.name,type:d.type,size:d.size,path:d.path}))}):JSON.stringify({error:`Not a file: ${a.type}`});let c=Buffer.from(a.content||"","base64").toString("utf-8"),l=c.length>2e4;return JSON.stringify({path:a.path,size:a.size,sha:a.sha?.slice(0,8),content:l?c.slice(0,2e4):c,truncated:l})}case"github_get_user":try{let e=await N("/installation/repositories?per_page=1");if(e.repositories&&e.repositories.length>0){let n=e.repositories[0],s=n.owner.login,i=n.owner.type,o=i==="Organization"?`/orgs/${s}`:`/users/${s}`,a=await N(o);return JSON.stringify({login:a.login,name:a.name||a.login,avatar:a.avatar_url,bio:a.bio||a.description,type:i,isOrg:i==="Organization",publicRepos:a.public_repos,message:"Showing GitHub App installation owner (GitHub Apps cannot access /user endpoint)"})}return JSON.stringify({error:"No repositories accessible to this GitHub App installation"})}catch(e){return JSON.stringify({error:`GitHub App cannot access /user endpoint. Use github_list_repos instead. (${e.message})`})}case"github_list_orgs":try{let n=(await N("/installation/repositories?per_page=100")).repositories||[],s=new Map;for(let o of n)o.owner.type==="Organization"&&(s.has(o.owner.login)||s.set(o.owner.login,{login:o.owner.login,description:null,url:o.owner.url}));let i=Array.from(s.values());return JSON.stringify({count:i.length,orgs:i,message:"Extracted from accessible repositories (GitHub Apps cannot access /user/orgs directly)"})}catch(e){return JSON.stringify({error:`GitHub App cannot list orgs via /user/orgs. Error: ${e.message}`})}case"github_clone":{let h=function(_){let g=_.replace(/^~(?=$|\/|\\)/,m);return a(g)},{owner:e,repo:n,destination:s}=t;if(!e||!n)return JSON.stringify({error:"owner and repo are required"});let{execSync:i}=await import("child_process"),{join:o,resolve:a}=await import("path"),{existsSync:c,mkdirSync:l}=await import("fs"),{homedir:d,platform:p}=await import("os"),{token:u}=await qn("github"),m=d(),f=s?h(s):o(m,"zibby-repos"),b=o(f,n);if(l(f,{recursive:!0}),c(b))return JSON.stringify({error:`Directory ${b} already exists. Remove it first or use a different destination.`,existingPath:b});let y=`https://x-access-token:${u}@github.com/${e}/${n}.git`;try{i(`git clone ${y} "${b}"`,{stdio:"pipe"});let _=`https://github.com/${e}/${n}.git`;rt(i,b,_,u,"github_clone");let g=p()==="win32",k;return g?k=i(`dir "${b}"`,{encoding:"utf-8",shell:"cmd.exe"}):k=i(`ls -la "${b}"`,{encoding:"utf-8"}),JSON.stringify({success:!0,path:b,message:`Cloned ${e}/${n} to ${b}`,contents:k.split(`
|
|
132
132
|
`).slice(0,30).join(`
|
|
133
|
-
`),instructions:"IMPORTANT: Show the contents field to the user - it contains the directory listing."})}catch(_){let k=String(_.message||_).split(u).join("***").replace(/x-access-token:[^@]*@/g,"x-access-token:***@");return JSON.stringify({error:`Clone failed: ${k}`})}}case"github_search_repos":{let{query:e,limit:n}=t;if(!e)return JSON.stringify({error:"query is required"});let s=await this.handleToolCall("github_list_repos",{limit:200},{}),i=JSON.parse(s);if(i.error)return JSON.stringify(i);let o=e.toLowerCase(),a=i.repos.filter(c=>c.name.toLowerCase().includes(o)||c.fullName.toLowerCase().includes(o)||c.description&&c.description.toLowerCase().includes(o));return JSON.stringify({query:e,count:a.length,repos:a.slice(0,n||20)})}case"github_list_repos":{let{owner:e,type:n,sort:s,direction:i,limit:o,query:a}=t,c=100,l=o||200,d=[],p=g=>({name:g.name,fullName:g.full_name,private:g.private,description:g.description,language:g.language,defaultBranch:g.default_branch,updatedAt:g.updated_at,stars:g.stargazers_count,url:g.html_url,fullPath:g.full_name,webUrl:g.html_url,visibility:g.visibility||(g.private?"private":"public")}),u=g=>{if(!a)return!0;let k=String(a).toLowerCase();return g.name&&g.name.toLowerCase().includes(k)||g.fullName&&g.fullName.toLowerCase().includes(k)||g.description&&g.description.toLowerCase().includes(k)};if(!e){let g=1,k=!0;for(;k&&d.length<l;){let q=`/installation/repositories?per_page=${c}&page=${g}`,Ie=(await N(q)).repositories||[];if(Ie.length===0)break;d=d.concat(Ie),k=Ie.length===c,g++}let O=d.map(p).filter(u),M=O.slice(0,l),ye=O.length>M.length,T=M.filter(q=>q.private).length,R=M.filter(q=>!q.private).length;return JSON.stringify({count:M.length,repos:M,truncated:ye,privateCount:T,publicCount:R,message:`Found ${T} private and ${R} public repos`})}let m=await N(`/orgs/${e}`).then(()=>!0).catch(()=>!1),h=1,f=!0;for(;f&&d.length<l;){let g;m?g=`/orgs/${e}/repos?per_page=${c}&page=${h}&type=${n||"all"}&sort=${s||"updated"}&direction=${i||"desc"}`:g=`/users/${e}/repos?per_page=${c}&page=${h}&type=${n||"all"}&sort=${s||"updated"}&direction=${i||"desc"}`;let k=await N(g),O=Array.isArray(k)?k:[];if(O.length===0)break;d=d.concat(O),f=O.length===c,h++}let b=d.map(p).filter(u),y=b.slice(0,l),_=b.length>y.length;return JSON.stringify({count:y.length,repos:y,truncated:_})}case"github_create_pr":{let{owner:e,repo:n,head:s,title:i}=t||{};if(!e||!n||!s||!i)return JSON.stringify({error:"owner, repo, head (source branch), and title are required"});let o=t.base;if(!o)try{o=(await N(`/repos/${e}/${n}`)).default_branch||"main"}catch{o="main"}let a={title:String(i),head:String(s),base:String(o),body:t.body?String(t.body):"",draft:!!t.draft};try{let c=await N(`/repos/${e}/${n}/pulls`,{method:"POST",body:a});return JSON.stringify({success:!0,pr_url:c.html_url,number:c.number,branch:s,base:o,repo:`${e}/${n}`,provider:"github",draft:!!c.draft,state:c.state})}catch(c){let l=String(c.message||c);if(/GitHub API 422/.test(l))return JSON.stringify({success:!1,branch:s,base:o,repo:`${e}/${n}`,provider:"github",skippedReason:l});throw c}}case"github_merge_pr":{let{owner:e,repo:n,number:s}=t||{};if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let i=t.mergeMethod||"squash";if(!["merge","squash","rebase"].includes(i))return JSON.stringify({error:`mergeMethod must be merge, squash, or rebase (got ${i})`});let o={merge_method:i};t.commitTitle&&(o.commit_title=String(t.commitTitle)),t.commitMessage&&(o.commit_message=String(t.commitMessage));try{let a=await N(`/repos/${e}/${n}/pulls/${s}/merge`,{method:"PUT",body:o});return JSON.stringify({success:!0,merged:!0,sha:a.sha,number:s,provider:"github"})}catch(a){let c=String(a.message||a);if(/GitHub API (405|409|404)/.test(c))return JSON.stringify({success:!1,number:s,provider:"github",skippedReason:c});throw a}}case"github_create_issue":{let{owner:e,repo:n,title:s,body:i}=t;if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and title are required"});let o=await N(`/repos/${e}/${n}/issues`,{method:"POST",body:{title:s,body:i||""}});return JSON.stringify({number:o.number,url:o.html_url,title:o.title})}case"github_list_issues":{let{owner:e,repo:n,state:s,labels:i,since:o,assignee:a,sort:c,direction:l,limit:d}=t||{};if(!e||!n)return JSON.stringify({error:"owner and repo are required"});let p=new URLSearchParams;p.set("state",s||"open"),p.set("per_page",String(d||30)),p.set("sort",c||"updated"),p.set("direction",l||"desc"),i&&p.set("labels",Array.isArray(i)?i.join(","):i),o&&p.set("since",o),a&&p.set("assignee",a);let u=await N(`/repos/${e}/${n}/issues?${p.toString()}`),m=(Array.isArray(u)?u:[]).filter(h=>!h.pull_request).map(h=>({number:h.number,title:h.title,state:h.state,labels:(h.labels||[]).map(f=>typeof f=="string"?f:f.name),assignee:h.assignee?.login||null,assignees:(h.assignees||[]).map(f=>f.login),user:h.user?.login,comments:h.comments,url:h.html_url,createdAt:h.created_at,updatedAt:h.updated_at}));return JSON.stringify({count:m.length,issues:m})}case"github_get_issue":{let{owner:e,repo:n,number:s}=t||{};if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let i=await N(`/repos/${e}/${n}/issues/${s}`);return i.pull_request?JSON.stringify({error:`#${s} is a pull request, not an issue`,isPR:!0}):JSON.stringify({number:i.number,title:i.title,body:i.body||"",state:i.state,stateReason:i.state_reason||null,labels:(i.labels||[]).map(o=>typeof o=="string"?o:o.name),assignee:i.assignee?.login||null,assignees:(i.assignees||[]).map(o=>o.login),user:i.user?.login,milestone:i.milestone?.title||null,comments:i.comments,url:i.html_url,createdAt:i.created_at,updatedAt:i.updated_at,closedAt:i.closed_at})}case"github_get_issue_comments":{let{owner:e,repo:n,number:s,limit:i}=t||{};if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let o=await N(`/repos/${e}/${n}/issues/${s}/comments?per_page=${i||100}`),a=(Array.isArray(o)?o:[]).map(c=>({id:c.id,user:c.user?.login,body:c.body||"",createdAt:c.created_at,updatedAt:c.updated_at,url:c.html_url}));return JSON.stringify({count:a.length,comments:a})}case"github_add_issue_comment":{let{owner:e,repo:n,number:s,body:i}=t||{};if(!e||!n||!s||!i)return JSON.stringify({error:"owner, repo, number, and body are required"});let o=await N(`/repos/${e}/${n}/issues/${s}/comments`,{method:"POST",body:{body:i}});return JSON.stringify({ok:!0,id:o.id,url:o.html_url})}case"github_close_issue":{let{owner:e,repo:n,number:s,stateReason:i}=t||{};if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let o={state:"closed"};i&&(o.state_reason=i);let a=await N(`/repos/${e}/${n}/issues/${s}`,{method:"PATCH",body:o});return JSON.stringify({ok:!0,number:a.number,state:a.state,stateReason:a.state_reason||null,url:a.html_url})}case"github_reopen_issue":{let{owner:e,repo:n,number:s}=t||{};if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let i=await N(`/repos/${e}/${n}/issues/${s}`,{method:"PATCH",body:{state:"open"}});return JSON.stringify({ok:!0,number:i.number,state:i.state,url:i.html_url})}case"github_label_issue":{let{owner:e,repo:n,number:s,labels:i,mode:o}=t||{};if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let a=Array.isArray(i)?i:i?[i]:[];if(!a.length)return JSON.stringify({error:"labels (string or array) is required"});let c=o||"add";if(c==="set"){let d=await N(`/repos/${e}/${n}/issues/${s}`,{method:"PATCH",body:{labels:a}});return JSON.stringify({ok:!0,number:d.number,labels:(d.labels||[]).map(p=>typeof p=="string"?p:p.name)})}if(c==="remove"){for(let p of a)await N(`/repos/${e}/${n}/issues/${s}/labels/${encodeURIComponent(p)}`,{method:"DELETE"});let d=await N(`/repos/${e}/${n}/issues/${s}`);return JSON.stringify({ok:!0,number:d.number,labels:(d.labels||[]).map(p=>typeof p=="string"?p:p.name)})}let l=await N(`/repos/${e}/${n}/issues/${s}/labels`,{method:"POST",body:{labels:a}});return JSON.stringify({ok:!0,number:s,labels:(Array.isArray(l)?l:[]).map(d=>typeof d=="string"?d:d.name)})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"github_get_user",description:"Get the authenticated GitHub user profile and their organizations",input_schema:{type:"object",properties:{}}},{name:"github_list_orgs",description:"List GitHub organizations the authenticated user belongs to",input_schema:{type:"object",properties:{}}},{name:"github_list_repos",description:"List the repositories this token/installation can access (omit owner) \u2014 or a specific user/org's repos (pass owner). Use this to discover a RELATED repo worth cloning when a change's correctness depends on another accessible repo. Each repo carries a normalized { fullPath, name, webUrl, defaultBranch, visibility } shape (identical to gitlab_list_projects) alongside legacy fields, plus a truncated flag.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Org or user login. Omit to list every repo your token/installation can access."},query:{type:"string",description:"Optional term matched against repo name/full-name/description"},type:{type:"string",enum:["all","public","private","forks","sources","member"],description:"Filter by type (default: all)"},sort:{type:"string",enum:["created","updated","pushed","full_name"],description:"Sort field (default: updated)"},direction:{type:"string",enum:["asc","desc"],description:"Sort direction (default: desc)"},limit:{type:"number",description:"Max repos to return (default: 200, hard-capped at the fetch ceiling)"}}}},{name:"github_clone",description:'Clone a GitHub repository to the local filesystem. Use when user says "check out" or "clone" a repo.',input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner (user or org name)"},repo:{type:"string",description:"Repository name"},destination:{type:"string",description:"Destination directory. Accepts absolute paths, ~-prefixed paths, or relative names. Defaults to ~/zibby-repos/<repo>."}},required:["owner","repo"]}},{name:"github_search_repos",description:"Search accessible repositories by name or description. Use this when the user asks to find a specific repo.",input_schema:{type:"object",properties:{query:{type:"string",description:'Search term to match against repo name or description (e.g., "electron", "my-app")'},limit:{type:"number",description:"Max results (default: 20)"}},required:["query"]}},{name:"github_search_issues",description:"Search GitHub issues and pull requests",input_schema:{type:"object",properties:{query:{type:"string",description:'GitHub search query (e.g. "SCRUM-123", "login bug repo:org/app")'},limit:{type:"number",description:"Max results (default: 20)"}},required:["query"]}},{name:"github_search_code",description:"Search code across GitHub repositories by keyword",input_schema:{type:"object",properties:{query:{type:"string",description:'Code search query (e.g. "handleLogin", "class AuthService")'},repo:{type:"string",description:'Scope to a specific repo (e.g. "org/app"). Optional.'},language:{type:"string",description:'Filter by language (e.g. "javascript", "python"). Optional.'},limit:{type:"number",description:"Max results (default: 15)"}},required:["query"]}},{name:"github_get_pr",description:"Get details of a pull request \u2014 title, description, branch, stats",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"}},required:["owner","repo","number"]}},{name:"github_get_pr_diff",description:"Get the unified diff of a pull request \u2014 the actual code changes",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"}},required:["owner","repo","number"]}},{name:"github_list_pr_files",description:"List files changed in a PR with per-file patches",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"}},required:["owner","repo","number"]}},{name:"github_list_pr_comments",description:"Get all review and issue comments on a PR",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"}},required:["owner","repo","number"]}},{name:"github_get_review_thread",description:"Read a PR review-comment THREAD given any comment id in it: the root review comment + all its replies, plus the anchored diff context (file, line, the original diff hunk). Use this to understand a human's reply to a previous review comment before replying in-thread.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"},commentId:{type:"number",description:"Any review-comment id in the thread (the root or any reply)"}},required:["owner","repo","number","commentId"]}},{name:"github_reply_review_thread",description:"Reply IN-THREAD to an existing PR review-comment thread (a conversational reply nested under the thread the human commented on \u2014 NOT a fresh full review). Pass any comment id in the thread.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"},commentId:{type:"number",description:"Any review-comment id in the thread to reply to"},body:{type:"string",description:"The reply text (markdown)"}},required:["owner","repo","number","commentId","body"]}},{name:"github_reply_issue_comment",description:"Post a reply on a PR's top-level conversation (a new issue comment on the PR). Use when the human replied to a non-inline/summary comment rather than an inline review thread. Quote or @-mention for context since issue comments are not threaded.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"},body:{type:"string",description:"The reply text (markdown)"}},required:["owner","repo","number","body"]}},{name:"github_create_review",description:"Post a review on a pull request: a summary body plus optional inline comments anchored to file/line, with an event (COMMENT, APPROVE, or REQUEST_CHANGES). Use this to deliver a code review back to the PR.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"},body:{type:"string",description:"The review summary (markdown). Shown as the top-level review comment."},event:{type:"string",enum:["COMMENT","APPROVE","REQUEST_CHANGES"],description:"Review verdict. Default COMMENT (no approval state). Use REQUEST_CHANGES for blocking issues."},comments:{type:"array",description:"Optional inline comments, each anchored to a changed line.",items:{type:"object",properties:{path:{type:"string",description:"File path as it appears in the diff"},line:{type:"number",description:"Line number in the file's NEW version (the right side of the diff)"},side:{type:"string",enum:["LEFT","RIGHT"],description:"RIGHT (new) or LEFT (old). Default RIGHT."},body:{type:"string",description:"The inline comment text (markdown)"}},required:["path","line","body"]}}},required:["owner","repo","number"]}},{name:"github_list_commits",description:"List commits on a branch \u2014 optionally bounded by since/until ISO dates (date-window listing) and paginated (keep calling with page+1 while hasMore is true). Optionally filtered by file path.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},branch:{type:"string",description:"Branch name (default: repo default branch)"},path:{type:"string",description:"Filter commits touching this file path"},limit:{type:"number",description:"Commits per page, max 100 (default: 20)"},since:{type:"string",description:'Only commits after this ISO-8601 date/time, e.g. "2026-01-01T00:00:00Z"'},until:{type:"string",description:"Only commits before this ISO-8601 date/time"},page:{type:"number",description:"Page number, 1-based (default 1)"}},required:["owner","repo"]}},{name:"github_get_commit",description:"Get details of a specific commit \u2014 message, stats, file diffs",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},sha:{type:"string",description:"Commit SHA (full or short)"},includePrs:{type:"boolean",description:"Also return the pull request(s) containing this commit ({number,title,state,merged,webUrl}) \u2014 the evidence link for contribution records (default false)"}},required:["owner","repo","sha"]}},{name:"github_get_file",description:"Read a file (or list a directory) from a GitHub repo. Works on any branch/ref.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},path:{type:"string",description:'File or directory path (e.g. "src/auth/login.ts")'},ref:{type:"string",description:"Branch, tag, or commit SHA (default: repo default branch)"}},required:["owner","repo","path"]}},{name:"github_create_pr",description:"Open a pull request on GitHub (POST /repos/{owner}/{repo}/pulls). The head (source) branch must already be pushed. Returns the REAL pr_url from GitHub \u2014 never fabricate a PR url. Expected business outcomes (no commits between base and head, a PR already exists for this branch, base==head, missing head) return { success:false, skippedReason } rather than erroring.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},head:{type:"string",description:'Source branch to merge FROM (must already be pushed). For a cross-fork PR use "fork-owner:branch".'},base:{type:"string",description:"Target branch to merge INTO (default: the repo's default branch)"},title:{type:"string",description:"PR title"},body:{type:"string",description:"PR description (markdown)"},draft:{type:"boolean",description:"Open as a draft PR (default: false)"}},required:["owner","repo","head","title"]}},{name:"github_merge_pr",description:"Merge a pull request on GitHub (PUT /repos/{owner}/{repo}/pulls/{number}/merge). mergeMethod is merge | squash | rebase (default squash). Returns { success:true, merged:true, sha } with the REAL merge SHA from GitHub. Expected non-mergeable outcomes (405 = draft / failing checks / branch protection, 409 = head sha moved / conflict, 404 = not found) return { success:false, skippedReason } rather than erroring.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number to merge"},mergeMethod:{type:"string",enum:["merge","squash","rebase"],description:"How to merge (default: squash)"},commitTitle:{type:"string",description:"Title for the merge/squash commit (optional)"},commitMessage:{type:"string",description:"Body for the merge/squash commit (optional)"}},required:["owner","repo","number"]}},{name:"github_create_issue",description:"Create a GitHub issue",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},title:{type:"string",description:"Issue title"},body:{type:"string",description:"Issue body (markdown)"}},required:["owner","repo","title"]}},{name:"github_list_issues",description:"List issues in a repo (excludes pull requests). Filter by state, labels, and an updated-since cursor for polling.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},state:{type:"string",enum:["open","closed","all"],description:"Filter by state (default: open)"},labels:{type:"array",items:{type:"string"},description:"Only issues carrying ALL of these labels"},since:{type:"string",description:"ISO-8601 timestamp; only issues updated at/after this (polling cursor)"},assignee:{type:"string",description:'Filter by assignee login, "none", or "*"'},sort:{type:"string",enum:["created","updated","comments"],description:"Sort field (default: updated)"},direction:{type:"string",enum:["asc","desc"],description:"Sort direction (default: desc)"},limit:{type:"number",description:"Max issues (default: 30, max 100 per page)"}},required:["owner","repo"]}},{name:"github_get_issue",description:"Get a single GitHub issue with full detail (title, body, state, labels, assignee, url)",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"}},required:["owner","repo","number"]}},{name:"github_get_issue_comments",description:"Get the comment thread on a GitHub issue (chronological)",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"},limit:{type:"number",description:"Max comments (default: 100)"}},required:["owner","repo","number"]}},{name:"github_add_issue_comment",description:"Add a comment to a GitHub issue. Also the way to record a PR link on an issue (post a markdown link).",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"},body:{type:"string",description:"Comment body (markdown)"}},required:["owner","repo","number","body"]}},{name:"github_close_issue",description:"Close a GitHub issue. Optionally set the close reason (completed or not_planned).",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"},stateReason:{type:"string",enum:["completed","not_planned"],description:"Why the issue was closed (optional)"}},required:["owner","repo","number"]}},{name:"github_reopen_issue",description:"Reopen a closed GitHub issue",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"}},required:["owner","repo","number"]}},{name:"github_label_issue",description:"Add, set (replace all), or remove labels on a GitHub issue. Labels back state-like transitions on GitHub.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"},labels:{type:"array",items:{type:"string"},description:"Label name(s)"},mode:{type:"string",enum:["add","set","remove"],description:"add appends, set replaces all, remove deletes (default: add)"}},required:["owner","repo","number","labels"]}}]};import{existsSync as lc}from"fs";import{AsyncLocalStorage as dc}from"async_hooks";import{fileURLToPath as pc}from"url";import{dirname as uc,resolve as mc}from"path";function hc(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=uc(pc(import.meta.url)),t=mc(r,"..","bin","mcp-skill.mjs");return lc(t)?t:null}function nt(r){return String(r??"").trim().replace(/^\/+|\/+$/g,"").toLowerCase()}var Ut=null;function fc(r){let t;try{t=JSON.parse(r)}catch{throw new Error("GITLAB_INSTANCES is set but is not valid JSON. Expected an array of { host, token, repos: [...] }.")}if(!Array.isArray(t)||t.length===0)throw new Error("GITLAB_INSTANCES must be a non-empty JSON array of { host, token, repos: [...] }.");let e=[],n=new Map;return t.forEach((s,i)=>{let o=s&&typeof s.host=="string"?s.host.trim().replace(/\/+$/,""):"",a=s&&typeof s.token=="string"?s.token.trim():"",c=s&&Array.isArray(s.repos)?s.repos:null;if(!o)throw new Error(`GITLAB_INSTANCES[${i}] is missing "host".`);if(!a)throw new Error(`GITLAB_INSTANCES[${i}] (${o}) is missing "token".`);if(!c||c.length===0)throw new Error(`GITLAB_INSTANCES[${i}] (${o}) declares no "repos" \u2014 an entry that routes nothing is a config error, not an empty selection.`);let l=o.replace(/\/api\/v\d+$/,""),d=new Set;for(let p of c){let u=nt(p);if(!u)continue;let m=n.get(u);if(m!==void 0&&m!==i)throw new Error(`GITLAB_INSTANCES claims "${u}" on more than one server (${e[m].webHost} and ${l}). A repo path must name exactly one server.`);n.set(u,i),d.add(u)}if(d.size===0)throw new Error(`GITLAB_INSTANCES[${i}] (${o}) declares no usable "repos".`);e.push({webHost:l,apiBase:/\/api\/v\d+$/.test(o)?o:`${l}/api/v4`,token:a,repos:d})}),e}function Bt(){let r=process.env.GITLAB_INSTANCES;if(typeof r!="string"||!r.trim())return null;if(Ut&&Ut.raw===r)return Ut.value;let t=fc(r);return Ut={raw:r,value:t},t}var Dt=new dc,yc="GitLab: this call was not routed to a connected server. With GITLAB_INSTANCES set, every call must name a project one of the declared servers owns.";function Jt(){let r=Dt.getStore();if(r)return r;if(Bt())throw new Error(yc);return null}function qn(){let r=Jt();if(r)return r.apiBase;let t=process.env.GITLAB_API_URL;if(t)return t.replace(/\/+$/,"");let e=(process.env.GITLAB_URL||process.env.GITLAB_INSTANCE_URL||"https://gitlab.com").trim().replace(/\/+$/,"");return/\/api\/v\d+$/.test(e)?e:`${e}/api/v4`}function gc(){let r=Jt();if(r)return{"PRIVATE-TOKEN":r.token};if(process.env.GITLAB_OAUTH_TOKEN)return{Authorization:`Bearer ${process.env.GITLAB_OAUTH_TOKEN}`};let t=process.env.GITLAB_TOKEN;if(!t)throw new Error("GitLab is not connected: set GITLAB_TOKEN (personal/project access token, api scope) or GITLAB_OAUTH_TOKEN.");return{"PRIVATE-TOKEN":t}}async function A(r,t={}){let e=/^https?:\/\//.test(r)?r:`${qn()}${r}`,n={Accept:"application/json","User-Agent":"Zibby-App",...gc(),...t.body?{"Content-Type":"application/json"}:{}},s=await fetch(e,{method:t.method||"GET",headers:n,body:t.body?JSON.stringify(t.body):void 0});if(!s.ok){let i=await s.text().catch(()=>""),o=`GitLab API ${s.status} @ ${qn()}`;throw new Error(`${o}: ${i.slice(0,300)}`)}return t.raw?s.text():s.json()}function Fn(){let r=Jt();if(r)return r.webHost;let t=process.env.GITLAB_API_URL;return(process.env.GITLAB_URL||process.env.GITLAB_INSTANCE_URL||(t?t.replace(/\/api\/v\d+\/?$/,""):"")||"https://gitlab.com").trim().replace(/\/+$/,"").replace(/\/api\/v\d+$/,"")}function _c(){let r=Jt();return r?r.token:process.env.GITLAB_OAUTH_TOKEN||process.env.GITLAB_TOKEN||null}function j(r){let t=String(r);return/^\d+$/.test(t)?t:encodeURIComponent(t)}function Hn(){let r=Bt();if(r){let n=new Set;for(let s of r)for(let i of s.repos)n.add(i);return n}let t=process.env.GITLAB_ALLOWED_REPOS;if(typeof t!="string"||!t.trim())return null;let e=new Set(t.split(",").map(nt).filter(Boolean));return e.size?e:null}function Yn(r,t){if(!r)return!0;let e=nt(t);return e!==""&&r.has(e)}function bc(r){if(!r||typeof r!="object")return null;for(let t of["projectPath","projectId","project","repo","repoPath"]){let e=r[t];if(e!=null&&String(e).trim()!=="")return String(e).trim()}return null}async function Kn(r){if(!/^\d+$/.test(r))return r;try{let t=await A(`/projects/${j(r)}`);return t&&t.path_with_namespace||null}catch{return null}}async function kc(r,t){if(!t)return{path:await Kn(r),instance:null};if(!/^\d+$/.test(r)){let n=nt(r);return{path:r,instance:t.find(s=>s.repos.has(n))||null}}let e=null;for(let n of t){let s=await Dt.run(n,()=>Kn(r));if(s&&(e===null&&(e=s),n.repos.has(nt(s))))return{path:s,instance:n}}return{path:e,instance:null}}async function Gn(r,t){switch(r){case"gitlab_clone":{let{projectPath:e,projectId:n,destination:s,branch:i}=t||{},o=e&&String(e).trim();if(!o&&n!=null&&(/^\d+$/.test(String(n))?o=(await A(`/projects/${j(n)}`))?.path_with_namespace:o=String(n).trim()),!o)return JSON.stringify({error:'projectPath (e.g. "group/repo") or a numeric projectId is required'});let a=_c();if(!a)return JSON.stringify({error:"GitLab is not connected (no token to authenticate the clone)."});let{execSync:c}=await import("child_process"),{join:l,resolve:d}=await import("path"),{existsSync:p,mkdirSync:u}=await import("fs"),m=s?d(s):d(process.cwd(),".zibby","repos"),h=o.split("/").filter(Boolean).pop(),f=l(m,h);if(u(m,{recursive:!0}),p(f))return JSON.stringify({success:!0,path:f,message:`Already cloned at ${f}`,alreadyCloned:!0});let b=Fn().replace(/^https?:\/\//,""),y=Fn().startsWith("http://")?"http":"https",_=`${y}://oauth2:${a}@${b}/${o}.git`,g=i?`--branch "${String(i).replace(/"/g,"")}" `:"";try{c(`git clone --depth 1 ${g}${_} "${f}"`,{stdio:"pipe",env:{...process.env,GIT_TERMINAL_PROMPT:"0"}});let k=`${y}://${b}/${o}.git`;rt(c,f,k,a,"gitlab_clone");let O=c(`ls -la "${f}"`,{encoding:"utf-8"});return JSON.stringify({success:!0,path:f,message:`Cloned ${o} to ${f}`,contents:O.split(`
|
|
133
|
+
`),instructions:"IMPORTANT: Show the contents field to the user - it contains the directory listing."})}catch(_){let k=String(_.message||_).split(u).join("***").replace(/x-access-token:[^@]*@/g,"x-access-token:***@");return JSON.stringify({error:`Clone failed: ${k}`})}}case"github_search_repos":{let{query:e,limit:n}=t;if(!e)return JSON.stringify({error:"query is required"});let s=await this.handleToolCall("github_list_repos",{limit:200},{}),i=JSON.parse(s);if(i.error)return JSON.stringify(i);let o=e.toLowerCase(),a=i.repos.filter(c=>c.name.toLowerCase().includes(o)||c.fullName.toLowerCase().includes(o)||c.description&&c.description.toLowerCase().includes(o));return JSON.stringify({query:e,count:a.length,repos:a.slice(0,n||20)})}case"github_list_repos":{let{owner:e,type:n,sort:s,direction:i,limit:o,query:a}=t,c=100,l=o||200,d=[],p=g=>({name:g.name,fullName:g.full_name,private:g.private,description:g.description,language:g.language,defaultBranch:g.default_branch,updatedAt:g.updated_at,stars:g.stargazers_count,url:g.html_url,fullPath:g.full_name,webUrl:g.html_url,visibility:g.visibility||(g.private?"private":"public")}),u=g=>{if(!a)return!0;let k=String(a).toLowerCase();return g.name&&g.name.toLowerCase().includes(k)||g.fullName&&g.fullName.toLowerCase().includes(k)||g.description&&g.description.toLowerCase().includes(k)};if(!e){let g=1,k=!0;for(;k&&d.length<l;){let q=`/installation/repositories?per_page=${c}&page=${g}`,Ie=(await N(q)).repositories||[];if(Ie.length===0)break;d=d.concat(Ie),k=Ie.length===c,g++}let O=d.map(p).filter(u),M=O.slice(0,l),ye=O.length>M.length,T=M.filter(q=>q.private).length,R=M.filter(q=>!q.private).length;return JSON.stringify({count:M.length,repos:M,truncated:ye,privateCount:T,publicCount:R,message:`Found ${T} private and ${R} public repos`})}let m=await N(`/orgs/${e}`).then(()=>!0).catch(()=>!1),h=1,f=!0;for(;f&&d.length<l;){let g;m?g=`/orgs/${e}/repos?per_page=${c}&page=${h}&type=${n||"all"}&sort=${s||"updated"}&direction=${i||"desc"}`:g=`/users/${e}/repos?per_page=${c}&page=${h}&type=${n||"all"}&sort=${s||"updated"}&direction=${i||"desc"}`;let k=await N(g),O=Array.isArray(k)?k:[];if(O.length===0)break;d=d.concat(O),f=O.length===c,h++}let b=d.map(p).filter(u),y=b.slice(0,l),_=b.length>y.length;return JSON.stringify({count:y.length,repos:y,truncated:_})}case"github_create_pr":{let{owner:e,repo:n,head:s,title:i}=t||{};if(!e||!n||!s||!i)return JSON.stringify({error:"owner, repo, head (source branch), and title are required"});let o=t.base;if(!o)try{o=(await N(`/repos/${e}/${n}`)).default_branch||"main"}catch{o="main"}let a={title:String(i),head:String(s),base:String(o),body:t.body?String(t.body):"",draft:!!t.draft};try{let c=await N(`/repos/${e}/${n}/pulls`,{method:"POST",body:a});return JSON.stringify({success:!0,pr_url:c.html_url,number:c.number,branch:s,base:o,repo:`${e}/${n}`,provider:"github",draft:!!c.draft,state:c.state})}catch(c){let l=String(c.message||c);if(/GitHub API 422/.test(l))return JSON.stringify({success:!1,branch:s,base:o,repo:`${e}/${n}`,provider:"github",skippedReason:l});throw c}}case"github_merge_pr":{let{owner:e,repo:n,number:s}=t||{};if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let i=t.mergeMethod||"squash";if(!["merge","squash","rebase"].includes(i))return JSON.stringify({error:`mergeMethod must be merge, squash, or rebase (got ${i})`});let o={merge_method:i};t.commitTitle&&(o.commit_title=String(t.commitTitle)),t.commitMessage&&(o.commit_message=String(t.commitMessage));try{let a=await N(`/repos/${e}/${n}/pulls/${s}/merge`,{method:"PUT",body:o});return JSON.stringify({success:!0,merged:!0,sha:a.sha,number:s,provider:"github"})}catch(a){let c=String(a.message||a);if(/GitHub API (405|409|404)/.test(c))return JSON.stringify({success:!1,number:s,provider:"github",skippedReason:c});throw a}}case"github_create_issue":{let{owner:e,repo:n,title:s,body:i}=t;if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and title are required"});let o=await N(`/repos/${e}/${n}/issues`,{method:"POST",body:{title:s,body:i||""}});return JSON.stringify({number:o.number,url:o.html_url,title:o.title})}case"github_list_issues":{let{owner:e,repo:n,state:s,labels:i,since:o,assignee:a,sort:c,direction:l,limit:d}=t||{};if(!e||!n)return JSON.stringify({error:"owner and repo are required"});let p=new URLSearchParams;p.set("state",s||"open"),p.set("per_page",String(d||30)),p.set("sort",c||"updated"),p.set("direction",l||"desc"),i&&p.set("labels",Array.isArray(i)?i.join(","):i),o&&p.set("since",o),a&&p.set("assignee",a);let u=await N(`/repos/${e}/${n}/issues?${p.toString()}`),m=(Array.isArray(u)?u:[]).filter(h=>!h.pull_request).map(h=>({number:h.number,title:h.title,state:h.state,labels:(h.labels||[]).map(f=>typeof f=="string"?f:f.name),assignee:h.assignee?.login||null,assignees:(h.assignees||[]).map(f=>f.login),user:h.user?.login,comments:h.comments,url:h.html_url,createdAt:h.created_at,updatedAt:h.updated_at}));return JSON.stringify({count:m.length,issues:m})}case"github_get_issue":{let{owner:e,repo:n,number:s}=t||{};if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let i=await N(`/repos/${e}/${n}/issues/${s}`);return i.pull_request?JSON.stringify({error:`#${s} is a pull request, not an issue`,isPR:!0}):JSON.stringify({number:i.number,title:i.title,body:i.body||"",state:i.state,stateReason:i.state_reason||null,labels:(i.labels||[]).map(o=>typeof o=="string"?o:o.name),assignee:i.assignee?.login||null,assignees:(i.assignees||[]).map(o=>o.login),user:i.user?.login,milestone:i.milestone?.title||null,comments:i.comments,url:i.html_url,createdAt:i.created_at,updatedAt:i.updated_at,closedAt:i.closed_at})}case"github_get_issue_comments":{let{owner:e,repo:n,number:s,limit:i}=t||{};if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let o=await N(`/repos/${e}/${n}/issues/${s}/comments?per_page=${i||100}`),a=(Array.isArray(o)?o:[]).map(c=>({id:c.id,user:c.user?.login,body:c.body||"",createdAt:c.created_at,updatedAt:c.updated_at,url:c.html_url}));return JSON.stringify({count:a.length,comments:a})}case"github_add_issue_comment":{let{owner:e,repo:n,number:s,body:i}=t||{};if(!e||!n||!s||!i)return JSON.stringify({error:"owner, repo, number, and body are required"});let o=await N(`/repos/${e}/${n}/issues/${s}/comments`,{method:"POST",body:{body:i}});return JSON.stringify({ok:!0,id:o.id,url:o.html_url})}case"github_close_issue":{let{owner:e,repo:n,number:s,stateReason:i}=t||{};if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let o={state:"closed"};i&&(o.state_reason=i);let a=await N(`/repos/${e}/${n}/issues/${s}`,{method:"PATCH",body:o});return JSON.stringify({ok:!0,number:a.number,state:a.state,stateReason:a.state_reason||null,url:a.html_url})}case"github_reopen_issue":{let{owner:e,repo:n,number:s}=t||{};if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let i=await N(`/repos/${e}/${n}/issues/${s}`,{method:"PATCH",body:{state:"open"}});return JSON.stringify({ok:!0,number:i.number,state:i.state,url:i.html_url})}case"github_label_issue":{let{owner:e,repo:n,number:s,labels:i,mode:o}=t||{};if(!e||!n||!s)return JSON.stringify({error:"owner, repo, and number are required"});let a=Array.isArray(i)?i:i?[i]:[];if(!a.length)return JSON.stringify({error:"labels (string or array) is required"});let c=o||"add";if(c==="set"){let d=await N(`/repos/${e}/${n}/issues/${s}`,{method:"PATCH",body:{labels:a}});return JSON.stringify({ok:!0,number:d.number,labels:(d.labels||[]).map(p=>typeof p=="string"?p:p.name)})}if(c==="remove"){for(let p of a)await N(`/repos/${e}/${n}/issues/${s}/labels/${encodeURIComponent(p)}`,{method:"DELETE"});let d=await N(`/repos/${e}/${n}/issues/${s}`);return JSON.stringify({ok:!0,number:d.number,labels:(d.labels||[]).map(p=>typeof p=="string"?p:p.name)})}let l=await N(`/repos/${e}/${n}/issues/${s}/labels`,{method:"POST",body:{labels:a}});return JSON.stringify({ok:!0,number:s,labels:(Array.isArray(l)?l:[]).map(d=>typeof d=="string"?d:d.name)})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"github_get_user",description:"Get the authenticated GitHub user profile and their organizations",input_schema:{type:"object",properties:{}}},{name:"github_list_orgs",description:"List GitHub organizations the authenticated user belongs to",input_schema:{type:"object",properties:{}}},{name:"github_list_repos",description:"List the repositories this token/installation can access (omit owner) \u2014 or a specific user/org's repos (pass owner). Use this to discover a RELATED repo worth cloning when a change's correctness depends on another accessible repo. Each repo carries a normalized { fullPath, name, webUrl, defaultBranch, visibility } shape (identical to gitlab_list_projects) alongside legacy fields, plus a truncated flag.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Org or user login. Omit to list every repo your token/installation can access."},query:{type:"string",description:"Optional term matched against repo name/full-name/description"},type:{type:"string",enum:["all","public","private","forks","sources","member"],description:"Filter by type (default: all)"},sort:{type:"string",enum:["created","updated","pushed","full_name"],description:"Sort field (default: updated)"},direction:{type:"string",enum:["asc","desc"],description:"Sort direction (default: desc)"},limit:{type:"number",description:"Max repos to return (default: 200, hard-capped at the fetch ceiling)"}}}},{name:"github_clone",description:'Clone a GitHub repository to the local filesystem. Use when user says "check out" or "clone" a repo.',input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner (user or org name)"},repo:{type:"string",description:"Repository name"},destination:{type:"string",description:"Destination directory. Accepts absolute paths, ~-prefixed paths, or relative names. Defaults to ~/zibby-repos/<repo>."}},required:["owner","repo"]}},{name:"github_search_repos",description:"Search accessible repositories by name or description. Use this when the user asks to find a specific repo.",input_schema:{type:"object",properties:{query:{type:"string",description:'Search term to match against repo name or description (e.g., "electron", "my-app")'},limit:{type:"number",description:"Max results (default: 20)"}},required:["query"]}},{name:"github_search_issues",description:"Search GitHub issues and pull requests",input_schema:{type:"object",properties:{query:{type:"string",description:'GitHub search query (e.g. "SCRUM-123", "login bug repo:org/app")'},limit:{type:"number",description:"Max results (default: 20)"}},required:["query"]}},{name:"github_search_code",description:"Search code across GitHub repositories by keyword",input_schema:{type:"object",properties:{query:{type:"string",description:'Code search query (e.g. "handleLogin", "class AuthService")'},repo:{type:"string",description:'Scope to a specific repo (e.g. "org/app"). Optional.'},language:{type:"string",description:'Filter by language (e.g. "javascript", "python"). Optional.'},limit:{type:"number",description:"Max results (default: 15)"}},required:["query"]}},{name:"github_get_pr",description:"Get details of a pull request \u2014 title, description, branch, stats",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"}},required:["owner","repo","number"]}},{name:"github_get_pr_diff",description:"Get the unified diff of a pull request \u2014 the actual code changes",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"}},required:["owner","repo","number"]}},{name:"github_list_pr_files",description:"List files changed in a PR with per-file patches",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"}},required:["owner","repo","number"]}},{name:"github_list_pr_comments",description:"Get all review and issue comments on a PR",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"}},required:["owner","repo","number"]}},{name:"github_get_review_thread",description:"Read a PR review-comment THREAD given any comment id in it: the root review comment + all its replies, plus the anchored diff context (file, line, the original diff hunk). Use this to understand a human's reply to a previous review comment before replying in-thread.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"},commentId:{type:"number",description:"Any review-comment id in the thread (the root or any reply)"}},required:["owner","repo","number","commentId"]}},{name:"github_reply_review_thread",description:"Reply IN-THREAD to an existing PR review-comment thread (a conversational reply nested under the thread the human commented on \u2014 NOT a fresh full review). Pass any comment id in the thread.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"},commentId:{type:"number",description:"Any review-comment id in the thread to reply to"},body:{type:"string",description:"The reply text (markdown)"}},required:["owner","repo","number","commentId","body"]}},{name:"github_reply_issue_comment",description:"Post a reply on a PR's top-level conversation (a new issue comment on the PR). Use when the human replied to a non-inline/summary comment rather than an inline review thread. Quote or @-mention for context since issue comments are not threaded.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"},body:{type:"string",description:"The reply text (markdown)"}},required:["owner","repo","number","body"]}},{name:"github_create_review",description:"Post a review on a pull request: a summary body plus optional inline comments anchored to file/line, with an event (COMMENT, APPROVE, or REQUEST_CHANGES). Use this to deliver a code review back to the PR.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"},body:{type:"string",description:"The review summary (markdown). Shown as the top-level review comment."},event:{type:"string",enum:["COMMENT","APPROVE","REQUEST_CHANGES"],description:"Review verdict. Default COMMENT (no approval state). Use REQUEST_CHANGES for blocking issues."},comments:{type:"array",description:"Optional inline comments, each anchored to a changed line.",items:{type:"object",properties:{path:{type:"string",description:"File path as it appears in the diff"},line:{type:"number",description:"Line number in the file's NEW version (the right side of the diff)"},side:{type:"string",enum:["LEFT","RIGHT"],description:"RIGHT (new) or LEFT (old). Default RIGHT."},body:{type:"string",description:"The inline comment text (markdown)"}},required:["path","line","body"]}}},required:["owner","repo","number"]}},{name:"github_list_commits",description:"List commits on a branch \u2014 optionally bounded by since/until ISO dates (date-window listing) and paginated (keep calling with page+1 while hasMore is true). Optionally filtered by file path.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},branch:{type:"string",description:"Branch name (default: repo default branch)"},path:{type:"string",description:"Filter commits touching this file path"},limit:{type:"number",description:"Commits per page, max 100 (default: 20)"},since:{type:"string",description:'Only commits after this ISO-8601 date/time, e.g. "2026-01-01T00:00:00Z"'},until:{type:"string",description:"Only commits before this ISO-8601 date/time"},page:{type:"number",description:"Page number, 1-based (default 1)"}},required:["owner","repo"]}},{name:"github_get_commit",description:"Get details of a specific commit \u2014 message, stats, file diffs",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},sha:{type:"string",description:"Commit SHA (full or short)"},includePrs:{type:"boolean",description:"Also return the pull request(s) containing this commit ({number,title,state,merged,webUrl}) \u2014 the evidence link for contribution records (default false)"}},required:["owner","repo","sha"]}},{name:"github_get_file",description:"Read a file (or list a directory) from a GitHub repo. Works on any branch/ref.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},path:{type:"string",description:'File or directory path (e.g. "src/auth/login.ts")'},ref:{type:"string",description:"Branch, tag, or commit SHA (default: repo default branch)"}},required:["owner","repo","path"]}},{name:"github_create_pr",description:"Open a pull request on GitHub (POST /repos/{owner}/{repo}/pulls). The head (source) branch must already be pushed. Returns the REAL pr_url from GitHub \u2014 never fabricate a PR url. Expected business outcomes (no commits between base and head, a PR already exists for this branch, base==head, missing head) return { success:false, skippedReason } rather than erroring.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},head:{type:"string",description:'Source branch to merge FROM (must already be pushed). For a cross-fork PR use "fork-owner:branch".'},base:{type:"string",description:"Target branch to merge INTO (default: the repo's default branch)"},title:{type:"string",description:"PR title"},body:{type:"string",description:"PR description (markdown)"},draft:{type:"boolean",description:"Open as a draft PR (default: false)"}},required:["owner","repo","head","title"]}},{name:"github_merge_pr",description:"Merge a pull request on GitHub (PUT /repos/{owner}/{repo}/pulls/{number}/merge). mergeMethod is merge | squash | rebase (default squash). Returns { success:true, merged:true, sha } with the REAL merge SHA from GitHub. Expected non-mergeable outcomes (405 = draft / failing checks / branch protection, 409 = head sha moved / conflict, 404 = not found) return { success:false, skippedReason } rather than erroring.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number to merge"},mergeMethod:{type:"string",enum:["merge","squash","rebase"],description:"How to merge (default: squash)"},commitTitle:{type:"string",description:"Title for the merge/squash commit (optional)"},commitMessage:{type:"string",description:"Body for the merge/squash commit (optional)"}},required:["owner","repo","number"]}},{name:"github_create_issue",description:"Create a GitHub issue",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},title:{type:"string",description:"Issue title"},body:{type:"string",description:"Issue body (markdown)"}},required:["owner","repo","title"]}},{name:"github_list_issues",description:"List issues in a repo (excludes pull requests). Filter by state, labels, and an updated-since cursor for polling.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},state:{type:"string",enum:["open","closed","all"],description:"Filter by state (default: open)"},labels:{type:"array",items:{type:"string"},description:"Only issues carrying ALL of these labels"},since:{type:"string",description:"ISO-8601 timestamp; only issues updated at/after this (polling cursor)"},assignee:{type:"string",description:'Filter by assignee login, "none", or "*"'},sort:{type:"string",enum:["created","updated","comments"],description:"Sort field (default: updated)"},direction:{type:"string",enum:["asc","desc"],description:"Sort direction (default: desc)"},limit:{type:"number",description:"Max issues (default: 30, max 100 per page)"}},required:["owner","repo"]}},{name:"github_get_issue",description:"Get a single GitHub issue with full detail (title, body, state, labels, assignee, url)",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"}},required:["owner","repo","number"]}},{name:"github_get_issue_comments",description:"Get the comment thread on a GitHub issue (chronological)",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"},limit:{type:"number",description:"Max comments (default: 100)"}},required:["owner","repo","number"]}},{name:"github_add_issue_comment",description:"Add a comment to a GitHub issue. Also the way to record a PR link on an issue (post a markdown link).",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"},body:{type:"string",description:"Comment body (markdown)"}},required:["owner","repo","number","body"]}},{name:"github_close_issue",description:"Close a GitHub issue. Optionally set the close reason (completed or not_planned).",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"},stateReason:{type:"string",enum:["completed","not_planned"],description:"Why the issue was closed (optional)"}},required:["owner","repo","number"]}},{name:"github_reopen_issue",description:"Reopen a closed GitHub issue",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"}},required:["owner","repo","number"]}},{name:"github_label_issue",description:"Add, set (replace all), or remove labels on a GitHub issue. Labels back state-like transitions on GitHub.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"},labels:{type:"array",items:{type:"string"},description:"Label name(s)"},mode:{type:"string",enum:["add","set","remove"],description:"add appends, set replaces all, remove deletes (default: add)"}},required:["owner","repo","number","labels"]}}]};import{existsSync as hc}from"fs";import{AsyncLocalStorage as fc}from"async_hooks";import{fileURLToPath as yc}from"url";import{dirname as gc,resolve as _c}from"path";function bc(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=gc(yc(import.meta.url)),t=_c(r,"..","bin","mcp-skill.mjs");return hc(t)?t:null}function nt(r){return String(r??"").trim().replace(/^\/+|\/+$/g,"").toLowerCase()}var Ut=null;function kc(r){let t;try{t=JSON.parse(r)}catch{throw new Error("GITLAB_INSTANCES is set but is not valid JSON. Expected an array of { host, token, repos: [...] }.")}if(!Array.isArray(t)||t.length===0)throw new Error("GITLAB_INSTANCES must be a non-empty JSON array of { host, token, repos: [...] }.");let e=[],n=new Map;return t.forEach((s,i)=>{let o=s&&typeof s.host=="string"?s.host.trim().replace(/\/+$/,""):"",a=s&&typeof s.token=="string"?s.token.trim():"",c=s&&Array.isArray(s.repos)?s.repos:null;if(!o)throw new Error(`GITLAB_INSTANCES[${i}] is missing "host".`);if(!a)throw new Error(`GITLAB_INSTANCES[${i}] (${o}) is missing "token".`);if(!c||c.length===0)throw new Error(`GITLAB_INSTANCES[${i}] (${o}) declares no "repos" \u2014 an entry that routes nothing is a config error, not an empty selection.`);let l=o.replace(/\/api\/v\d+$/,""),d=new Set;for(let p of c){let u=nt(p);if(!u)continue;let m=n.get(u);if(m!==void 0&&m!==i)throw new Error(`GITLAB_INSTANCES claims "${u}" on more than one server (${e[m].webHost} and ${l}). A repo path must name exactly one server.`);n.set(u,i),d.add(u)}if(d.size===0)throw new Error(`GITLAB_INSTANCES[${i}] (${o}) declares no usable "repos".`);e.push({webHost:l,apiBase:/\/api\/v\d+$/.test(o)?o:`${l}/api/v4`,token:a,repos:d})}),e}function Bt(){let r=process.env.GITLAB_INSTANCES;if(typeof r!="string"||!r.trim())return null;if(Ut&&Ut.raw===r)return Ut.value;let t=kc(r);return Ut={raw:r,value:t},t}var Dt=new fc,wc="GitLab: this call was not routed to a connected server. With GITLAB_INSTANCES set, every call must name a project one of the declared servers owns.";function Jt(){let r=Dt.getStore();if(r)return r;if(Bt())throw new Error(wc);return null}function Fn(){let r=Jt();if(r)return r.apiBase;let t=process.env.GITLAB_API_URL;if(t)return t.replace(/\/+$/,"");let e=(process.env.GITLAB_URL||process.env.GITLAB_INSTANCE_URL||"https://gitlab.com").trim().replace(/\/+$/,"");return/\/api\/v\d+$/.test(e)?e:`${e}/api/v4`}function Sc(){let r=Jt();if(r)return{"PRIVATE-TOKEN":r.token};if(process.env.GITLAB_OAUTH_TOKEN)return{Authorization:`Bearer ${process.env.GITLAB_OAUTH_TOKEN}`};let t=process.env.GITLAB_TOKEN;if(!t)throw new Error("GitLab is not connected: set GITLAB_TOKEN (personal/project access token, api scope) or GITLAB_OAUTH_TOKEN.");return{"PRIVATE-TOKEN":t}}async function A(r,t={}){let e=/^https?:\/\//.test(r)?r:`${Fn()}${r}`,n={Accept:"application/json","User-Agent":"Zibby-App",...Sc(),...t.body?{"Content-Type":"application/json"}:{}},s=await fetch(e,{method:t.method||"GET",headers:n,body:t.body?JSON.stringify(t.body):void 0});if(!s.ok){let i=await s.text().catch(()=>""),o=`GitLab API ${s.status} @ ${Fn()}`;throw new Error(`${o}: ${i.slice(0,300)}`)}return t.raw?s.text():s.json()}function Kn(){let r=Jt();if(r)return r.webHost;let t=process.env.GITLAB_API_URL;return(process.env.GITLAB_URL||process.env.GITLAB_INSTANCE_URL||(t?t.replace(/\/api\/v\d+\/?$/,""):"")||"https://gitlab.com").trim().replace(/\/+$/,"").replace(/\/api\/v\d+$/,"")}function vc(){let r=Jt();return r?r.token:process.env.GITLAB_OAUTH_TOKEN||process.env.GITLAB_TOKEN||null}function j(r){let t=String(r);return/^\d+$/.test(t)?t:encodeURIComponent(t)}function Yn(){let r=Bt();if(r){let n=new Set;for(let s of r)for(let i of s.repos)n.add(i);return n}let t=process.env.GITLAB_ALLOWED_REPOS;if(typeof t!="string"||!t.trim())return null;let e=new Set(t.split(",").map(nt).filter(Boolean));return e.size?e:null}function zn(r,t){if(!r)return!0;let e=nt(t);return e!==""&&r.has(e)}function Ic(r){if(!r||typeof r!="object")return null;for(let t of["projectPath","projectId","project","repo","repoPath"]){let e=r[t];if(e!=null&&String(e).trim()!=="")return String(e).trim()}return null}async function Gn(r){if(!/^\d+$/.test(r))return r;try{let t=await A(`/projects/${j(r)}`);return t&&t.path_with_namespace||null}catch{return null}}async function Nc(r,t){if(!t)return{path:await Gn(r),instance:null};if(!/^\d+$/.test(r)){let n=nt(r);return{path:r,instance:t.find(s=>s.repos.has(n))||null}}let e=null;for(let n of t){let s=await Dt.run(n,()=>Gn(r));if(s&&(e===null&&(e=s),n.repos.has(nt(s))))return{path:s,instance:n}}return{path:e,instance:null}}async function Hn(r,t){switch(r){case"gitlab_clone":{let{projectPath:e,projectId:n,destination:s,branch:i}=t||{},o=e&&String(e).trim();if(!o&&n!=null&&(/^\d+$/.test(String(n))?o=(await A(`/projects/${j(n)}`))?.path_with_namespace:o=String(n).trim()),!o)return JSON.stringify({error:'projectPath (e.g. "group/repo") or a numeric projectId is required'});let a=vc();if(!a)return JSON.stringify({error:"GitLab is not connected (no token to authenticate the clone)."});let{execSync:c}=await import("child_process"),{join:l,resolve:d}=await import("path"),{existsSync:p,mkdirSync:u}=await import("fs"),m=s?d(s):d(process.cwd(),".zibby","repos"),h=o.split("/").filter(Boolean).pop(),f=l(m,h);if(u(m,{recursive:!0}),p(f))return JSON.stringify({success:!0,path:f,message:`Already cloned at ${f}`,alreadyCloned:!0});let b=Kn().replace(/^https?:\/\//,""),y=Kn().startsWith("http://")?"http":"https",_=`${y}://oauth2:${a}@${b}/${o}.git`,g=i?`--branch "${String(i).replace(/"/g,"")}" `:"";try{c(`git clone --depth 1 ${g}${_} "${f}"`,{stdio:"pipe",env:{...process.env,GIT_TERMINAL_PROMPT:"0"}});let k=`${y}://${b}/${o}.git`;rt(c,f,k,a,"gitlab_clone");let O=c(`ls -la "${f}"`,{encoding:"utf-8"});return JSON.stringify({success:!0,path:f,message:`Cloned ${o} to ${f}`,contents:O.split(`
|
|
134
134
|
`).slice(0,30).join(`
|
|
135
|
-
`)})}catch(k){let O=String(k.message||k).split(a).join("***").replace(/oauth2:[^@]*@/g,"oauth2:***@");return JSON.stringify({error:`Clone failed: ${O}`})}}case"gitlab_create_mr":{let e=t?.project??t?.projectId,n=t?.source_branch??t?.sourceBranch,{title:s}=t||{};if(!e||!n||!s)return JSON.stringify({error:'project (id or "group/repo" path), source_branch, and title are required'});let i=j(e),o=t?.target_branch??t?.targetBranch;if(!o)try{o=(await A(`/projects/${i}`)).default_branch||"main"}catch{o="main"}let a={source_branch:String(n),target_branch:String(o),title:String(s),description:t?.description?String(t.description):""};try{let c=await A(`/projects/${i}/merge_requests`,{method:"POST",body:a});return JSON.stringify({success:!0,pr_url:c.web_url,number:c.iid,branch:a.source_branch,targetBranch:a.target_branch,project:String(e),provider:"gitlab",state:c.state})}catch(c){let l=String(c.message||c);if(/GitLab API (409|400)/.test(l))return JSON.stringify({success:!1,branch:a.source_branch,targetBranch:a.target_branch,project:String(e),provider:"gitlab",skippedReason:l});throw c}}case"gitlab_accept_mr":{let e=t?.project??t?.projectId,{iid:n}=t||{};if(!e||!n)return JSON.stringify({error:'project (id or "group/repo" path) and iid are required'});let s=j(e),i={};t.squash!=null&&(i.squash=!!t.squash),t.mergeCommitMessage&&(i.merge_commit_message=String(t.mergeCommitMessage)),t.mergeWhenPipelineSucceeds!=null&&(i.merge_when_pipeline_succeeds=!!t.mergeWhenPipelineSucceeds);try{let o=await A(`/projects/${s}/merge_requests/${n}/merge`,{method:"PUT",body:i});return JSON.stringify({success:!0,merged:!0,sha:o.merge_commit_sha??o.sha??null,iid:o.iid??n,project:String(e),provider:"gitlab",state:o.state})}catch(o){let a=String(o.message||o);if(/GitLab API (405|406|404)/.test(a))return JSON.stringify({success:!1,iid:n,project:String(e),provider:"gitlab",skippedReason:a});throw o}}case"gitlab_get_mr":{let{projectId:e,iid:n}=t||{};if(!e||!n)return JSON.stringify({error:"projectId and iid are required"});let s=await A(`/projects/${j(e)}/merge_requests/${n}`);return JSON.stringify({iid:s.iid,projectId:s.project_id,title:s.title,description:(s.description||"").slice(0,5e3),state:s.state,author:s.author?.username,sourceBranch:s.source_branch,targetBranch:s.target_branch,draft:s.draft??s.work_in_progress??!1,mergeStatus:s.merge_status,changesCount:s.changes_count,labels:Array.isArray(s.labels)?s.labels:[],webUrl:s.web_url,createdAt:s.created_at,updatedAt:s.updated_at,mergedAt:s.merged_at,diffRefs:s.diff_refs||null})}case"gitlab_get_mr_changes":{let{projectId:e,iid:n}=t||{};if(!e||!n)return JSON.stringify({error:"projectId and iid are required"});let s=await A(`/projects/${j(e)}/merge_requests/${n}/changes`),i=Array.isArray(s.changes)?s.changes:[];return JSON.stringify({iid:s.iid,total:i.length,diffRefs:s.diff_refs||null,files:i.map(o=>({oldPath:o.old_path,newPath:o.new_path,newFile:!!o.new_file,deletedFile:!!o.deleted_file,renamedFile:!!o.renamed_file,diff:typeof o.diff=="string"?o.diff.slice(0,3e3):""}))})}case"gitlab_list_commits":{let{projectId:e,since:n,until:s,refName:i,page:o,perPage:a,withStats:c}=t||{};if(!e)return JSON.stringify({error:"projectId is required"});let l=new URLSearchParams;l.set("per_page",String(Math.min(Number(a)||50,100))),l.set("page",String(Number(o)||1)),n&&l.set("since",n),s&&l.set("until",s),i&&l.set("ref_name",i),c!==!1&&l.set("with_stats","true");let d=await A(`/projects/${j(e)}/repository/commits?${l.toString()}`),p=(Array.isArray(d)?d:[]).map(u=>({id:u.id,shortId:u.short_id,title:u.title,authorName:u.author_name,authorEmail:u.author_email,authoredDate:u.authored_date,committedDate:u.committed_date,parentIds:Array.isArray(u.parent_ids)?u.parent_ids:[],stats:u.stats||null}));return JSON.stringify({page:Number(o)||1,count:p.length,hasMore:p.length>=Math.min(Number(a)||50,100),commits:p})}case"gitlab_get_commit":{let{projectId:e,sha:n,includeDiff:s,includeMrs:i}=t||{};if(!e||!n)return JSON.stringify({error:"projectId and sha are required"});let o=await A(`/projects/${j(e)}/repository/commits/${encodeURIComponent(n)}`),a;if(i)try{let l=await A(`/projects/${j(e)}/repository/commits/${encodeURIComponent(n)}/merge_requests`);a=(Array.isArray(l)?l:[]).map(d=>({iid:d.iid,title:d.title,state:d.state,webUrl:d.web_url}))}catch{a=[]}let c;if(s!==!1){let l=await A(`/projects/${j(e)}/repository/commits/${encodeURIComponent(n)}/diff`);c=(Array.isArray(l)?l:[]).map(d=>({oldPath:d.old_path,newPath:d.new_path,newFile:!!d.new_file,deletedFile:!!d.deleted_file,renamedFile:!!d.renamed_file,diff:typeof d.diff=="string"?d.diff.slice(0,3e3):""}))}return JSON.stringify({id:o.id,shortId:o.short_id,title:o.title,message:typeof o.message=="string"?o.message.slice(0,2e3):"",authorName:o.author_name,authorEmail:o.author_email,authoredDate:o.authored_date,committedDate:o.committed_date,parentIds:Array.isArray(o.parent_ids)?o.parent_ids:[],stats:o.stats||null,webUrl:o.web_url,...c?{filesChanged:c.length,files:c}:{},...a?{mergeRequests:a}:{}})}case"gitlab_list_mrs":{let{projectId:e,state:n,targetBranch:s,sourceBranch:i,authorUsername:o,labels:a,search:c,sort:l,orderBy:d,limit:p}=t||{};if(!e)return JSON.stringify({error:"projectId is required"});let u=new URLSearchParams;u.set("state",n||"opened"),u.set("per_page",String(p||20)),u.set("order_by",d||"updated_at"),u.set("sort",l||"desc"),s&&u.set("target_branch",s),i&&u.set("source_branch",i),o&&u.set("author_username",o),a&&u.set("labels",Array.isArray(a)?a.join(","):a),c&&u.set("search",c);let m=await A(`/projects/${j(e)}/merge_requests?${u.toString()}`),h=(Array.isArray(m)?m:[]).map(f=>({iid:f.iid,title:f.title,state:f.state,author:f.author?.username,sourceBranch:f.source_branch,targetBranch:f.target_branch,draft:f.draft??f.work_in_progress??!1,labels:Array.isArray(f.labels)?f.labels:[],webUrl:f.web_url,createdAt:f.created_at,updatedAt:f.updated_at}));return JSON.stringify({count:h.length,mergeRequests:h})}case"gitlab_list_mr_notes":{let{projectId:e,iid:n,limit:s}=t||{};if(!e||!n)return JSON.stringify({error:"projectId and iid are required"});let i=await A(`/projects/${j(e)}/merge_requests/${n}/notes?per_page=${s||50}&sort=asc&order_by=created_at`);return JSON.stringify({total:Array.isArray(i)?i.length:0,notes:(Array.isArray(i)?i:[]).map(o=>({id:o.id,author:o.author?.username,body:(o.body||"").slice(0,1e3),system:!!o.system,createdAt:o.created_at}))})}case"gitlab_post_mr_note":{let{projectId:e,iid:n,body:s}=t||{};if(!e||!n||!s)return JSON.stringify({error:"projectId, iid, and body are required"});let i=await A(`/projects/${j(e)}/merge_requests/${n}/notes`,{method:"POST",body:{body:String(s)}});return JSON.stringify({ok:!0,id:i.id,createdAt:i.created_at})}case"gitlab_post_mr_discussion":{let{projectId:e,iid:n,path:s,oldPath:i,newLine:o,oldLine:a,body:c}=t||{};if(!e||!n||!s||!c)return JSON.stringify({error:"projectId, iid, path, and body are required"});if(o==null&&a==null)return JSON.stringify({error:"newLine (added/changed line) or oldLine (removed/context line) is required to anchor an inline comment"});let l=j(e),d=t.diffRefs||null;if(d||(d=(await A(`/projects/${l}/merge_requests/${n}`)).diff_refs||null),!d||!d.head_sha)return JSON.stringify({error:"could not resolve diff_refs for this MR \u2014 cannot anchor an inline comment. Use gitlab_post_mr_note instead."});let p={base_sha:d.base_sha,start_sha:d.start_sha,head_sha:d.head_sha,position_type:"text",new_path:s,old_path:i||s};o!=null&&(p.new_line=Number(o)),a!=null&&(p.old_line=Number(a));try{let u=await A(`/projects/${l}/merge_requests/${n}/discussions`,{method:"POST",body:{body:String(c),position:p}});return JSON.stringify({ok:!0,discussionId:u.id})}catch(u){return JSON.stringify({ok:!1,error:`inline anchor rejected (${u.message}). The line must be part of the MR diff. Fall back to gitlab_post_mr_note with the file/line in the text.`})}}case"gitlab_create_mr_review":{let{projectId:e,iid:n,body:s,comments:i}=t||{};if(!e||!n)return JSON.stringify({error:"projectId and iid are required"});let o=j(e),a=Array.isArray(i)?i.filter(y=>y&&y.path&&y.body&&(y.newLine!=null||y.oldLine!=null)):[];if(!s&&a.length===0)return JSON.stringify({error:"a review needs a body and/or inline comments"});let c=t.diffRefs||null;a.length>0&&!c&&(c=(await A(`/projects/${o}/merge_requests/${n}`)).diff_refs||null);let l=new Set,d=null;try{for(let y=1;y<=20;y+=1){let _=await A(`/projects/${o}/merge_requests/${n}/discussions?per_page=100&page=${y}`);if(!Array.isArray(_)||_.length===0)break;for(let g of _)for(let k of g.notes||[]){let O=$t(k.body);O&&l.add(O),d==null&&Pt(k.body)&&(d=k.id)}if(_.length<100)break}}catch{}let p=!1,u=!1;if(s){let y=`${String(s)}${jt}`;try{d!=null?(await A(`/projects/${o}/merge_requests/${n}/notes/${d}`,{method:"PUT",body:{body:y}}),u=!0):await A(`/projects/${o}/merge_requests/${n}/notes`,{method:"POST",body:{body:y}}),p=!0}catch{await A(`/projects/${o}/merge_requests/${n}/notes`,{method:"POST",body:{body:y}}),p=!0}}let{toPost:m,skipped:h}=Ct(a,l),f=0,b=[];if(m.length>0&&c)for(let y of m){let _={base_sha:c.base_sha,start_sha:c.start_sha,head_sha:c.head_sha,position_type:"text",new_path:y.path,old_path:y.oldPath||y.path};y.newLine!=null&&(_.new_line=Number(y.newLine)),y.oldLine!=null&&(_.old_line=Number(y.oldLine));try{await A(`/projects/${o}/merge_requests/${n}/discussions`,{method:"POST",body:{body:String(y.body),position:_}}),f+=1}catch(g){b.push(`${y.path}:${y.newLine??y.oldLine} \u2014 ${g.message}`)}}else m.length>0&&!c&&b.push("no diff_refs available \u2014 inline comments skipped (pass diffRefs from gitlab_get_mr)");return JSON.stringify({ok:!0,notePosted:p,summaryUpdated:u,inlinePosted:f,inlineSkipped:h||void 0,inlineErrors:b.length?b:void 0})}case"gitlab_get_discussion":{let{projectId:e,iid:n,discussionId:s}=t||{};if(!e||!n||!s)return JSON.stringify({error:"projectId, iid, and discussionId are required"});let i=await A(`/projects/${j(e)}/merge_requests/${n}/discussions/${encodeURIComponent(s)}`),o=Array.isArray(i.notes)?i.notes:[],a=o.find(l=>l.position)||null,c=a?a.position:null;return JSON.stringify({discussionId:i.id,individualNote:!!i.individual_note,path:c&&(c.new_path||c.old_path)||null,newLine:c?c.new_line??null:null,oldLine:c?c.old_line??null:null,diffRefs:c?{base_sha:c.base_sha,start_sha:c.start_sha,head_sha:c.head_sha}:null,notes:o.map(l=>({id:l.id,author:l.author?.username,body:(l.body||"").slice(0,4e3),system:!!l.system,createdAt:l.created_at}))})}case"gitlab_reply_discussion":{let{projectId:e,iid:n,discussionId:s,body:i}=t||{};if(!e||!n||!s||!i)return JSON.stringify({error:"projectId, iid, discussionId, and body are required"});let o=await A(`/projects/${j(e)}/merge_requests/${n}/discussions/${encodeURIComponent(s)}/notes`,{method:"POST",body:{body:String(i)}});return JSON.stringify({ok:!0,id:o.id,createdAt:o.created_at})}case"gitlab_list_projects":{let{query:e,limit:n}=t||{},s=Math.min(Number(n)>0?Number(n):50,200),i=new URLSearchParams;i.set("membership","true"),i.set("simple","true"),i.set("order_by","last_activity_at"),i.set("sort","desc"),i.set("per_page",String(Math.min(s+1,100))),e&&i.set("search",String(e));let o=async()=>{let u=await A(`/projects?${i.toString()}`);return Array.isArray(u)?u:[]},a=Bt(),c=Hn(),l=[];for(let u of a||[null]){let m=u?await Dt.run(u,o):await o();for(let h of m)Yn(u?u.repos:c,h&&h.path_with_namespace)&&l.push({p:h,host:u?u.webHost:null})}let d=l.length>s,p=l.slice(0,s).map(({p:u,host:m})=>({fullPath:u.path_with_namespace,name:u.name,webUrl:u.web_url,defaultBranch:u.default_branch||null,visibility:u.visibility||null,...m?{host:m}:{}}));return JSON.stringify({count:p.length,truncated:d,projects:p})}case"gitlab_list_issues":{let{projectId:e,state:n,labels:s,assigneeUsername:i,authorUsername:o,updatedAfter:a,search:c,sort:l,orderBy:d,limit:p}=t||{};if(!e)return JSON.stringify({error:"projectId is required"});let u=new URLSearchParams;u.set("state",n||"opened"),u.set("per_page",String(p||30)),u.set("order_by",d||"updated_at"),u.set("sort",l||"desc"),s&&u.set("labels",Array.isArray(s)?s.join(","):s),i&&u.set("assignee_username",i),o&&u.set("author_username",o),a&&u.set("updated_after",a),c&&u.set("search",c);let m=await A(`/projects/${j(e)}/issues?${u.toString()}`),h=(Array.isArray(m)?m:[]).map(f=>({iid:f.iid,title:f.title,state:f.state,labels:Array.isArray(f.labels)?f.labels:[],author:f.author?.username,assignees:(f.assignees||[]).map(b=>b.username),userNotesCount:f.user_notes_count,webUrl:f.web_url,createdAt:f.created_at,updatedAt:f.updated_at}));return JSON.stringify({count:h.length,issues:h})}case"gitlab_get_issue":{let{projectId:e,iid:n}=t||{};if(!e||!n)return JSON.stringify({error:"projectId and iid are required"});let s=await A(`/projects/${j(e)}/issues/${n}`);return JSON.stringify({iid:s.iid,projectId:s.project_id,title:s.title,description:(s.description||"").slice(0,5e3),state:s.state,labels:Array.isArray(s.labels)?s.labels:[],author:s.author?.username,assignees:(s.assignees||[]).map(i=>i.username),milestone:s.milestone?.title||null,webUrl:s.web_url,createdAt:s.created_at,updatedAt:s.updated_at,closedAt:s.closed_at})}case"gitlab_add_issue_comment":{let{projectId:e,iid:n,body:s}=t||{};if(!e||!n||!s)return JSON.stringify({error:"projectId, iid, and body are required"});let i=await A(`/projects/${j(e)}/issues/${n}/notes`,{method:"POST",body:{body:String(s)}});return JSON.stringify({ok:!0,id:i.id,createdAt:i.created_at})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}var Je={id:"gitlab",callsBackend:!0,serverName:"gitlab",allowedTools:["mcp__gitlab__*"],requiresIntegration:S.GITLAB,envKeys:["GITLAB_TOKEN","GITLAB_OAUTH_TOKEN","GITLAB_URL","GITLAB_INSTANCE_URL","GITLAB_API_URL","GITLAB_ALLOWED_REPOS","GITLAB_INSTANCES","PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV"],description:"GitLab \u2014 merge requests, diffs, MR reviews/discussions, issues",promptFragment:`## GitLab
|
|
135
|
+
`)})}catch(k){let O=String(k.message||k).split(a).join("***").replace(/oauth2:[^@]*@/g,"oauth2:***@");return JSON.stringify({error:`Clone failed: ${O}`})}}case"gitlab_create_mr":{let e=t?.project??t?.projectId,n=t?.source_branch??t?.sourceBranch,{title:s}=t||{};if(!e||!n||!s)return JSON.stringify({error:'project (id or "group/repo" path), source_branch, and title are required'});let i=j(e),o=t?.target_branch??t?.targetBranch;if(!o)try{o=(await A(`/projects/${i}`)).default_branch||"main"}catch{o="main"}let a={source_branch:String(n),target_branch:String(o),title:String(s),description:t?.description?String(t.description):""};try{let c=await A(`/projects/${i}/merge_requests`,{method:"POST",body:a});return JSON.stringify({success:!0,pr_url:c.web_url,number:c.iid,branch:a.source_branch,targetBranch:a.target_branch,project:String(e),provider:"gitlab",state:c.state})}catch(c){let l=String(c.message||c);if(/GitLab API (409|400)/.test(l))return JSON.stringify({success:!1,branch:a.source_branch,targetBranch:a.target_branch,project:String(e),provider:"gitlab",skippedReason:l});throw c}}case"gitlab_accept_mr":{let e=t?.project??t?.projectId,{iid:n}=t||{};if(!e||!n)return JSON.stringify({error:'project (id or "group/repo" path) and iid are required'});let s=j(e),i={};t.squash!=null&&(i.squash=!!t.squash),t.mergeCommitMessage&&(i.merge_commit_message=String(t.mergeCommitMessage)),t.mergeWhenPipelineSucceeds!=null&&(i.merge_when_pipeline_succeeds=!!t.mergeWhenPipelineSucceeds);try{let o=await A(`/projects/${s}/merge_requests/${n}/merge`,{method:"PUT",body:i});return JSON.stringify({success:!0,merged:!0,sha:o.merge_commit_sha??o.sha??null,iid:o.iid??n,project:String(e),provider:"gitlab",state:o.state})}catch(o){let a=String(o.message||o);if(/GitLab API (405|406|404)/.test(a))return JSON.stringify({success:!1,iid:n,project:String(e),provider:"gitlab",skippedReason:a});throw o}}case"gitlab_get_mr":{let{projectId:e,iid:n}=t||{};if(!e||!n)return JSON.stringify({error:"projectId and iid are required"});let s=await A(`/projects/${j(e)}/merge_requests/${n}`);return JSON.stringify({iid:s.iid,projectId:s.project_id,title:s.title,description:(s.description||"").slice(0,5e3),state:s.state,author:s.author?.username,sourceBranch:s.source_branch,targetBranch:s.target_branch,draft:s.draft??s.work_in_progress??!1,mergeStatus:s.merge_status,changesCount:s.changes_count,labels:Array.isArray(s.labels)?s.labels:[],webUrl:s.web_url,createdAt:s.created_at,updatedAt:s.updated_at,mergedAt:s.merged_at,diffRefs:s.diff_refs||null})}case"gitlab_get_mr_changes":{let{projectId:e,iid:n}=t||{};if(!e||!n)return JSON.stringify({error:"projectId and iid are required"});let s=await A(`/projects/${j(e)}/merge_requests/${n}/changes`),i=Array.isArray(s.changes)?s.changes:[];return JSON.stringify({iid:s.iid,total:i.length,diffRefs:s.diff_refs||null,files:i.map(o=>({oldPath:o.old_path,newPath:o.new_path,newFile:!!o.new_file,deletedFile:!!o.deleted_file,renamedFile:!!o.renamed_file,diff:typeof o.diff=="string"?o.diff.slice(0,3e3):""}))})}case"gitlab_list_commits":{let{projectId:e,since:n,until:s,refName:i,page:o,perPage:a,withStats:c}=t||{};if(!e)return JSON.stringify({error:"projectId is required"});let l=new URLSearchParams;l.set("per_page",String(Math.min(Number(a)||50,100))),l.set("page",String(Number(o)||1)),n&&l.set("since",n),s&&l.set("until",s),i&&l.set("ref_name",i),c!==!1&&l.set("with_stats","true");let d=await A(`/projects/${j(e)}/repository/commits?${l.toString()}`),p=(Array.isArray(d)?d:[]).map(u=>({id:u.id,shortId:u.short_id,title:u.title,authorName:u.author_name,authorEmail:u.author_email,authoredDate:u.authored_date,committedDate:u.committed_date,parentIds:Array.isArray(u.parent_ids)?u.parent_ids:[],stats:u.stats||null}));return JSON.stringify({page:Number(o)||1,count:p.length,hasMore:p.length>=Math.min(Number(a)||50,100),commits:p})}case"gitlab_get_commit":{let{projectId:e,sha:n,includeDiff:s,includeMrs:i}=t||{};if(!e||!n)return JSON.stringify({error:"projectId and sha are required"});let o=await A(`/projects/${j(e)}/repository/commits/${encodeURIComponent(n)}`),a;if(i)try{let l=await A(`/projects/${j(e)}/repository/commits/${encodeURIComponent(n)}/merge_requests`);a=(Array.isArray(l)?l:[]).map(d=>({iid:d.iid,title:d.title,state:d.state,webUrl:d.web_url}))}catch{a=[]}let c;if(s!==!1){let l=await A(`/projects/${j(e)}/repository/commits/${encodeURIComponent(n)}/diff`);c=(Array.isArray(l)?l:[]).map(d=>({oldPath:d.old_path,newPath:d.new_path,newFile:!!d.new_file,deletedFile:!!d.deleted_file,renamedFile:!!d.renamed_file,diff:typeof d.diff=="string"?d.diff.slice(0,3e3):""}))}return JSON.stringify({id:o.id,shortId:o.short_id,title:o.title,message:typeof o.message=="string"?o.message.slice(0,2e3):"",authorName:o.author_name,authorEmail:o.author_email,authoredDate:o.authored_date,committedDate:o.committed_date,parentIds:Array.isArray(o.parent_ids)?o.parent_ids:[],stats:o.stats||null,webUrl:o.web_url,...c?{filesChanged:c.length,files:c}:{},...a?{mergeRequests:a}:{}})}case"gitlab_list_mrs":{let{projectId:e,state:n,targetBranch:s,sourceBranch:i,authorUsername:o,labels:a,search:c,sort:l,orderBy:d,limit:p}=t||{};if(!e)return JSON.stringify({error:"projectId is required"});let u=new URLSearchParams;u.set("state",n||"opened"),u.set("per_page",String(p||20)),u.set("order_by",d||"updated_at"),u.set("sort",l||"desc"),s&&u.set("target_branch",s),i&&u.set("source_branch",i),o&&u.set("author_username",o),a&&u.set("labels",Array.isArray(a)?a.join(","):a),c&&u.set("search",c);let m=await A(`/projects/${j(e)}/merge_requests?${u.toString()}`),h=(Array.isArray(m)?m:[]).map(f=>({iid:f.iid,title:f.title,state:f.state,author:f.author?.username,sourceBranch:f.source_branch,targetBranch:f.target_branch,draft:f.draft??f.work_in_progress??!1,labels:Array.isArray(f.labels)?f.labels:[],webUrl:f.web_url,createdAt:f.created_at,updatedAt:f.updated_at}));return JSON.stringify({count:h.length,mergeRequests:h})}case"gitlab_list_mr_notes":{let{projectId:e,iid:n,limit:s}=t||{};if(!e||!n)return JSON.stringify({error:"projectId and iid are required"});let i=await A(`/projects/${j(e)}/merge_requests/${n}/notes?per_page=${s||50}&sort=asc&order_by=created_at`);return JSON.stringify({total:Array.isArray(i)?i.length:0,notes:(Array.isArray(i)?i:[]).map(o=>({id:o.id,author:o.author?.username,body:(o.body||"").slice(0,1e3),system:!!o.system,createdAt:o.created_at}))})}case"gitlab_post_mr_note":{let{projectId:e,iid:n,body:s}=t||{};if(!e||!n||!s)return JSON.stringify({error:"projectId, iid, and body are required"});let i=await A(`/projects/${j(e)}/merge_requests/${n}/notes`,{method:"POST",body:{body:String(s)}});return JSON.stringify({ok:!0,id:i.id,createdAt:i.created_at})}case"gitlab_post_mr_discussion":{let{projectId:e,iid:n,path:s,oldPath:i,newLine:o,oldLine:a,body:c}=t||{};if(!e||!n||!s||!c)return JSON.stringify({error:"projectId, iid, path, and body are required"});if(o==null&&a==null)return JSON.stringify({error:"newLine (added/changed line) or oldLine (removed/context line) is required to anchor an inline comment"});let l=j(e),d=t.diffRefs||null;if(d||(d=(await A(`/projects/${l}/merge_requests/${n}`)).diff_refs||null),!d||!d.head_sha)return JSON.stringify({error:"could not resolve diff_refs for this MR \u2014 cannot anchor an inline comment. Use gitlab_post_mr_note instead."});let p={base_sha:d.base_sha,start_sha:d.start_sha,head_sha:d.head_sha,position_type:"text",new_path:s,old_path:i||s};o!=null&&(p.new_line=Number(o)),a!=null&&(p.old_line=Number(a));try{let u=await A(`/projects/${l}/merge_requests/${n}/discussions`,{method:"POST",body:{body:String(c),position:p}});return JSON.stringify({ok:!0,discussionId:u.id})}catch(u){return JSON.stringify({ok:!1,error:`inline anchor rejected (${u.message}). The line must be part of the MR diff. Fall back to gitlab_post_mr_note with the file/line in the text.`})}}case"gitlab_create_mr_review":{let{projectId:e,iid:n,body:s,comments:i}=t||{};if(!e||!n)return JSON.stringify({error:"projectId and iid are required"});let o=j(e),a=Array.isArray(i)?i.filter(y=>y&&y.path&&y.body&&(y.newLine!=null||y.oldLine!=null)):[];if(!s&&a.length===0)return JSON.stringify({error:"a review needs a body and/or inline comments"});let c=t.diffRefs||null;a.length>0&&!c&&(c=(await A(`/projects/${o}/merge_requests/${n}`)).diff_refs||null);let l=new Set,d=null;try{for(let y=1;y<=20;y+=1){let _=await A(`/projects/${o}/merge_requests/${n}/discussions?per_page=100&page=${y}`);if(!Array.isArray(_)||_.length===0)break;for(let g of _)for(let k of g.notes||[]){let O=$t(k.body);O&&l.add(O),d==null&&Pt(k.body)&&(d=k.id)}if(_.length<100)break}}catch{}let p=!1,u=!1;if(s){let y=`${String(s)}${jt}`;try{d!=null?(await A(`/projects/${o}/merge_requests/${n}/notes/${d}`,{method:"PUT",body:{body:y}}),u=!0):await A(`/projects/${o}/merge_requests/${n}/notes`,{method:"POST",body:{body:y}}),p=!0}catch{await A(`/projects/${o}/merge_requests/${n}/notes`,{method:"POST",body:{body:y}}),p=!0}}let{toPost:m,skipped:h}=Ct(a,l),f=0,b=[];if(m.length>0&&c)for(let y of m){let _={base_sha:c.base_sha,start_sha:c.start_sha,head_sha:c.head_sha,position_type:"text",new_path:y.path,old_path:y.oldPath||y.path};y.newLine!=null&&(_.new_line=Number(y.newLine)),y.oldLine!=null&&(_.old_line=Number(y.oldLine));try{await A(`/projects/${o}/merge_requests/${n}/discussions`,{method:"POST",body:{body:String(y.body),position:_}}),f+=1}catch(g){b.push(`${y.path}:${y.newLine??y.oldLine} \u2014 ${g.message}`)}}else m.length>0&&!c&&b.push("no diff_refs available \u2014 inline comments skipped (pass diffRefs from gitlab_get_mr)");return JSON.stringify({ok:!0,notePosted:p,summaryUpdated:u,inlinePosted:f,inlineSkipped:h||void 0,inlineErrors:b.length?b:void 0})}case"gitlab_get_discussion":{let{projectId:e,iid:n,discussionId:s}=t||{};if(!e||!n||!s)return JSON.stringify({error:"projectId, iid, and discussionId are required"});let i=await A(`/projects/${j(e)}/merge_requests/${n}/discussions/${encodeURIComponent(s)}`),o=Array.isArray(i.notes)?i.notes:[],a=o.find(l=>l.position)||null,c=a?a.position:null;return JSON.stringify({discussionId:i.id,individualNote:!!i.individual_note,path:c&&(c.new_path||c.old_path)||null,newLine:c?c.new_line??null:null,oldLine:c?c.old_line??null:null,diffRefs:c?{base_sha:c.base_sha,start_sha:c.start_sha,head_sha:c.head_sha}:null,notes:o.map(l=>({id:l.id,author:l.author?.username,body:(l.body||"").slice(0,4e3),system:!!l.system,createdAt:l.created_at}))})}case"gitlab_reply_discussion":{let{projectId:e,iid:n,discussionId:s,body:i}=t||{};if(!e||!n||!s||!i)return JSON.stringify({error:"projectId, iid, discussionId, and body are required"});let o=await A(`/projects/${j(e)}/merge_requests/${n}/discussions/${encodeURIComponent(s)}/notes`,{method:"POST",body:{body:String(i)}});return JSON.stringify({ok:!0,id:o.id,createdAt:o.created_at})}case"gitlab_list_projects":{let{query:e,limit:n}=t||{},s=Math.min(Number(n)>0?Number(n):50,200),i=new URLSearchParams;i.set("membership","true"),i.set("simple","true"),i.set("order_by","last_activity_at"),i.set("sort","desc"),i.set("per_page",String(Math.min(s+1,100))),e&&i.set("search",String(e));let o=async()=>{let u=await A(`/projects?${i.toString()}`);return Array.isArray(u)?u:[]},a=Bt(),c=Yn(),l=[];for(let u of a||[null]){let m=u?await Dt.run(u,o):await o();for(let h of m)zn(u?u.repos:c,h&&h.path_with_namespace)&&l.push({p:h,host:u?u.webHost:null})}let d=l.length>s,p=l.slice(0,s).map(({p:u,host:m})=>({fullPath:u.path_with_namespace,name:u.name,webUrl:u.web_url,defaultBranch:u.default_branch||null,visibility:u.visibility||null,...m?{host:m}:{}}));return JSON.stringify({count:p.length,truncated:d,projects:p})}case"gitlab_list_issues":{let{projectId:e,state:n,labels:s,assigneeUsername:i,authorUsername:o,updatedAfter:a,search:c,sort:l,orderBy:d,limit:p}=t||{};if(!e)return JSON.stringify({error:"projectId is required"});let u=new URLSearchParams;u.set("state",n||"opened"),u.set("per_page",String(p||30)),u.set("order_by",d||"updated_at"),u.set("sort",l||"desc"),s&&u.set("labels",Array.isArray(s)?s.join(","):s),i&&u.set("assignee_username",i),o&&u.set("author_username",o),a&&u.set("updated_after",a),c&&u.set("search",c);let m=await A(`/projects/${j(e)}/issues?${u.toString()}`),h=(Array.isArray(m)?m:[]).map(f=>({iid:f.iid,title:f.title,state:f.state,labels:Array.isArray(f.labels)?f.labels:[],author:f.author?.username,assignees:(f.assignees||[]).map(b=>b.username),userNotesCount:f.user_notes_count,webUrl:f.web_url,createdAt:f.created_at,updatedAt:f.updated_at}));return JSON.stringify({count:h.length,issues:h})}case"gitlab_get_issue":{let{projectId:e,iid:n}=t||{};if(!e||!n)return JSON.stringify({error:"projectId and iid are required"});let s=await A(`/projects/${j(e)}/issues/${n}`);return JSON.stringify({iid:s.iid,projectId:s.project_id,title:s.title,description:(s.description||"").slice(0,5e3),state:s.state,labels:Array.isArray(s.labels)?s.labels:[],author:s.author?.username,assignees:(s.assignees||[]).map(i=>i.username),milestone:s.milestone?.title||null,webUrl:s.web_url,createdAt:s.created_at,updatedAt:s.updated_at,closedAt:s.closed_at})}case"gitlab_add_issue_comment":{let{projectId:e,iid:n,body:s}=t||{};if(!e||!n||!s)return JSON.stringify({error:"projectId, iid, and body are required"});let i=await A(`/projects/${j(e)}/issues/${n}/notes`,{method:"POST",body:{body:String(s)}});return JSON.stringify({ok:!0,id:i.id,createdAt:i.created_at})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}var Je={id:"gitlab",callsBackend:!0,serverName:"gitlab",allowedTools:["mcp__gitlab__*"],requiresIntegration:S.GITLAB,envKeys:["GITLAB_TOKEN","GITLAB_OAUTH_TOKEN","GITLAB_URL","GITLAB_INSTANCE_URL","GITLAB_API_URL","GITLAB_ALLOWED_REPOS","GITLAB_INSTANCES","PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV"],description:"GitLab \u2014 merge requests, diffs, MR reviews/discussions, issues",promptFragment:`## GitLab
|
|
136
136
|
You have access to the user's GitLab projects via the REST API (cloud gitlab.com OR self-hosted). A "merge request" (MR) is GitLab's pull request. An MR is addressed by a PROJECT (numeric id OR full path like "group/repo") and an \`iid\` (the per-project MR number shown in the URL). For projects, prefer the full path form ("group/subgroup/repo") \u2014 it's what users have. Available tools:
|
|
137
137
|
|
|
138
138
|
### Discovery
|
|
@@ -158,7 +158,7 @@ You have access to the user's GitLab projects via the REST API (cloud gitlab.com
|
|
|
158
158
|
|
|
159
159
|
### Notes
|
|
160
160
|
- A code-review flow is: gitlab_get_mr (context + diff_refs) \u2192 gitlab_get_mr_changes (the diff) \u2192 gitlab_post_mr_discussion per inline finding \u2192 gitlab_post_mr_note for the summary.
|
|
161
|
-
- If an inline position is rejected by GitLab (bad line anchor), fall back to gitlab_post_mr_note with the file/line in the text.`,resolve(){let r=hc();if(!r)return{command:null,args:[],env:{},description:this.description};let t={};for(let e of this.envKeys)process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/gitlab.js","gitlabSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{let e=Bt(),n=Hn(),s=null;if(n){let i=bc(t);if(i){let{path:o,instance:a}=await kc(i,e);if(!Yn(n,o)||e&&!a)return JSON.stringify({error:`Repository "${o||i}" is not available to this project. This project's agents may only use: ${[...n].join(", ")}. An owner changes this in Project Settings \u2192 Repository access.`,allowedRepos:[...n]});s=a}}return s?await Dt.run(s,()=>Gn(r,t)):await Gn(r,t)}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"gitlab_list_projects",description:"List the GitLab projects this token can access (the projects you are a member of), optionally filtered by a search query. Use this to discover a RELATED project worth cloning when a change's correctness depends on another accessible repo. Returns a normalized list of { fullPath, name, webUrl, defaultBranch, visibility } and a truncated flag.",input_schema:{type:"object",properties:{query:{type:"string",description:"Optional search term matched against project name/path"},limit:{type:"number",description:"Max projects (default 50, hard max 200)"}}}},{name:"gitlab_clone",description:"Clone a GitLab repository locally (shallow) so you can read code OUTSIDE the MR diff \u2014 callers of a changed symbol, shared types/contracts, an existing util, or a cross-repo dependency. Auto-authenticates with the connected GitLab token. After cloning, use Grep/Glob/Read on the returned path. Clone SPARINGLY \u2014 only when the change's correctness depends on code beyond the diff.",input_schema:{type:"object",properties:{projectPath:{type:"string",description:'Full project path, e.g. "group/subgroup/repo" (preferred).'},projectId:{type:"string",description:"Alternatively a numeric project id (resolved to its path via the API)."},branch:{type:"string",description:"Branch to clone (default: the repo default branch)."},destination:{type:"string",description:"Destination dir (default: <workspace>/.zibby/repos/<repo>)."}}}},{name:"gitlab_create_mr",description:"Open a merge request on GitLab (POST /projects/{id}/merge_requests). The source_branch must already be pushed. Returns the REAL pr_url (the MR web_url) from GitLab \u2014 never fabricate it. Expected business outcomes (no changes between branches, an MR already exists, source==target) return { success:false, skippedReason } rather than erroring.",input_schema:{type:"object",properties:{project:{type:"string",description:'Project numeric id OR full path (e.g. "group/repo")'},source_branch:{type:"string",description:"Source branch to merge FROM (must already be pushed)"},target_branch:{type:"string",description:"Target branch to merge INTO (default: the project's default branch)"},title:{type:"string",description:"MR title"},description:{type:"string",description:"MR description (markdown)"}},required:["project","source_branch","title"]}},{name:"gitlab_accept_mr",description:"Accept (merge) a merge request on GitLab (PUT /projects/{id}/merge_requests/{iid}/merge). Optional squash, mergeCommitMessage, mergeWhenPipelineSucceeds. Returns { success:true, merged:true, sha } with the REAL merge_commit_sha from GitLab. Expected non-mergeable outcomes (405/406 = not mergeable / WIP / conflicts / pipeline not done, 404 = not found) return { success:false, skippedReason } rather than erroring.",input_schema:{type:"object",properties:{project:{type:"string",description:'Project numeric id OR full path (e.g. "group/repo")'},iid:{type:"number",description:"Merge request iid (the per-project MR number in the URL)"},squash:{type:"boolean",description:"Squash the MR commits into one on merge (optional)"},mergeCommitMessage:{type:"string",description:"Custom merge commit message (optional)"},mergeWhenPipelineSucceeds:{type:"boolean",description:"Merge automatically once the pipeline succeeds (optional)"}},required:["project","iid"]}},{name:"gitlab_get_mr",description:"Get a GitLab merge request \u2014 title, description, branches, state, author, web url, and diff_refs (needed to anchor inline review comments).",input_schema:{type:"object",properties:{projectId:{type:"string",description:'Project numeric id OR full path (e.g. "group/repo")'},iid:{type:"number",description:"Merge request iid (the per-project MR number in the URL)"}},required:["projectId","iid"]}},{name:"gitlab_get_mr_changes",description:"Get the changed files of a GitLab merge request with per-file diffs \u2014 the actual code changes to review. Also returns diff_refs for inline comments.",input_schema:{type:"object",properties:{projectId:{type:"string",description:'Project numeric id OR full path (e.g. "group/repo")'},iid:{type:"number",description:"Merge request iid"}},required:["projectId","iid"]}},{name:"gitlab_list_commits",description:"List a project's repository commits (the commit HISTORY \u2014 not MRs), optionally bounded by since/until ISO dates and a ref/branch, with per-commit stats (additions/deletions). Paginated: keep calling with page+1 while hasMore is true. This is the ONLY correct way to enumerate commits in a date window \u2014 gitlab_clone is shallow (depth 1) and its git log shows just one commit.",input_schema:{type:"object",properties:{projectId:{type:"string",description:'Project numeric id OR full path (e.g. "group/repo")'},since:{type:"string",description:'Only commits after this ISO-8601 date/time (inclusive), e.g. "2026-01-01T00:00:00Z"'},until:{type:"string",description:'Only commits before this ISO-8601 date/time, e.g. "2026-07-01T00:00:00Z"'},refName:{type:"string",description:"Branch/tag to list (defaults to the default branch)"},page:{type:"number",description:"Page number, 1-based (default 1)"},perPage:{type:"number",description:"Commits per page, max 100 (default 50)"},withStats:{type:"boolean",description:"Include per-commit additions/deletions stats (default true)"}},required:["projectId"]}},{name:"gitlab_get_commit",description:"Get ONE commit's full detail \u2014 message, author, timestamps, stats, and (by default) its per-file diffs (each capped at 3000 chars) \u2014 so you can judge the nature/complexity of the change. Use after gitlab_list_commits.",input_schema:{type:"object",properties:{projectId:{type:"string",description:'Project numeric id OR full path (e.g. "group/repo")'},sha:{type:"string",description:"The commit sha (full or short)"},includeDiff:{type:"boolean",description:"Include per-file diffs (default true; set false for metadata-only)"},includeMrs:{type:"boolean",description:"Also return the merge request(s) containing this commit ({iid,title,state,webUrl}) \u2014 the evidence link for contribution records (default false)"}},required:["projectId","sha"]}},{name:"gitlab_list_mrs",description:"List a GitLab project's merge requests, filtered by state and other criteria. Returns newest-updated first.",input_schema:{type:"object",properties:{projectId:{type:"string",description:'Project numeric id OR full path (e.g. "group/repo")'},state:{type:"string",enum:["opened","closed","merged","locked","all"],description:"Filter by state (default: opened)"},targetBranch:{type:"string",description:"Filter by target branch"},sourceBranch:{type:"string",description:"Filter by source branch"},authorUsername:{type:"string",description:"Filter by author username"},labels:{type:"array",items:{type:"string"},description:"Only MRs carrying ALL of these labels"},search:{type:"string",description:"Search title and description"},orderBy:{type:"string",enum:["created_at","updated_at","title"],description:"Sort field (default: updated_at)"},sort:{type:"string",enum:["asc","desc"],description:"Sort direction (default: desc)"},limit:{type:"number",description:"Max MRs (default: 20)"}},required:["projectId"]}},{name:"gitlab_list_mr_notes",description:"List the discussion notes on a GitLab merge request (chronological).",input_schema:{type:"object",properties:{projectId:{type:"string",description:"Project numeric id OR full path"},iid:{type:"number",description:"Merge request iid"},limit:{type:"number",description:"Max notes (default 50)"}},required:["projectId","iid"]}},{name:"gitlab_post_mr_note",description:"Post a general (non-inline) comment on a GitLab merge request. Use for a review summary or a top-level remark.",input_schema:{type:"object",properties:{projectId:{type:"string",description:"Project numeric id OR full path"},iid:{type:"number",description:"Merge request iid"},body:{type:"string",description:"Comment body (markdown)"}},required:["projectId","iid","body"]}},{name:"gitlab_post_mr_discussion",description:"Post an INLINE review comment anchored to a file + line in a GitLab merge request diff. Provide newLine (added/changed line) or oldLine (removed/context line). Pass diffRefs from gitlab_get_mr/gitlab_get_mr_changes, or omit to have the tool fetch them. If the line anchor is rejected, fall back to gitlab_post_mr_note.",input_schema:{type:"object",properties:{projectId:{type:"string",description:"Project numeric id OR full path"},iid:{type:"number",description:"Merge request iid"},path:{type:"string",description:"New file path as it appears in the diff"},oldPath:{type:"string",description:"Old file path (defaults to path)"},newLine:{type:"number",description:"Line number in the NEW version of the file (for added/changed lines)"},oldLine:{type:"number",description:"Line number in the OLD version (for removed/context lines)"},body:{type:"string",description:"The inline comment text (markdown)"},diffRefs:{type:"object",description:"The MR diff_refs ({ base_sha, start_sha, head_sha }) from gitlab_get_mr. Omit and the tool fetches them."}},required:["projectId","iid","path","body"]}},{name:"gitlab_create_mr_review",description:"Post a full review on a GitLab merge request in one call: a summary note plus optional inline comments anchored to file/line in the diff. Convenience wrapper over gitlab_post_mr_note + gitlab_post_mr_discussion.",input_schema:{type:"object",properties:{projectId:{type:"string",description:"Project numeric id OR full path"},iid:{type:"number",description:"Merge request iid"},body:{type:"string",description:"The review summary (markdown). Posted as a top-level MR note."},diffRefs:{type:"object",description:"The MR diff_refs ({ base_sha, start_sha, head_sha }) from gitlab_get_mr \u2014 required to anchor inline comments. Omit and the tool fetches them."},comments:{type:"array",description:"Optional inline comments, each anchored to a changed line in a file.",items:{type:"object",properties:{path:{type:"string",description:"New file path as it appears in the diff"},oldPath:{type:"string",description:"Old file path (defaults to path)"},newLine:{type:"number",description:"Line number in the NEW version of the file (for added/changed lines)"},oldLine:{type:"number",description:"Line number in the OLD version (for removed/context lines)"},body:{type:"string",description:"The inline comment text (markdown)"}},required:["path","body"]}}},required:["projectId","iid"]}},{name:"gitlab_get_discussion",description:"Read a single GitLab merge-request DISCUSSION (thread) by its discussion id: all notes in order plus the diff position (file + line) it is anchored to. Use this to understand a human's reply to a previous review discussion before replying in-thread.",input_schema:{type:"object",properties:{projectId:{type:"string",description:"Project numeric id OR full path"},iid:{type:"number",description:"Merge request iid"},discussionId:{type:"string",description:"The discussion id (from the Note Hook payload or gitlab_list_mr_notes)"}},required:["projectId","iid","discussionId"]}},{name:"gitlab_reply_discussion",description:"Reply IN-THREAD to an existing GitLab merge-request discussion (a conversational reply appended to the SAME thread \u2014 NOT a fresh review). Use after gitlab_get_discussion to answer a human's reply to a review comment.",input_schema:{type:"object",properties:{projectId:{type:"string",description:"Project numeric id OR full path"},iid:{type:"number",description:"Merge request iid"},discussionId:{type:"string",description:"The discussion id to reply to"},body:{type:"string",description:"The reply text (markdown)"}},required:["projectId","iid","discussionId","body"]}},{name:"gitlab_list_issues",description:"List a GitLab project's issues, filtered by state, labels, and an updatedAfter polling cursor. Returns newest-updated first.",input_schema:{type:"object",properties:{projectId:{type:"string",description:'Project numeric id OR full path (e.g. "group/repo")'},state:{type:"string",enum:["opened","closed","all"],description:"Filter by state (default: opened)"},labels:{type:"array",items:{type:"string"},description:"Only issues carrying ALL of these labels"},assigneeUsername:{type:"string",description:"Filter by assignee username"},authorUsername:{type:"string",description:"Filter by author username"},updatedAfter:{type:"string",description:"ISO-8601 timestamp; only issues updated after this (polling cursor)"},search:{type:"string",description:"Search title and description"},orderBy:{type:"string",enum:["created_at","updated_at"],description:"Sort field (default: updated_at)"},sort:{type:"string",enum:["asc","desc"],description:"Sort direction (default: desc)"},limit:{type:"number",description:"Max issues (default: 30)"}},required:["projectId"]}},{name:"gitlab_get_issue",description:"Get a single GitLab issue with full detail (title, description, state, labels, assignees, web url).",input_schema:{type:"object",properties:{projectId:{type:"string",description:"Project numeric id OR full path"},iid:{type:"number",description:"Issue iid (the per-project issue number in the URL)"}},required:["projectId","iid"]}},{name:"gitlab_add_issue_comment",description:"Add a comment to a GitLab issue. Also the way to record an MR link on a ticket (post a markdown link).",input_schema:{type:"object",properties:{projectId:{type:"string",description:"Project numeric id OR full path"},iid:{type:"number",description:"Issue iid"},body:{type:"string",description:"Comment body (markdown)"}},required:["projectId","iid","body"]}}]};import{existsSync as wc}from"fs";import{fileURLToPath as Sc}from"url";import{dirname as vc,resolve as Ic}from"path";import{resolveIntegrationToken as Nc}from"@zibby/core/backend-client.js";function Oc(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=vc(Sc(import.meta.url)),t=Ic(r,"..","bin","mcp-skill.mjs");return wc(t)?t:null}async function Z(r,t={}){let{token:e}=await Nc("figma"),n=r.startsWith("https://")?r:`https://api.figma.com${r}`,s={"X-Figma-Token":e,Accept:"application/json",...t.body?{"Content-Type":"application/json"}:{}},i=await fetch(n,{method:t.method||"GET",headers:s,body:t.body?JSON.stringify(t.body):void 0});if(!i.ok){let o=await i.text().catch(()=>"");throw new Error(`Figma API ${i.status}: ${o.slice(0,300)}`)}return i.json()}function de(r){let t=String(r||"").trim(),e=t.match(/figma\.com\/(?:file|design|board|proto)\/([A-Za-z0-9]+)/i);return e?e[1]:t}function Mt(r){return r==null?void 0:(Array.isArray(r)?r:String(r).split(",")).map(e=>String(e).trim().replace(/-/g,":")).filter(Boolean).join(",")}function Tc(r){let t=String(r||"").match(/[?&]node-id=([^&]+)/i);return t?decodeURIComponent(t[1]).replace(/-/g,":"):void 0}var re=r=>typeof r=="number"?Math.round(r*100)/100:r;function Ar(r){if(!r)return null;let t=n=>Math.round((n??0)*255).toString(16).padStart(2,"0"),e={hex:`#${t(r.r)}${t(r.g)}${t(r.b)}`.toUpperCase()};return r.a!=null&&r.a<1&&(e.opacity=re(r.a)),e}function zn(r){return!r||r.visible===!1?null:r.type==="SOLID"?{type:"SOLID",...Ar(r.color),...r.opacity!=null?{opacity:r.opacity}:{}}:{type:r.type,...r.opacity!=null?{opacity:r.opacity}:{},...r.gradientStops?{stops:r.gradientStops.map(t=>({position:re(t.position),...Ar(t.color)}))}:{}}}function Wn(r,t){let e=r.absoluteBoundingBox,n={id:r.id,name:r.name,type:r.type};e&&(n.size={w:re(e.width),h:re(e.height)},n.position={x:re(e.x),y:re(e.y)}),r.opacity!=null&&r.opacity!==1&&(n.opacity=r.opacity),r.cornerRadius!=null&&(n.cornerRadius=r.cornerRadius),Array.isArray(r.rectangleCornerRadii)&&(n.cornerRadii=r.rectangleCornerRadii);let s=(r.fills||[]).map(zn).filter(Boolean);s.length&&(n.fills=s);let i=(r.strokes||[]).map(zn).filter(Boolean);i.length&&(n.strokes=i,r.strokeWeight!=null&&(n.strokeWeight=r.strokeWeight));let o=(r.effects||[]).filter(a=>a.visible!==!1).map(a=>({type:a.type,...a.radius!=null?{radius:a.radius}:{},...a.offset?{offset:{x:re(a.offset.x),y:re(a.offset.y)}}:{},...a.spread?{spread:a.spread}:{},...a.color?Ar(a.color):{}}));if(o.length&&(n.effects=o),r.layoutMode&&r.layoutMode!=="NONE"&&(n.autoLayout={direction:r.layoutMode,padding:{l:r.paddingLeft??0,r:r.paddingRight??0,t:r.paddingTop??0,b:r.paddingBottom??0},gap:r.itemSpacing??0,align:{primary:r.primaryAxisAlignItems,counter:r.counterAxisAlignItems}}),r.type==="TEXT"){let a=r.style||{};n.text=r.characters,n.textStyle={fontFamily:a.fontFamily,fontWeight:a.fontWeight,fontSize:a.fontSize,lineHeightPx:a.lineHeightPx!=null?re(a.lineHeightPx):void 0,letterSpacing:a.letterSpacing!=null?re(a.letterSpacing):void 0,align:a.textAlignHorizontal,case:a.textCase}}return t>0&&Array.isArray(r.children)&&r.children.length&&(n.children=r.children.map(a=>Wn(a,t-1))),n}var Zn={id:"figma",callsBackend:!0,serverName:"figma",allowedTools:["mcp__figma__*"],requiresIntegration:S.FIGMA,envKeys:["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV"],description:"Figma \u2014 read files, nodes and comments; extract dev-handoff specs (sizes/colors/fonts/auto-layout); list versions and image fills; render frames to PNG/JPG/SVG/PDF; browse team projects/files; and post comments",promptFragment:`## Figma
|
|
161
|
+
- If an inline position is rejected by GitLab (bad line anchor), fall back to gitlab_post_mr_note with the file/line in the text.`,resolve(){let r=bc();if(!r)return{command:null,args:[],env:{},description:this.description};let t={};for(let e of this.envKeys)process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/gitlab.js","gitlabSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{let e=Bt(),n=Yn(),s=null;if(n){let i=Ic(t);if(i){let{path:o,instance:a}=await Nc(i,e);if(!zn(n,o)||e&&!a)return JSON.stringify({error:`Repository "${o||i}" is not available to this project. This project's agents may only use: ${[...n].join(", ")}. An owner changes this in Project Settings \u2192 Repository access.`,allowedRepos:[...n]});s=a}}return s?await Dt.run(s,()=>Hn(r,t)):await Hn(r,t)}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"gitlab_list_projects",description:"List the GitLab projects this token can access (the projects you are a member of), optionally filtered by a search query. Use this to discover a RELATED project worth cloning when a change's correctness depends on another accessible repo. Returns a normalized list of { fullPath, name, webUrl, defaultBranch, visibility } and a truncated flag.",input_schema:{type:"object",properties:{query:{type:"string",description:"Optional search term matched against project name/path"},limit:{type:"number",description:"Max projects (default 50, hard max 200)"}}}},{name:"gitlab_clone",description:"Clone a GitLab repository locally (shallow) so you can read code OUTSIDE the MR diff \u2014 callers of a changed symbol, shared types/contracts, an existing util, or a cross-repo dependency. Auto-authenticates with the connected GitLab token. After cloning, use Grep/Glob/Read on the returned path. Clone SPARINGLY \u2014 only when the change's correctness depends on code beyond the diff.",input_schema:{type:"object",properties:{projectPath:{type:"string",description:'Full project path, e.g. "group/subgroup/repo" (preferred).'},projectId:{type:"string",description:"Alternatively a numeric project id (resolved to its path via the API)."},branch:{type:"string",description:"Branch to clone (default: the repo default branch)."},destination:{type:"string",description:"Destination dir (default: <workspace>/.zibby/repos/<repo>)."}}}},{name:"gitlab_create_mr",description:"Open a merge request on GitLab (POST /projects/{id}/merge_requests). The source_branch must already be pushed. Returns the REAL pr_url (the MR web_url) from GitLab \u2014 never fabricate it. Expected business outcomes (no changes between branches, an MR already exists, source==target) return { success:false, skippedReason } rather than erroring.",input_schema:{type:"object",properties:{project:{type:"string",description:'Project numeric id OR full path (e.g. "group/repo")'},source_branch:{type:"string",description:"Source branch to merge FROM (must already be pushed)"},target_branch:{type:"string",description:"Target branch to merge INTO (default: the project's default branch)"},title:{type:"string",description:"MR title"},description:{type:"string",description:"MR description (markdown)"}},required:["project","source_branch","title"]}},{name:"gitlab_accept_mr",description:"Accept (merge) a merge request on GitLab (PUT /projects/{id}/merge_requests/{iid}/merge). Optional squash, mergeCommitMessage, mergeWhenPipelineSucceeds. Returns { success:true, merged:true, sha } with the REAL merge_commit_sha from GitLab. Expected non-mergeable outcomes (405/406 = not mergeable / WIP / conflicts / pipeline not done, 404 = not found) return { success:false, skippedReason } rather than erroring.",input_schema:{type:"object",properties:{project:{type:"string",description:'Project numeric id OR full path (e.g. "group/repo")'},iid:{type:"number",description:"Merge request iid (the per-project MR number in the URL)"},squash:{type:"boolean",description:"Squash the MR commits into one on merge (optional)"},mergeCommitMessage:{type:"string",description:"Custom merge commit message (optional)"},mergeWhenPipelineSucceeds:{type:"boolean",description:"Merge automatically once the pipeline succeeds (optional)"}},required:["project","iid"]}},{name:"gitlab_get_mr",description:"Get a GitLab merge request \u2014 title, description, branches, state, author, web url, and diff_refs (needed to anchor inline review comments).",input_schema:{type:"object",properties:{projectId:{type:"string",description:'Project numeric id OR full path (e.g. "group/repo")'},iid:{type:"number",description:"Merge request iid (the per-project MR number in the URL)"}},required:["projectId","iid"]}},{name:"gitlab_get_mr_changes",description:"Get the changed files of a GitLab merge request with per-file diffs \u2014 the actual code changes to review. Also returns diff_refs for inline comments.",input_schema:{type:"object",properties:{projectId:{type:"string",description:'Project numeric id OR full path (e.g. "group/repo")'},iid:{type:"number",description:"Merge request iid"}},required:["projectId","iid"]}},{name:"gitlab_list_commits",description:"List a project's repository commits (the commit HISTORY \u2014 not MRs), optionally bounded by since/until ISO dates and a ref/branch, with per-commit stats (additions/deletions). Paginated: keep calling with page+1 while hasMore is true. This is the ONLY correct way to enumerate commits in a date window \u2014 gitlab_clone is shallow (depth 1) and its git log shows just one commit.",input_schema:{type:"object",properties:{projectId:{type:"string",description:'Project numeric id OR full path (e.g. "group/repo")'},since:{type:"string",description:'Only commits after this ISO-8601 date/time (inclusive), e.g. "2026-01-01T00:00:00Z"'},until:{type:"string",description:'Only commits before this ISO-8601 date/time, e.g. "2026-07-01T00:00:00Z"'},refName:{type:"string",description:"Branch/tag to list (defaults to the default branch)"},page:{type:"number",description:"Page number, 1-based (default 1)"},perPage:{type:"number",description:"Commits per page, max 100 (default 50)"},withStats:{type:"boolean",description:"Include per-commit additions/deletions stats (default true)"}},required:["projectId"]}},{name:"gitlab_get_commit",description:"Get ONE commit's full detail \u2014 message, author, timestamps, stats, and (by default) its per-file diffs (each capped at 3000 chars) \u2014 so you can judge the nature/complexity of the change. Use after gitlab_list_commits.",input_schema:{type:"object",properties:{projectId:{type:"string",description:'Project numeric id OR full path (e.g. "group/repo")'},sha:{type:"string",description:"The commit sha (full or short)"},includeDiff:{type:"boolean",description:"Include per-file diffs (default true; set false for metadata-only)"},includeMrs:{type:"boolean",description:"Also return the merge request(s) containing this commit ({iid,title,state,webUrl}) \u2014 the evidence link for contribution records (default false)"}},required:["projectId","sha"]}},{name:"gitlab_list_mrs",description:"List a GitLab project's merge requests, filtered by state and other criteria. Returns newest-updated first.",input_schema:{type:"object",properties:{projectId:{type:"string",description:'Project numeric id OR full path (e.g. "group/repo")'},state:{type:"string",enum:["opened","closed","merged","locked","all"],description:"Filter by state (default: opened)"},targetBranch:{type:"string",description:"Filter by target branch"},sourceBranch:{type:"string",description:"Filter by source branch"},authorUsername:{type:"string",description:"Filter by author username"},labels:{type:"array",items:{type:"string"},description:"Only MRs carrying ALL of these labels"},search:{type:"string",description:"Search title and description"},orderBy:{type:"string",enum:["created_at","updated_at","title"],description:"Sort field (default: updated_at)"},sort:{type:"string",enum:["asc","desc"],description:"Sort direction (default: desc)"},limit:{type:"number",description:"Max MRs (default: 20)"}},required:["projectId"]}},{name:"gitlab_list_mr_notes",description:"List the discussion notes on a GitLab merge request (chronological).",input_schema:{type:"object",properties:{projectId:{type:"string",description:"Project numeric id OR full path"},iid:{type:"number",description:"Merge request iid"},limit:{type:"number",description:"Max notes (default 50)"}},required:["projectId","iid"]}},{name:"gitlab_post_mr_note",description:"Post a general (non-inline) comment on a GitLab merge request. Use for a review summary or a top-level remark.",input_schema:{type:"object",properties:{projectId:{type:"string",description:"Project numeric id OR full path"},iid:{type:"number",description:"Merge request iid"},body:{type:"string",description:"Comment body (markdown)"}},required:["projectId","iid","body"]}},{name:"gitlab_post_mr_discussion",description:"Post an INLINE review comment anchored to a file + line in a GitLab merge request diff. Provide newLine (added/changed line) or oldLine (removed/context line). Pass diffRefs from gitlab_get_mr/gitlab_get_mr_changes, or omit to have the tool fetch them. If the line anchor is rejected, fall back to gitlab_post_mr_note.",input_schema:{type:"object",properties:{projectId:{type:"string",description:"Project numeric id OR full path"},iid:{type:"number",description:"Merge request iid"},path:{type:"string",description:"New file path as it appears in the diff"},oldPath:{type:"string",description:"Old file path (defaults to path)"},newLine:{type:"number",description:"Line number in the NEW version of the file (for added/changed lines)"},oldLine:{type:"number",description:"Line number in the OLD version (for removed/context lines)"},body:{type:"string",description:"The inline comment text (markdown)"},diffRefs:{type:"object",description:"The MR diff_refs ({ base_sha, start_sha, head_sha }) from gitlab_get_mr. Omit and the tool fetches them."}},required:["projectId","iid","path","body"]}},{name:"gitlab_create_mr_review",description:"Post a full review on a GitLab merge request in one call: a summary note plus optional inline comments anchored to file/line in the diff. Convenience wrapper over gitlab_post_mr_note + gitlab_post_mr_discussion.",input_schema:{type:"object",properties:{projectId:{type:"string",description:"Project numeric id OR full path"},iid:{type:"number",description:"Merge request iid"},body:{type:"string",description:"The review summary (markdown). Posted as a top-level MR note."},diffRefs:{type:"object",description:"The MR diff_refs ({ base_sha, start_sha, head_sha }) from gitlab_get_mr \u2014 required to anchor inline comments. Omit and the tool fetches them."},comments:{type:"array",description:"Optional inline comments, each anchored to a changed line in a file.",items:{type:"object",properties:{path:{type:"string",description:"New file path as it appears in the diff"},oldPath:{type:"string",description:"Old file path (defaults to path)"},newLine:{type:"number",description:"Line number in the NEW version of the file (for added/changed lines)"},oldLine:{type:"number",description:"Line number in the OLD version (for removed/context lines)"},body:{type:"string",description:"The inline comment text (markdown)"}},required:["path","body"]}}},required:["projectId","iid"]}},{name:"gitlab_get_discussion",description:"Read a single GitLab merge-request DISCUSSION (thread) by its discussion id: all notes in order plus the diff position (file + line) it is anchored to. Use this to understand a human's reply to a previous review discussion before replying in-thread.",input_schema:{type:"object",properties:{projectId:{type:"string",description:"Project numeric id OR full path"},iid:{type:"number",description:"Merge request iid"},discussionId:{type:"string",description:"The discussion id (from the Note Hook payload or gitlab_list_mr_notes)"}},required:["projectId","iid","discussionId"]}},{name:"gitlab_reply_discussion",description:"Reply IN-THREAD to an existing GitLab merge-request discussion (a conversational reply appended to the SAME thread \u2014 NOT a fresh review). Use after gitlab_get_discussion to answer a human's reply to a review comment.",input_schema:{type:"object",properties:{projectId:{type:"string",description:"Project numeric id OR full path"},iid:{type:"number",description:"Merge request iid"},discussionId:{type:"string",description:"The discussion id to reply to"},body:{type:"string",description:"The reply text (markdown)"}},required:["projectId","iid","discussionId","body"]}},{name:"gitlab_list_issues",description:"List a GitLab project's issues, filtered by state, labels, and an updatedAfter polling cursor. Returns newest-updated first.",input_schema:{type:"object",properties:{projectId:{type:"string",description:'Project numeric id OR full path (e.g. "group/repo")'},state:{type:"string",enum:["opened","closed","all"],description:"Filter by state (default: opened)"},labels:{type:"array",items:{type:"string"},description:"Only issues carrying ALL of these labels"},assigneeUsername:{type:"string",description:"Filter by assignee username"},authorUsername:{type:"string",description:"Filter by author username"},updatedAfter:{type:"string",description:"ISO-8601 timestamp; only issues updated after this (polling cursor)"},search:{type:"string",description:"Search title and description"},orderBy:{type:"string",enum:["created_at","updated_at"],description:"Sort field (default: updated_at)"},sort:{type:"string",enum:["asc","desc"],description:"Sort direction (default: desc)"},limit:{type:"number",description:"Max issues (default: 30)"}},required:["projectId"]}},{name:"gitlab_get_issue",description:"Get a single GitLab issue with full detail (title, description, state, labels, assignees, web url).",input_schema:{type:"object",properties:{projectId:{type:"string",description:"Project numeric id OR full path"},iid:{type:"number",description:"Issue iid (the per-project issue number in the URL)"}},required:["projectId","iid"]}},{name:"gitlab_add_issue_comment",description:"Add a comment to a GitLab issue. Also the way to record an MR link on a ticket (post a markdown link).",input_schema:{type:"object",properties:{projectId:{type:"string",description:"Project numeric id OR full path"},iid:{type:"number",description:"Issue iid"},body:{type:"string",description:"Comment body (markdown)"}},required:["projectId","iid","body"]}}]};import{existsSync as Oc}from"fs";import{fileURLToPath as Tc}from"url";import{dirname as Ac,resolve as Rc}from"path";import{resolveIntegrationToken as Ec}from"@zibby/core/backend-client.js";function xc(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=Ac(Tc(import.meta.url)),t=Rc(r,"..","bin","mcp-skill.mjs");return Oc(t)?t:null}async function Z(r,t={}){let{token:e}=await Ec("figma"),n=r.startsWith("https://")?r:`https://api.figma.com${r}`,s={"X-Figma-Token":e,Accept:"application/json",...t.body?{"Content-Type":"application/json"}:{}},i=await fetch(n,{method:t.method||"GET",headers:s,body:t.body?JSON.stringify(t.body):void 0});if(!i.ok){let o=await i.text().catch(()=>"");throw new Error(`Figma API ${i.status}: ${o.slice(0,300)}`)}return i.json()}function de(r){let t=String(r||"").trim(),e=t.match(/figma\.com\/(?:file|design|board|proto)\/([A-Za-z0-9]+)/i);return e?e[1]:t}function Mt(r){return r==null?void 0:(Array.isArray(r)?r:String(r).split(",")).map(e=>String(e).trim().replace(/-/g,":")).filter(Boolean).join(",")}function Lc(r){let t=String(r||"").match(/[?&]node-id=([^&]+)/i);return t?decodeURIComponent(t[1]).replace(/-/g,":"):void 0}var re=r=>typeof r=="number"?Math.round(r*100)/100:r;function Ar(r){if(!r)return null;let t=n=>Math.round((n??0)*255).toString(16).padStart(2,"0"),e={hex:`#${t(r.r)}${t(r.g)}${t(r.b)}`.toUpperCase()};return r.a!=null&&r.a<1&&(e.opacity=re(r.a)),e}function Wn(r){return!r||r.visible===!1?null:r.type==="SOLID"?{type:"SOLID",...Ar(r.color),...r.opacity!=null?{opacity:r.opacity}:{}}:{type:r.type,...r.opacity!=null?{opacity:r.opacity}:{},...r.gradientStops?{stops:r.gradientStops.map(t=>({position:re(t.position),...Ar(t.color)}))}:{}}}function Zn(r,t){let e=r.absoluteBoundingBox,n={id:r.id,name:r.name,type:r.type};e&&(n.size={w:re(e.width),h:re(e.height)},n.position={x:re(e.x),y:re(e.y)}),r.opacity!=null&&r.opacity!==1&&(n.opacity=r.opacity),r.cornerRadius!=null&&(n.cornerRadius=r.cornerRadius),Array.isArray(r.rectangleCornerRadii)&&(n.cornerRadii=r.rectangleCornerRadii);let s=(r.fills||[]).map(Wn).filter(Boolean);s.length&&(n.fills=s);let i=(r.strokes||[]).map(Wn).filter(Boolean);i.length&&(n.strokes=i,r.strokeWeight!=null&&(n.strokeWeight=r.strokeWeight));let o=(r.effects||[]).filter(a=>a.visible!==!1).map(a=>({type:a.type,...a.radius!=null?{radius:a.radius}:{},...a.offset?{offset:{x:re(a.offset.x),y:re(a.offset.y)}}:{},...a.spread?{spread:a.spread}:{},...a.color?Ar(a.color):{}}));if(o.length&&(n.effects=o),r.layoutMode&&r.layoutMode!=="NONE"&&(n.autoLayout={direction:r.layoutMode,padding:{l:r.paddingLeft??0,r:r.paddingRight??0,t:r.paddingTop??0,b:r.paddingBottom??0},gap:r.itemSpacing??0,align:{primary:r.primaryAxisAlignItems,counter:r.counterAxisAlignItems}}),r.type==="TEXT"){let a=r.style||{};n.text=r.characters,n.textStyle={fontFamily:a.fontFamily,fontWeight:a.fontWeight,fontSize:a.fontSize,lineHeightPx:a.lineHeightPx!=null?re(a.lineHeightPx):void 0,letterSpacing:a.letterSpacing!=null?re(a.letterSpacing):void 0,align:a.textAlignHorizontal,case:a.textCase}}return t>0&&Array.isArray(r.children)&&r.children.length&&(n.children=r.children.map(a=>Zn(a,t-1))),n}var Vn={id:"figma",callsBackend:!0,serverName:"figma",allowedTools:["mcp__figma__*"],requiresIntegration:S.FIGMA,envKeys:["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV"],description:"Figma \u2014 read files, nodes and comments; extract dev-handoff specs (sizes/colors/fonts/auto-layout); list versions and image fills; render frames to PNG/JPG/SVG/PDF; browse team projects/files; and post comments",promptFragment:`## Figma
|
|
162
162
|
You have access to the user's Figma files via the Figma REST API. Every tool that takes a file accepts EITHER the raw file key OR a full figma.com URL (figma.com/file|design/<key>/...). Node ids accept URL form \`1-23\` or API form \`1:23\` interchangeably. Tools:
|
|
163
163
|
|
|
164
164
|
### Identity
|
|
@@ -189,7 +189,7 @@ You have access to the user's Figma files via the Figma REST API. Every tool tha
|
|
|
189
189
|
|
|
190
190
|
### Notes
|
|
191
191
|
- The file key is NOT the file name \u2014 it's the opaque id segment in the URL (or just paste the URL).
|
|
192
|
-
- Node ids look like "1:23" and come from figma_get_file / figma_get_nodes / figma_parse_url output.`,resolve(){let r=Oc();if(!r)return{command:null,args:[],env:{},description:this.description};let t={};for(let e of this.envKeys)process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/figma.js","figmaSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{switch(r){case"figma_get_me":{let e=await Z("/v1/me");return JSON.stringify({id:e.id,handle:e.handle,email:e.email,imgUrl:e.img_url})}case"figma_get_file":{let e=de((t||{}).fileKey),{depth:n}=t||{};if(!e)return JSON.stringify({error:"fileKey is required (a file key or a figma.com URL)"});let s=`/v1/files/${encodeURIComponent(e)}`;if(n!=null){let a=Number(n);!Number.isNaN(a)&&a>0&&(s+=`?depth=${a}`)}let i=await Z(s),o=(i.document?.children||[]).map(a=>({id:a.id,name:a.name,type:a.type,childCount:Array.isArray(a.children)?a.children.length:0,children:(a.children||[]).slice(0,50).map(c=>({id:c.id,name:c.name,type:c.type}))}));return JSON.stringify({name:i.name,lastModified:i.lastModified,version:i.version,editorType:i.editorType,role:i.role,pages:o})}case"figma_get_nodes":{let e=de((t||{}).fileKey),{ids:n,depth:s}=t||{};if(!e)return JSON.stringify({error:"fileKey is required (a file key or a figma.com URL)"});let i=Mt(n);if(!i)return JSON.stringify({error:"ids is required (comma-separated or array of node ids; `1-23` or `1:23`)"});let o=new URLSearchParams;if(o.set("ids",i),s!=null){let l=Number(s);!Number.isNaN(l)&&l>0&&o.set("depth",String(l))}let a=await Z(`/v1/files/${encodeURIComponent(e)}/nodes?${o.toString()}`),c={};for(let[l,d]of Object.entries(a.nodes||{}))c[l]=d?.document?{id:d.document.id,name:d.document.name,type:d.document.type,document:d.document}:d;return JSON.stringify({name:a.name,nodes:c})}case"figma_get_node_specs":{let e=de((t||{}).file),{ids:n,depth:s}=t||{};if(!e)return JSON.stringify({error:"file is required (a file key or a figma.com URL)"});let i=Mt(n);if(!i)return JSON.stringify({error:"ids is required (comma-separated or array of node ids; `1-23` or `1:23`)"});let o=Number(s);Number.isNaN(o)&&(o=2),o=Math.min(6,Math.max(0,Math.trunc(o)));let a=new URLSearchParams;a.set("ids",i),a.set("depth",String(o));let c=await Z(`/v1/files/${encodeURIComponent(e)}/nodes?${a.toString()}`),l={};for(let[d,p]of Object.entries(c.nodes||{}))l[d]=p&&p.document?Wn(p.document,o):null;return JSON.stringify(l)}case"figma_render_png":{let e=de((t||{}).fileKey??(t||{}).file),{ids:n,scale:s,format:i,svg_include_id:o,version:a}=t||{};if(!e)return JSON.stringify({error:"fileKey is required (a file key or a figma.com URL)"});let c=Mt(n);if(!c)return JSON.stringify({error:"ids is required (comma-separated or array of node ids; `1-23` or `1:23`)"});let l=["png","jpg","svg","pdf"].includes(String(i||"").toLowerCase())?String(i).toLowerCase():"png",d=new URLSearchParams;d.set("ids",c),d.set("format",l);let p;(l==="png"||l==="jpg")&&(p=Number(s),(Number.isNaN(p)||p<=0)&&(p=1),p=Math.min(4,Math.max(.01,p)),d.set("scale",String(p))),l==="svg"&&o!=null&&d.set("svg_include_id",String(!!o)),a&&d.set("version",String(a));let u=await Z(`/v1/images/${encodeURIComponent(e)}?${d.toString()}`);return u.err?JSON.stringify({error:`Figma render error: ${u.err}`}):JSON.stringify({format:l,...p!=null?{scale:p}:{},images:u.images||{}})}case"figma_get_image_fills":{let e=de((t||{}).file);if(!e)return JSON.stringify({error:"file is required (a file key or a figma.com URL)"});let n=await Z(`/v1/files/${encodeURIComponent(e)}/images`);return JSON.stringify({images:n.meta?.images??n.images??{}})}case"figma_get_file_versions":{let e=de((t||{}).file);if(!e)return JSON.stringify({error:"file is required (a file key or a figma.com URL)"});let s=((await Z(`/v1/files/${encodeURIComponent(e)}/versions`)).versions||[]).map(i=>({id:i.id,label:i.label,description:i.description,createdAt:i.created_at,user:i.user?.handle}));return JSON.stringify({count:s.length,versions:s})}case"figma_get_comments":{let e=de((t||{}).fileKey);if(!e)return JSON.stringify({error:"fileKey is required (a file key or a figma.com URL)"});let s=((await Z(`/v1/files/${encodeURIComponent(e)}/comments`)).comments||[]).map(i=>({id:i.id,message:i.message,user:i.user?.handle,createdAt:i.created_at,resolvedAt:i.resolved_at||null,parentId:i.parent_id||null}));return JSON.stringify({count:s.length,comments:s})}case"figma_post_comment":{let e=de((t||{}).file),{message:n,comment_id:s,node_id:i,x:o,y:a}=t||{};if(!e)return JSON.stringify({error:"file is required (a file key or a figma.com URL)"});if(!n)return JSON.stringify({error:"message is required"});let c={message:n};s&&(c.comment_id=s),i?c.client_meta={node_id:Mt(i),node_offset:{x:o??0,y:a??0}}:(o!=null||a!=null)&&(c.client_meta={x:o??0,y:a??0});let l=await Z(`/v1/files/${encodeURIComponent(e)}/comments`,{method:"POST",body:c});return JSON.stringify({id:l.id,message:l.message,fileKey:e,createdAt:l.created_at,parentId:l.parent_id||null})}case"figma_get_team_projects":{let{team_id:e}=t||{};if(!e)return JSON.stringify({error:"team_id is required"});let n=await Z(`/v1/teams/${encodeURIComponent(e)}/projects`);return JSON.stringify({name:n.name,projects:n.projects||[]})}case"figma_get_project_files":{let{project_id:e,branch_data:n}=t||{};if(!e)return JSON.stringify({error:"project_id is required"});let s=new URLSearchParams;n&&s.set("branch_data","true");let i=s.toString(),o=await Z(`/v1/projects/${encodeURIComponent(e)}/files${i?`?${i}`:""}`);return JSON.stringify({name:o.name,files:o.files||[]})}case"figma_parse_url":{let{url:e}=t||{};return JSON.stringify({file_key:de(e),node_id:Tc(e)??null})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"figma_get_me",description:"Get the authenticated Figma user profile (handle, email, id)",input_schema:{type:"object",properties:{}}},{name:"figma_get_file",description:"Get a Figma file's document tree. Accepts a file key OR a figma.com URL (figma.com/file|design/<key>/... \u2014 NOT the file name). Returns a summarized map of pages and their top-level frames/nodes. Use figma_get_nodes or figma_get_node_specs to drill into a specific node.",input_schema:{type:"object",properties:{fileKey:{type:"string",description:'A file key OR a figma.com URL (e.g. "aBcD1234" or figma.com/design/aBcD1234/My-File)'},depth:{type:"number",description:"Optional: limit how deep the node tree is traversed (1-2 is usually enough to list pages/frames). Omit for the full tree."}},required:["fileKey"]}},{name:"figma_get_nodes",description:"Get specific nodes from a Figma file by their node ids. Use after figma_get_file to inspect a particular frame/component without re-fetching the whole file.",input_schema:{type:"object",properties:{fileKey:{type:"string",description:"A file key OR a figma.com URL"},ids:{type:"array",items:{type:"string"},description:'Node ids to fetch. Accepts URL form ["1-23"] or API form ["1:23"]. A comma-separated string is also accepted.'},depth:{type:"number",description:"Optional: limit traversal depth within each node."}},required:["fileKey","ids"]}},{name:"figma_get_node_specs",description:"Dev-Mode-style inspection computed from the REST tree: for the given nodes and their children returns size, position, colors (hex), fonts/text-style, spacing/auto-layout, corner radius, strokes and effects \u2014 a compact spec for reproducing a design in code. Prefer this over figma_get_nodes when your job is to build UI from a Figma file.",input_schema:{type:"object",properties:{file:{type:"string",description:"A file key OR a figma.com URL"},ids:{type:"array",items:{type:"string"},description:'Node ids to inspect (URL form "1-23" or API form "1:23"). A comma-separated string is also accepted.'},depth:{type:"number",description:"How many levels of children to walk (0-6, default 2)."}},required:["file","ids"]}},{name:"figma_render_png",description:"Render one or more Figma nodes to an image and return the URLs (a map of nodeId \u2192 URL). Despite the name it renders PNG/JPG/SVG/PDF (default png). Use to show or download a visual of a frame/component.",input_schema:{type:"object",properties:{fileKey:{type:"string",description:"A file key OR a figma.com URL"},ids:{type:"array",items:{type:"string"},description:'Node ids to render (URL form "1-23" or API form "1:23"). A comma-separated string is also accepted.'},format:{type:"string",enum:["png","jpg","svg","pdf"],description:"Output format (default png)."},scale:{type:"number",description:"Render scale, 0.01\u20134 (raster formats only; default 1). 2 for retina/hi-dpi."},svg_include_id:{type:"boolean",description:"For SVG: include element ids as attributes."},version:{type:"string",description:"Render a specific file version id (from figma_get_file_versions)."}},required:["fileKey","ids"]}},{name:"figma_get_image_fills",description:"Get a map of imageRef \u2192 download URL for every image fill used in a Figma file.",input_schema:{type:"object",properties:{file:{type:"string",description:"A file key OR a figma.com URL"}},required:["file"]}},{name:"figma_get_file_versions",description:"List a Figma file's saved version history (version id, label, created_at, user). A version id can be passed to figma_render_png to render a past version.",input_schema:{type:"object",properties:{file:{type:"string",description:"A file key OR a figma.com URL"}},required:["file"]}},{name:"figma_get_comments",description:"Read the comments on a Figma file",input_schema:{type:"object",properties:{fileKey:{type:"string",description:"A file key OR a figma.com URL"}},required:["fileKey"]}},{name:"figma_post_comment",description:"Post a comment on a Figma file (WRITE \u2014 needs a PAT with comment-write scope). Optionally reply to a comment (comment_id), pin it to a node (node_id, with optional x/y offset), or pin to a canvas point (x/y).",input_schema:{type:"object",properties:{file:{type:"string",description:"A file key OR a figma.com URL"},message:{type:"string",description:"The comment text."},comment_id:{type:"string",description:"Optional: reply to this parent comment id."},node_id:{type:"string",description:'Optional: pin the comment to this node ("1-23" or "1:23").'},x:{type:"number",description:"Optional: x position (node offset if node_id given, else canvas point)."},y:{type:"number",description:"Optional: y position (node offset if node_id given, else canvas point)."}},required:["file","message"]}},{name:"figma_get_team_projects",description:"List the projects in a Figma team. Get team_id from a Figma team URL (\u2026/files/team/<TEAM_ID>/\u2026).",input_schema:{type:"object",properties:{team_id:{type:"string",description:"The Figma team id."}},required:["team_id"]}},{name:"figma_get_project_files",description:"List the files in a Figma project (from figma_get_team_projects). Returns file key, name, thumbnail, last_modified.",input_schema:{type:"object",properties:{project_id:{type:"string",description:"The Figma project id."},branch_data:{type:"boolean",description:"Optional: include branch metadata for each file."}},required:["project_id"]}},{name:"figma_parse_url",description:"Local helper (no API call): extract the file key and node id (colon form) from a figma.com file/design URL. Returns { file_key, node_id }.",input_schema:{type:"object",properties:{url:{type:"string",description:"A full figma.com file/design URL."}},required:["url"]}}]};import{existsSync as Ac}from"fs";import{fileURLToPath as Rc}from"url";import{dirname as Ec,resolve as xc}from"path";import{resolveIntegrationToken as Lc}from"@zibby/core/backend-client.js";function jc(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=Ec(Rc(import.meta.url)),t=xc(r,"..","bin","mcp-skill.mjs");return Ac(t)?t:null}async function ne(r,t={}){let{token:e}=await Lc("hubspot");if(!e)throw new Error("HubSpot not connected \u2014 Connect HubSpot in Integrations.");let n=r.startsWith("https://")?r:`https://api.hubapi.com${r}`,s={Authorization:`Bearer ${e}`,Accept:"application/json",...t.body?{"Content-Type":"application/json"}:{}},i=await fetch(n,{method:t.method||"GET",headers:s,body:t.body?JSON.stringify(t.body):void 0});if(!i.ok){let a=await i.text().catch(()=>""),c=i.status===401||i.status===403?" \u2014 token invalid/expired or missing the required Private App scope for this object":"";throw new Error(`HubSpot API ${i.status}${c}: ${a.slice(0,300)}`)}let o=await i.text().catch(()=>"");if(!o)return{};try{return JSON.parse(o)}catch{return{raw:o}}}function ke(r){return typeof r!="string"?null:r.trim()||null}function Vn(r,t={}){let e=new URLSearchParams;if(r!=null){let s=Array.isArray(r)?r.join(","):String(r);s&&e.set("properties",s)}for(let[s,i]of Object.entries(t))i!=null&&i!==""&&e.set(s,String(i));let n=e.toString();return n?`?${n}`:""}var Me="The CRM object type \u2014 one of the common values `contacts`, `companies`, `deals`, `tickets`, `notes`, `tasks`, `feedback_submissions` (customer feedback: NPS/CSAT/CES), or any custom object name/id.",Xn={id:"hubspot",callsBackend:!0,serverName:"hubspot",allowedTools:["mcp__hubspot__*"],requiresIntegration:S.HUBSPOT,envKeys:["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV"],description:"HubSpot CRM \u2014 search/read/create/update contacts, companies, deals, tickets, notes and feedback submissions via the HubSpot REST API.",promptFragment:"## HubSpot CRM\nYou have access to the user's HubSpot CRM via the HubSpot REST API (OAuth \u2014 the user connects HubSpot in Integrations; the token is resolved and auto-refreshed for you). The connected app grants the CRM scopes for the objects you touch.\n\nHubSpot's object model is **uniform** \u2014 nearly every tool takes an `objectType` (`contacts`, `companies`, `deals`, `tickets`, `notes`, `tasks`, `feedback_submissions`, or a custom object). Records are `{ id, properties }`; you set/read named properties.\n\n**Before you create/update/search, call `hubspot_list_properties` to learn the valid property names for that object type** (they're not guessable). `feedback_submissions` is where NPS/CSAT/CES customer-feedback survey responses live.\n\n### Identity\n- hubspot_whoami: Confirm the token works \u2014 returns the portal (hub) id, account type, time zone, UI domain.\n\n### Schema\n- hubspot_list_properties: List the defined properties (name, label, type, fieldType) for an objectType. Do this first so you use real property names.\n\n### Read\n- hubspot_search: Search an objectType by full-text `query` OR structured `filters` (array of {propertyName, operator, value}). Returns { total, results:[{id, properties}] }.\n- hubspot_get_object: Fetch one record by id (optionally selecting specific properties).\n- hubspot_list_objects: Page through all records of an objectType (limit + after cursor).\n\n### Write\n- hubspot_create_object: Create a record from a `properties` object.\n- hubspot_update_object: Patch a record's `properties` by id.\n- hubspot_create_note: Convenience \u2014 log a note (hs_note_body) and optionally associate it to a contact/company/deal/ticket.\n- hubspot_associate: Associate two records (fromType/fromId \u2194 toType/toId) with the default association type.",resolve(){let r=jc();if(!r)return{command:null,args:[],env:{},description:this.description};let t={};for(let e of this.envKeys)process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/hubspot.js","hubspotSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{let e=t||{};switch(r){case"hubspot_whoami":{let n=await ne("/account-info/v3/details");return JSON.stringify({portalId:n.portalId,accountType:n.accountType,timeZone:n.timeZone,uiDomain:n.uiDomain,companyCurrency:n.companyCurrency})}case"hubspot_list_properties":{let n=ke(e.objectType);if(!n)return JSON.stringify({error:"objectType is required (e.g. contacts, companies, deals, tickets, feedback_submissions)"});let i=((await ne(`/crm/v3/properties/${encodeURIComponent(n)}`)).results||[]).map(o=>({name:o.name,label:o.label,type:o.type,fieldType:o.fieldType}));return JSON.stringify({objectType:n,count:i.length,properties:i})}case"hubspot_search":{let n=ke(e.objectType);if(!n)return JSON.stringify({error:"objectType is required"});let i={limit:Number.isFinite(Number(e.limit))&&Number(e.limit)>0?Math.trunc(Number(e.limit)):20};e.query&&(i.query=String(e.query)),Array.isArray(e.filters)&&e.filters.length&&(i.filterGroups=[{filters:e.filters}]),e.properties!=null&&(i.properties=Array.isArray(e.properties)?e.properties:String(e.properties).split(",").map(a=>a.trim()).filter(Boolean));let o=await ne(`/crm/v3/objects/${encodeURIComponent(n)}/search`,{method:"POST",body:i});return JSON.stringify({total:o.total??(o.results?o.results.length:0),results:(o.results||[]).map(a=>({id:a.id,properties:a.properties}))})}case"hubspot_get_object":{let n=ke(e.objectType);if(!n)return JSON.stringify({error:"objectType is required"});if(!e.id)return JSON.stringify({error:"id is required"});let s=Vn(e.properties,{associations:e.associations}),i=await ne(`/crm/v3/objects/${encodeURIComponent(n)}/${encodeURIComponent(e.id)}${s}`);return JSON.stringify({id:i.id,properties:i.properties,...i.associations?{associations:i.associations}:{}})}case"hubspot_list_objects":{let n=ke(e.objectType);if(!n)return JSON.stringify({error:"objectType is required"});let s=Number.isFinite(Number(e.limit))&&Number(e.limit)>0?Math.trunc(Number(e.limit)):20,i=Vn(e.properties,{limit:s,after:e.after}),o=await ne(`/crm/v3/objects/${encodeURIComponent(n)}${i}`);return JSON.stringify({results:(o.results||[]).map(a=>({id:a.id,properties:a.properties})),paging:o.paging||null})}case"hubspot_create_object":{let n=ke(e.objectType);if(!n)return JSON.stringify({error:"objectType is required"});if(!e.properties||typeof e.properties!="object"||Array.isArray(e.properties))return JSON.stringify({error:"properties is required (an object of { propertyName: value } \u2014 call hubspot_list_properties first for valid names)"});let s=await ne(`/crm/v3/objects/${encodeURIComponent(n)}`,{method:"POST",body:{properties:e.properties}});return JSON.stringify({id:s.id,properties:s.properties})}case"hubspot_update_object":{let n=ke(e.objectType);if(!n)return JSON.stringify({error:"objectType is required"});if(!e.id)return JSON.stringify({error:"id is required"});if(!e.properties||typeof e.properties!="object"||Array.isArray(e.properties))return JSON.stringify({error:"properties is required (an object of { propertyName: value })"});let s=await ne(`/crm/v3/objects/${encodeURIComponent(n)}/${encodeURIComponent(e.id)}`,{method:"PATCH",body:{properties:e.properties}});return JSON.stringify({id:s.id,properties:s.properties})}case"hubspot_create_note":{if(!e.body||typeof e.body!="string")return JSON.stringify({error:"body is required (the note text)"});let n=typeof e.timestamp=="string"&&e.timestamp?e.timestamp:null;if(!n)try{n=new Date().toISOString()}catch{n=null}if(!n)return JSON.stringify({error:"timestamp is required (pass an ISO 8601 string, e.g. 2026-01-01T00:00:00.000Z)"});let s=await ne("/crm/v3/objects/notes",{method:"POST",body:{properties:{hs_note_body:e.body,hs_timestamp:n}}}),i=s.id,o=[["contacts",e.contactId],["companies",e.companyId],["deals",e.dealId],["tickets",e.ticketId]].filter(([,c])=>c!=null&&c!==""),a=[];for(let[c,l]of o)try{await ne(`/crm/v4/objects/notes/${encodeURIComponent(i)}/associations/default/${c}/${encodeURIComponent(l)}`,{method:"PUT"}),a.push({toType:c,toId:String(l)})}catch(d){a.push({toType:c,toId:String(l),error:d.message})}return JSON.stringify({id:i,properties:s.properties,associatedTo:a})}case"hubspot_associate":{let n=ke(e.fromType),s=ke(e.toType);return!n||!e.fromId||!s||!e.toId?JSON.stringify({error:"fromType, fromId, toType and toId are all required"}):(await ne(`/crm/v4/objects/${encodeURIComponent(n)}/${encodeURIComponent(e.fromId)}/associations/default/${encodeURIComponent(s)}/${encodeURIComponent(e.toId)}`,{method:"PUT"}),JSON.stringify({ok:!0}))}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"hubspot_whoami",description:"Confirm the HubSpot token works: returns the portal (hub) id, account type, time zone and UI domain.",input_schema:{type:"object",properties:{}}},{name:"hubspot_list_properties",description:"List the defined properties (name, label, type, fieldType) for a CRM object type. Call this FIRST so you use valid property names when creating/updating/searching.",input_schema:{type:"object",properties:{objectType:{type:"string",description:Me}},required:["objectType"]}},{name:"hubspot_search",description:"Search a CRM object type. Pass a full-text `query` OR structured `filters` (array of {propertyName, operator, value}, e.g. operator EQ/CONTAINS_TOKEN/GT/\u2026). Returns { total, results:[{id, properties}] }.",input_schema:{type:"object",properties:{objectType:{type:"string",description:Me},query:{type:"string",description:"Optional full-text search string."},filters:{type:"array",description:"Optional structured filters (ANDed). Each: { propertyName, operator, value }. Operators: EQ, NEQ, LT, LTE, GT, GTE, CONTAINS_TOKEN, HAS_PROPERTY, IN, \u2026",items:{type:"object",properties:{propertyName:{type:"string"},operator:{type:"string"},value:{type:"string"}}}},properties:{type:"array",items:{type:"string"},description:"Optional: property names to return on each result."},limit:{type:"number",description:"Max results (default 20)."}},required:["objectType"]}},{name:"hubspot_get_object",description:"Fetch one CRM record by id. Returns { id, properties }.",input_schema:{type:"object",properties:{objectType:{type:"string",description:Me},id:{type:"string",description:"The record id."},properties:{type:"array",items:{type:"string"},description:"Optional: specific property names to return."},associations:{type:"string",description:'Optional: comma-separated object types to also return associations for (e.g. "companies,deals").'}},required:["objectType","id"]}},{name:"hubspot_list_objects",description:"Page through records of a CRM object type. Returns { results, paging } \u2014 pass paging.next.after back as `after` for the next page.",input_schema:{type:"object",properties:{objectType:{type:"string",description:Me},properties:{type:"array",items:{type:"string"},description:"Optional: property names to return on each record."},limit:{type:"number",description:"Page size (default 20)."},after:{type:"string",description:"Optional paging cursor from a previous response (paging.next.after)."}},required:["objectType"]}},{name:"hubspot_create_object",description:"Create a CRM record. Pass `properties` as an object of { propertyName: value } (call hubspot_list_properties first for valid names). Returns { id, properties }.",input_schema:{type:"object",properties:{objectType:{type:"string",description:Me},properties:{type:"object",description:"Object of { propertyName: value } to set on the new record."}},required:["objectType","properties"]}},{name:"hubspot_update_object",description:"Update (PATCH) a CRM record by id. Pass `properties` as an object of { propertyName: value }. Returns { id, properties }.",input_schema:{type:"object",properties:{objectType:{type:"string",description:Me},id:{type:"string",description:"The record id to update."},properties:{type:"object",description:"Object of { propertyName: value } to change."}},required:["objectType","id","properties"]}},{name:"hubspot_create_note",description:"Log a note (hs_note_body) and optionally associate it to a contact/company/deal/ticket. Returns { id, associatedTo }.",input_schema:{type:"object",properties:{body:{type:"string",description:"The note text (stored as hs_note_body)."},contactId:{type:"string",description:"Optional: associate the note to this contact id."},companyId:{type:"string",description:"Optional: associate the note to this company id."},dealId:{type:"string",description:"Optional: associate the note to this deal id."},ticketId:{type:"string",description:"Optional: associate the note to this ticket id."},timestamp:{type:"string",description:"Optional ISO 8601 timestamp for the note (defaults to now)."}},required:["body"]}},{name:"hubspot_associate",description:"Associate two CRM records with the default association type (e.g. a contact to a company). Returns { ok:true }.",input_schema:{type:"object",properties:{fromType:{type:"string",description:"Source object type (e.g. contacts)."},fromId:{type:"string",description:"Source record id."},toType:{type:"string",description:"Target object type (e.g. companies)."},toId:{type:"string",description:"Target record id."}},required:["fromType","fromId","toType","toId"]}}]};import{existsSync as $c}from"fs";import{fileURLToPath as Pc}from"url";import{dirname as Cc,resolve as Uc}from"path";function Bc(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=Cc(Pc(import.meta.url)),t=Uc(r,"..","bin","mcp-skill.mjs");return $c(t)?t:null}var Dc=process.env.LINEAR_API_URL||"https://api.linear.app/graphql";function Jc(){if(process.env.LINEAR_OAUTH_TOKEN)return`Bearer ${process.env.LINEAR_OAUTH_TOKEN}`;let r=process.env.LINEAR_API_KEY;if(!r)throw new Error("Linear is not connected: set LINEAR_API_KEY (personal API key) or LINEAR_OAUTH_TOKEN.");return r}async function V(r,t={}){let e=await fetch(Dc,{method:"POST",headers:{Authorization:Jc(),"Content-Type":"application/json"},body:JSON.stringify({query:r,variables:t})});if(!e.ok){let s=await e.text().catch(()=>"");throw new Error(`Linear API ${e.status}: ${s.slice(0,300)}`)}let n=await e.json().catch(()=>null);if(!n)throw new Error("Linear API returned a non-JSON body");if(Array.isArray(n.errors)&&n.errors.length){let s=n.errors.map(i=>i?.message||String(i)).join("; ");throw new Error(`Linear GraphQL error: ${s.slice(0,300)}`)}return n.data}function it(r){return String(r||"").toLowerCase().replace(/\s+/g,"").replace(/[()\-_::"'`]/g,"")}function Mc(r,t){let e=it(r),n=it(t);if(!e||!n)return 0;if(e===n)return 1;if(e.length===1||n.length===1)return e===n?1:0;let s=d=>{let p=new Map;for(let u=0;u<d.length-1;u++){let m=d.slice(u,u+2);p.set(m,(p.get(m)||0)+1)}return p},i=s(e),o=s(n),a=0,c=0,l=0;for(let d of i.values())c+=d;for(let d of o.values())l+=d;for(let[d,p]of i.entries())a+=Math.min(p,o.get(d)||0);return 2*a/Math.max(1,c+l)}function qc(r,t){let e=Array.isArray(r)?r:[];if(!e.length)return{state:null,strategy:"no-states"};let n=it(t);if(!n)return{state:null,strategy:"no-target"};let s=e.find(a=>it(a.name)===n);if(s)return{state:s,strategy:"exact"};let i={backlog:["backlog"],unstarted:["todo","unstarted","open"],started:["inprogress","started","doing","wip"],completed:["done","completed","closed","resolved","fixed"],canceled:["canceled","cancelled","wontfix","won'tfix"],triage:["triage"]};for(let[a,c]of Object.entries(i)){if(!c.some(d=>it(d)===n))continue;let l=e.find(d=>d.type===a);if(l)return{state:l,strategy:"type-alias"}}let o=e.map(a=>({s:a,score:Mc(t,a.name)})).sort((a,c)=>c.score-a.score);return o[0]&&o[0].score>=.5?{state:o[0].s,strategy:"fuzzy"}:{state:null,strategy:"no-match"}}var Fc=`
|
|
192
|
+
- Node ids look like "1:23" and come from figma_get_file / figma_get_nodes / figma_parse_url output.`,resolve(){let r=xc();if(!r)return{command:null,args:[],env:{},description:this.description};let t={};for(let e of this.envKeys)process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/figma.js","figmaSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{switch(r){case"figma_get_me":{let e=await Z("/v1/me");return JSON.stringify({id:e.id,handle:e.handle,email:e.email,imgUrl:e.img_url})}case"figma_get_file":{let e=de((t||{}).fileKey),{depth:n}=t||{};if(!e)return JSON.stringify({error:"fileKey is required (a file key or a figma.com URL)"});let s=`/v1/files/${encodeURIComponent(e)}`;if(n!=null){let a=Number(n);!Number.isNaN(a)&&a>0&&(s+=`?depth=${a}`)}let i=await Z(s),o=(i.document?.children||[]).map(a=>({id:a.id,name:a.name,type:a.type,childCount:Array.isArray(a.children)?a.children.length:0,children:(a.children||[]).slice(0,50).map(c=>({id:c.id,name:c.name,type:c.type}))}));return JSON.stringify({name:i.name,lastModified:i.lastModified,version:i.version,editorType:i.editorType,role:i.role,pages:o})}case"figma_get_nodes":{let e=de((t||{}).fileKey),{ids:n,depth:s}=t||{};if(!e)return JSON.stringify({error:"fileKey is required (a file key or a figma.com URL)"});let i=Mt(n);if(!i)return JSON.stringify({error:"ids is required (comma-separated or array of node ids; `1-23` or `1:23`)"});let o=new URLSearchParams;if(o.set("ids",i),s!=null){let l=Number(s);!Number.isNaN(l)&&l>0&&o.set("depth",String(l))}let a=await Z(`/v1/files/${encodeURIComponent(e)}/nodes?${o.toString()}`),c={};for(let[l,d]of Object.entries(a.nodes||{}))c[l]=d?.document?{id:d.document.id,name:d.document.name,type:d.document.type,document:d.document}:d;return JSON.stringify({name:a.name,nodes:c})}case"figma_get_node_specs":{let e=de((t||{}).file),{ids:n,depth:s}=t||{};if(!e)return JSON.stringify({error:"file is required (a file key or a figma.com URL)"});let i=Mt(n);if(!i)return JSON.stringify({error:"ids is required (comma-separated or array of node ids; `1-23` or `1:23`)"});let o=Number(s);Number.isNaN(o)&&(o=2),o=Math.min(6,Math.max(0,Math.trunc(o)));let a=new URLSearchParams;a.set("ids",i),a.set("depth",String(o));let c=await Z(`/v1/files/${encodeURIComponent(e)}/nodes?${a.toString()}`),l={};for(let[d,p]of Object.entries(c.nodes||{}))l[d]=p&&p.document?Zn(p.document,o):null;return JSON.stringify(l)}case"figma_render_png":{let e=de((t||{}).fileKey??(t||{}).file),{ids:n,scale:s,format:i,svg_include_id:o,version:a}=t||{};if(!e)return JSON.stringify({error:"fileKey is required (a file key or a figma.com URL)"});let c=Mt(n);if(!c)return JSON.stringify({error:"ids is required (comma-separated or array of node ids; `1-23` or `1:23`)"});let l=["png","jpg","svg","pdf"].includes(String(i||"").toLowerCase())?String(i).toLowerCase():"png",d=new URLSearchParams;d.set("ids",c),d.set("format",l);let p;(l==="png"||l==="jpg")&&(p=Number(s),(Number.isNaN(p)||p<=0)&&(p=1),p=Math.min(4,Math.max(.01,p)),d.set("scale",String(p))),l==="svg"&&o!=null&&d.set("svg_include_id",String(!!o)),a&&d.set("version",String(a));let u=await Z(`/v1/images/${encodeURIComponent(e)}?${d.toString()}`);return u.err?JSON.stringify({error:`Figma render error: ${u.err}`}):JSON.stringify({format:l,...p!=null?{scale:p}:{},images:u.images||{}})}case"figma_get_image_fills":{let e=de((t||{}).file);if(!e)return JSON.stringify({error:"file is required (a file key or a figma.com URL)"});let n=await Z(`/v1/files/${encodeURIComponent(e)}/images`);return JSON.stringify({images:n.meta?.images??n.images??{}})}case"figma_get_file_versions":{let e=de((t||{}).file);if(!e)return JSON.stringify({error:"file is required (a file key or a figma.com URL)"});let s=((await Z(`/v1/files/${encodeURIComponent(e)}/versions`)).versions||[]).map(i=>({id:i.id,label:i.label,description:i.description,createdAt:i.created_at,user:i.user?.handle}));return JSON.stringify({count:s.length,versions:s})}case"figma_get_comments":{let e=de((t||{}).fileKey);if(!e)return JSON.stringify({error:"fileKey is required (a file key or a figma.com URL)"});let s=((await Z(`/v1/files/${encodeURIComponent(e)}/comments`)).comments||[]).map(i=>({id:i.id,message:i.message,user:i.user?.handle,createdAt:i.created_at,resolvedAt:i.resolved_at||null,parentId:i.parent_id||null}));return JSON.stringify({count:s.length,comments:s})}case"figma_post_comment":{let e=de((t||{}).file),{message:n,comment_id:s,node_id:i,x:o,y:a}=t||{};if(!e)return JSON.stringify({error:"file is required (a file key or a figma.com URL)"});if(!n)return JSON.stringify({error:"message is required"});let c={message:n};s&&(c.comment_id=s),i?c.client_meta={node_id:Mt(i),node_offset:{x:o??0,y:a??0}}:(o!=null||a!=null)&&(c.client_meta={x:o??0,y:a??0});let l=await Z(`/v1/files/${encodeURIComponent(e)}/comments`,{method:"POST",body:c});return JSON.stringify({id:l.id,message:l.message,fileKey:e,createdAt:l.created_at,parentId:l.parent_id||null})}case"figma_get_team_projects":{let{team_id:e}=t||{};if(!e)return JSON.stringify({error:"team_id is required"});let n=await Z(`/v1/teams/${encodeURIComponent(e)}/projects`);return JSON.stringify({name:n.name,projects:n.projects||[]})}case"figma_get_project_files":{let{project_id:e,branch_data:n}=t||{};if(!e)return JSON.stringify({error:"project_id is required"});let s=new URLSearchParams;n&&s.set("branch_data","true");let i=s.toString(),o=await Z(`/v1/projects/${encodeURIComponent(e)}/files${i?`?${i}`:""}`);return JSON.stringify({name:o.name,files:o.files||[]})}case"figma_parse_url":{let{url:e}=t||{};return JSON.stringify({file_key:de(e),node_id:Lc(e)??null})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"figma_get_me",description:"Get the authenticated Figma user profile (handle, email, id)",input_schema:{type:"object",properties:{}}},{name:"figma_get_file",description:"Get a Figma file's document tree. Accepts a file key OR a figma.com URL (figma.com/file|design/<key>/... \u2014 NOT the file name). Returns a summarized map of pages and their top-level frames/nodes. Use figma_get_nodes or figma_get_node_specs to drill into a specific node.",input_schema:{type:"object",properties:{fileKey:{type:"string",description:'A file key OR a figma.com URL (e.g. "aBcD1234" or figma.com/design/aBcD1234/My-File)'},depth:{type:"number",description:"Optional: limit how deep the node tree is traversed (1-2 is usually enough to list pages/frames). Omit for the full tree."}},required:["fileKey"]}},{name:"figma_get_nodes",description:"Get specific nodes from a Figma file by their node ids. Use after figma_get_file to inspect a particular frame/component without re-fetching the whole file.",input_schema:{type:"object",properties:{fileKey:{type:"string",description:"A file key OR a figma.com URL"},ids:{type:"array",items:{type:"string"},description:'Node ids to fetch. Accepts URL form ["1-23"] or API form ["1:23"]. A comma-separated string is also accepted.'},depth:{type:"number",description:"Optional: limit traversal depth within each node."}},required:["fileKey","ids"]}},{name:"figma_get_node_specs",description:"Dev-Mode-style inspection computed from the REST tree: for the given nodes and their children returns size, position, colors (hex), fonts/text-style, spacing/auto-layout, corner radius, strokes and effects \u2014 a compact spec for reproducing a design in code. Prefer this over figma_get_nodes when your job is to build UI from a Figma file.",input_schema:{type:"object",properties:{file:{type:"string",description:"A file key OR a figma.com URL"},ids:{type:"array",items:{type:"string"},description:'Node ids to inspect (URL form "1-23" or API form "1:23"). A comma-separated string is also accepted.'},depth:{type:"number",description:"How many levels of children to walk (0-6, default 2)."}},required:["file","ids"]}},{name:"figma_render_png",description:"Render one or more Figma nodes to an image and return the URLs (a map of nodeId \u2192 URL). Despite the name it renders PNG/JPG/SVG/PDF (default png). Use to show or download a visual of a frame/component.",input_schema:{type:"object",properties:{fileKey:{type:"string",description:"A file key OR a figma.com URL"},ids:{type:"array",items:{type:"string"},description:'Node ids to render (URL form "1-23" or API form "1:23"). A comma-separated string is also accepted.'},format:{type:"string",enum:["png","jpg","svg","pdf"],description:"Output format (default png)."},scale:{type:"number",description:"Render scale, 0.01\u20134 (raster formats only; default 1). 2 for retina/hi-dpi."},svg_include_id:{type:"boolean",description:"For SVG: include element ids as attributes."},version:{type:"string",description:"Render a specific file version id (from figma_get_file_versions)."}},required:["fileKey","ids"]}},{name:"figma_get_image_fills",description:"Get a map of imageRef \u2192 download URL for every image fill used in a Figma file.",input_schema:{type:"object",properties:{file:{type:"string",description:"A file key OR a figma.com URL"}},required:["file"]}},{name:"figma_get_file_versions",description:"List a Figma file's saved version history (version id, label, created_at, user). A version id can be passed to figma_render_png to render a past version.",input_schema:{type:"object",properties:{file:{type:"string",description:"A file key OR a figma.com URL"}},required:["file"]}},{name:"figma_get_comments",description:"Read the comments on a Figma file",input_schema:{type:"object",properties:{fileKey:{type:"string",description:"A file key OR a figma.com URL"}},required:["fileKey"]}},{name:"figma_post_comment",description:"Post a comment on a Figma file (WRITE \u2014 needs a PAT with comment-write scope). Optionally reply to a comment (comment_id), pin it to a node (node_id, with optional x/y offset), or pin to a canvas point (x/y).",input_schema:{type:"object",properties:{file:{type:"string",description:"A file key OR a figma.com URL"},message:{type:"string",description:"The comment text."},comment_id:{type:"string",description:"Optional: reply to this parent comment id."},node_id:{type:"string",description:'Optional: pin the comment to this node ("1-23" or "1:23").'},x:{type:"number",description:"Optional: x position (node offset if node_id given, else canvas point)."},y:{type:"number",description:"Optional: y position (node offset if node_id given, else canvas point)."}},required:["file","message"]}},{name:"figma_get_team_projects",description:"List the projects in a Figma team. Get team_id from a Figma team URL (\u2026/files/team/<TEAM_ID>/\u2026).",input_schema:{type:"object",properties:{team_id:{type:"string",description:"The Figma team id."}},required:["team_id"]}},{name:"figma_get_project_files",description:"List the files in a Figma project (from figma_get_team_projects). Returns file key, name, thumbnail, last_modified.",input_schema:{type:"object",properties:{project_id:{type:"string",description:"The Figma project id."},branch_data:{type:"boolean",description:"Optional: include branch metadata for each file."}},required:["project_id"]}},{name:"figma_parse_url",description:"Local helper (no API call): extract the file key and node id (colon form) from a figma.com file/design URL. Returns { file_key, node_id }.",input_schema:{type:"object",properties:{url:{type:"string",description:"A full figma.com file/design URL."}},required:["url"]}}]};import{existsSync as jc}from"fs";import{fileURLToPath as $c}from"url";import{dirname as Pc,resolve as Cc}from"path";import{resolveIntegrationToken as Uc}from"@zibby/core/backend-client.js";function Bc(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=Pc($c(import.meta.url)),t=Cc(r,"..","bin","mcp-skill.mjs");return jc(t)?t:null}async function ne(r,t={}){let{token:e}=await Uc("hubspot");if(!e)throw new Error("HubSpot not connected \u2014 Connect HubSpot in Integrations.");let n=r.startsWith("https://")?r:`https://api.hubapi.com${r}`,s={Authorization:`Bearer ${e}`,Accept:"application/json",...t.body?{"Content-Type":"application/json"}:{}},i=await fetch(n,{method:t.method||"GET",headers:s,body:t.body?JSON.stringify(t.body):void 0});if(!i.ok){let a=await i.text().catch(()=>""),c=i.status===401||i.status===403?" \u2014 token invalid/expired or missing the required Private App scope for this object":"";throw new Error(`HubSpot API ${i.status}${c}: ${a.slice(0,300)}`)}let o=await i.text().catch(()=>"");if(!o)return{};try{return JSON.parse(o)}catch{return{raw:o}}}function ke(r){return typeof r!="string"?null:r.trim()||null}function Xn(r,t={}){let e=new URLSearchParams;if(r!=null){let s=Array.isArray(r)?r.join(","):String(r);s&&e.set("properties",s)}for(let[s,i]of Object.entries(t))i!=null&&i!==""&&e.set(s,String(i));let n=e.toString();return n?`?${n}`:""}var Me="The CRM object type \u2014 one of the common values `contacts`, `companies`, `deals`, `tickets`, `notes`, `tasks`, `feedback_submissions` (customer feedback: NPS/CSAT/CES), or any custom object name/id.",Qn={id:"hubspot",callsBackend:!0,serverName:"hubspot",allowedTools:["mcp__hubspot__*"],requiresIntegration:S.HUBSPOT,envKeys:["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV"],description:"HubSpot CRM \u2014 search/read/create/update contacts, companies, deals, tickets, notes and feedback submissions via the HubSpot REST API.",promptFragment:"## HubSpot CRM\nYou have access to the user's HubSpot CRM via the HubSpot REST API (OAuth \u2014 the user connects HubSpot in Integrations; the token is resolved and auto-refreshed for you). The connected app grants the CRM scopes for the objects you touch.\n\nHubSpot's object model is **uniform** \u2014 nearly every tool takes an `objectType` (`contacts`, `companies`, `deals`, `tickets`, `notes`, `tasks`, `feedback_submissions`, or a custom object). Records are `{ id, properties }`; you set/read named properties.\n\n**Before you create/update/search, call `hubspot_list_properties` to learn the valid property names for that object type** (they're not guessable). `feedback_submissions` is where NPS/CSAT/CES customer-feedback survey responses live.\n\n### Identity\n- hubspot_whoami: Confirm the token works \u2014 returns the portal (hub) id, account type, time zone, UI domain.\n\n### Schema\n- hubspot_list_properties: List the defined properties (name, label, type, fieldType) for an objectType. Do this first so you use real property names.\n\n### Read\n- hubspot_search: Search an objectType by full-text `query` OR structured `filters` (array of {propertyName, operator, value}). Returns { total, results:[{id, properties}] }.\n- hubspot_get_object: Fetch one record by id (optionally selecting specific properties).\n- hubspot_list_objects: Page through all records of an objectType (limit + after cursor).\n\n### Write\n- hubspot_create_object: Create a record from a `properties` object.\n- hubspot_update_object: Patch a record's `properties` by id.\n- hubspot_create_note: Convenience \u2014 log a note (hs_note_body) and optionally associate it to a contact/company/deal/ticket.\n- hubspot_associate: Associate two records (fromType/fromId \u2194 toType/toId) with the default association type.",resolve(){let r=Bc();if(!r)return{command:null,args:[],env:{},description:this.description};let t={};for(let e of this.envKeys)process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/hubspot.js","hubspotSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{let e=t||{};switch(r){case"hubspot_whoami":{let n=await ne("/account-info/v3/details");return JSON.stringify({portalId:n.portalId,accountType:n.accountType,timeZone:n.timeZone,uiDomain:n.uiDomain,companyCurrency:n.companyCurrency})}case"hubspot_list_properties":{let n=ke(e.objectType);if(!n)return JSON.stringify({error:"objectType is required (e.g. contacts, companies, deals, tickets, feedback_submissions)"});let i=((await ne(`/crm/v3/properties/${encodeURIComponent(n)}`)).results||[]).map(o=>({name:o.name,label:o.label,type:o.type,fieldType:o.fieldType}));return JSON.stringify({objectType:n,count:i.length,properties:i})}case"hubspot_search":{let n=ke(e.objectType);if(!n)return JSON.stringify({error:"objectType is required"});let i={limit:Number.isFinite(Number(e.limit))&&Number(e.limit)>0?Math.trunc(Number(e.limit)):20};e.query&&(i.query=String(e.query)),Array.isArray(e.filters)&&e.filters.length&&(i.filterGroups=[{filters:e.filters}]),e.properties!=null&&(i.properties=Array.isArray(e.properties)?e.properties:String(e.properties).split(",").map(a=>a.trim()).filter(Boolean));let o=await ne(`/crm/v3/objects/${encodeURIComponent(n)}/search`,{method:"POST",body:i});return JSON.stringify({total:o.total??(o.results?o.results.length:0),results:(o.results||[]).map(a=>({id:a.id,properties:a.properties}))})}case"hubspot_get_object":{let n=ke(e.objectType);if(!n)return JSON.stringify({error:"objectType is required"});if(!e.id)return JSON.stringify({error:"id is required"});let s=Xn(e.properties,{associations:e.associations}),i=await ne(`/crm/v3/objects/${encodeURIComponent(n)}/${encodeURIComponent(e.id)}${s}`);return JSON.stringify({id:i.id,properties:i.properties,...i.associations?{associations:i.associations}:{}})}case"hubspot_list_objects":{let n=ke(e.objectType);if(!n)return JSON.stringify({error:"objectType is required"});let s=Number.isFinite(Number(e.limit))&&Number(e.limit)>0?Math.trunc(Number(e.limit)):20,i=Xn(e.properties,{limit:s,after:e.after}),o=await ne(`/crm/v3/objects/${encodeURIComponent(n)}${i}`);return JSON.stringify({results:(o.results||[]).map(a=>({id:a.id,properties:a.properties})),paging:o.paging||null})}case"hubspot_create_object":{let n=ke(e.objectType);if(!n)return JSON.stringify({error:"objectType is required"});if(!e.properties||typeof e.properties!="object"||Array.isArray(e.properties))return JSON.stringify({error:"properties is required (an object of { propertyName: value } \u2014 call hubspot_list_properties first for valid names)"});let s=await ne(`/crm/v3/objects/${encodeURIComponent(n)}`,{method:"POST",body:{properties:e.properties}});return JSON.stringify({id:s.id,properties:s.properties})}case"hubspot_update_object":{let n=ke(e.objectType);if(!n)return JSON.stringify({error:"objectType is required"});if(!e.id)return JSON.stringify({error:"id is required"});if(!e.properties||typeof e.properties!="object"||Array.isArray(e.properties))return JSON.stringify({error:"properties is required (an object of { propertyName: value })"});let s=await ne(`/crm/v3/objects/${encodeURIComponent(n)}/${encodeURIComponent(e.id)}`,{method:"PATCH",body:{properties:e.properties}});return JSON.stringify({id:s.id,properties:s.properties})}case"hubspot_create_note":{if(!e.body||typeof e.body!="string")return JSON.stringify({error:"body is required (the note text)"});let n=typeof e.timestamp=="string"&&e.timestamp?e.timestamp:null;if(!n)try{n=new Date().toISOString()}catch{n=null}if(!n)return JSON.stringify({error:"timestamp is required (pass an ISO 8601 string, e.g. 2026-01-01T00:00:00.000Z)"});let s=await ne("/crm/v3/objects/notes",{method:"POST",body:{properties:{hs_note_body:e.body,hs_timestamp:n}}}),i=s.id,o=[["contacts",e.contactId],["companies",e.companyId],["deals",e.dealId],["tickets",e.ticketId]].filter(([,c])=>c!=null&&c!==""),a=[];for(let[c,l]of o)try{await ne(`/crm/v4/objects/notes/${encodeURIComponent(i)}/associations/default/${c}/${encodeURIComponent(l)}`,{method:"PUT"}),a.push({toType:c,toId:String(l)})}catch(d){a.push({toType:c,toId:String(l),error:d.message})}return JSON.stringify({id:i,properties:s.properties,associatedTo:a})}case"hubspot_associate":{let n=ke(e.fromType),s=ke(e.toType);return!n||!e.fromId||!s||!e.toId?JSON.stringify({error:"fromType, fromId, toType and toId are all required"}):(await ne(`/crm/v4/objects/${encodeURIComponent(n)}/${encodeURIComponent(e.fromId)}/associations/default/${encodeURIComponent(s)}/${encodeURIComponent(e.toId)}`,{method:"PUT"}),JSON.stringify({ok:!0}))}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"hubspot_whoami",description:"Confirm the HubSpot token works: returns the portal (hub) id, account type, time zone and UI domain.",input_schema:{type:"object",properties:{}}},{name:"hubspot_list_properties",description:"List the defined properties (name, label, type, fieldType) for a CRM object type. Call this FIRST so you use valid property names when creating/updating/searching.",input_schema:{type:"object",properties:{objectType:{type:"string",description:Me}},required:["objectType"]}},{name:"hubspot_search",description:"Search a CRM object type. Pass a full-text `query` OR structured `filters` (array of {propertyName, operator, value}, e.g. operator EQ/CONTAINS_TOKEN/GT/\u2026). Returns { total, results:[{id, properties}] }.",input_schema:{type:"object",properties:{objectType:{type:"string",description:Me},query:{type:"string",description:"Optional full-text search string."},filters:{type:"array",description:"Optional structured filters (ANDed). Each: { propertyName, operator, value }. Operators: EQ, NEQ, LT, LTE, GT, GTE, CONTAINS_TOKEN, HAS_PROPERTY, IN, \u2026",items:{type:"object",properties:{propertyName:{type:"string"},operator:{type:"string"},value:{type:"string"}}}},properties:{type:"array",items:{type:"string"},description:"Optional: property names to return on each result."},limit:{type:"number",description:"Max results (default 20)."}},required:["objectType"]}},{name:"hubspot_get_object",description:"Fetch one CRM record by id. Returns { id, properties }.",input_schema:{type:"object",properties:{objectType:{type:"string",description:Me},id:{type:"string",description:"The record id."},properties:{type:"array",items:{type:"string"},description:"Optional: specific property names to return."},associations:{type:"string",description:'Optional: comma-separated object types to also return associations for (e.g. "companies,deals").'}},required:["objectType","id"]}},{name:"hubspot_list_objects",description:"Page through records of a CRM object type. Returns { results, paging } \u2014 pass paging.next.after back as `after` for the next page.",input_schema:{type:"object",properties:{objectType:{type:"string",description:Me},properties:{type:"array",items:{type:"string"},description:"Optional: property names to return on each record."},limit:{type:"number",description:"Page size (default 20)."},after:{type:"string",description:"Optional paging cursor from a previous response (paging.next.after)."}},required:["objectType"]}},{name:"hubspot_create_object",description:"Create a CRM record. Pass `properties` as an object of { propertyName: value } (call hubspot_list_properties first for valid names). Returns { id, properties }.",input_schema:{type:"object",properties:{objectType:{type:"string",description:Me},properties:{type:"object",description:"Object of { propertyName: value } to set on the new record."}},required:["objectType","properties"]}},{name:"hubspot_update_object",description:"Update (PATCH) a CRM record by id. Pass `properties` as an object of { propertyName: value }. Returns { id, properties }.",input_schema:{type:"object",properties:{objectType:{type:"string",description:Me},id:{type:"string",description:"The record id to update."},properties:{type:"object",description:"Object of { propertyName: value } to change."}},required:["objectType","id","properties"]}},{name:"hubspot_create_note",description:"Log a note (hs_note_body) and optionally associate it to a contact/company/deal/ticket. Returns { id, associatedTo }.",input_schema:{type:"object",properties:{body:{type:"string",description:"The note text (stored as hs_note_body)."},contactId:{type:"string",description:"Optional: associate the note to this contact id."},companyId:{type:"string",description:"Optional: associate the note to this company id."},dealId:{type:"string",description:"Optional: associate the note to this deal id."},ticketId:{type:"string",description:"Optional: associate the note to this ticket id."},timestamp:{type:"string",description:"Optional ISO 8601 timestamp for the note (defaults to now)."}},required:["body"]}},{name:"hubspot_associate",description:"Associate two CRM records with the default association type (e.g. a contact to a company). Returns { ok:true }.",input_schema:{type:"object",properties:{fromType:{type:"string",description:"Source object type (e.g. contacts)."},fromId:{type:"string",description:"Source record id."},toType:{type:"string",description:"Target object type (e.g. companies)."},toId:{type:"string",description:"Target record id."}},required:["fromType","fromId","toType","toId"]}}]};import{existsSync as Dc}from"fs";import{fileURLToPath as Jc}from"url";import{dirname as Mc,resolve as qc}from"path";function Fc(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=Mc(Jc(import.meta.url)),t=qc(r,"..","bin","mcp-skill.mjs");return Dc(t)?t:null}var Kc=process.env.LINEAR_API_URL||"https://api.linear.app/graphql";function Gc(){if(process.env.LINEAR_OAUTH_TOKEN)return`Bearer ${process.env.LINEAR_OAUTH_TOKEN}`;let r=process.env.LINEAR_API_KEY;if(!r)throw new Error("Linear is not connected: set LINEAR_API_KEY (personal API key) or LINEAR_OAUTH_TOKEN.");return r}async function V(r,t={}){let e=await fetch(Kc,{method:"POST",headers:{Authorization:Gc(),"Content-Type":"application/json"},body:JSON.stringify({query:r,variables:t})});if(!e.ok){let s=await e.text().catch(()=>"");throw new Error(`Linear API ${e.status}: ${s.slice(0,300)}`)}let n=await e.json().catch(()=>null);if(!n)throw new Error("Linear API returned a non-JSON body");if(Array.isArray(n.errors)&&n.errors.length){let s=n.errors.map(i=>i?.message||String(i)).join("; ");throw new Error(`Linear GraphQL error: ${s.slice(0,300)}`)}return n.data}function it(r){return String(r||"").toLowerCase().replace(/\s+/g,"").replace(/[()\-_::"'`]/g,"")}function Hc(r,t){let e=it(r),n=it(t);if(!e||!n)return 0;if(e===n)return 1;if(e.length===1||n.length===1)return e===n?1:0;let s=d=>{let p=new Map;for(let u=0;u<d.length-1;u++){let m=d.slice(u,u+2);p.set(m,(p.get(m)||0)+1)}return p},i=s(e),o=s(n),a=0,c=0,l=0;for(let d of i.values())c+=d;for(let d of o.values())l+=d;for(let[d,p]of i.entries())a+=Math.min(p,o.get(d)||0);return 2*a/Math.max(1,c+l)}function Yc(r,t){let e=Array.isArray(r)?r:[];if(!e.length)return{state:null,strategy:"no-states"};let n=it(t);if(!n)return{state:null,strategy:"no-target"};let s=e.find(a=>it(a.name)===n);if(s)return{state:s,strategy:"exact"};let i={backlog:["backlog"],unstarted:["todo","unstarted","open"],started:["inprogress","started","doing","wip"],completed:["done","completed","closed","resolved","fixed"],canceled:["canceled","cancelled","wontfix","won'tfix"],triage:["triage"]};for(let[a,c]of Object.entries(i)){if(!c.some(d=>it(d)===n))continue;let l=e.find(d=>d.type===a);if(l)return{state:l,strategy:"type-alias"}}let o=e.map(a=>({s:a,score:Hc(t,a.name)})).sort((a,c)=>c.score-a.score);return o[0]&&o[0].score>=.5?{state:o[0].s,strategy:"fuzzy"}:{state:null,strategy:"no-match"}}var zc=`
|
|
193
193
|
id
|
|
194
194
|
identifier
|
|
195
195
|
number
|
|
@@ -203,7 +203,7 @@ You have access to the user's Figma files via the Figma REST API. Every tool tha
|
|
|
203
203
|
assignee { id name displayName email }
|
|
204
204
|
labels { nodes { id name color } }
|
|
205
205
|
team { id key name }
|
|
206
|
-
`,
|
|
206
|
+
`,ts={id:"linear",serverName:"linear",allowedTools:["mcp__linear__*"],requiresIntegration:S.LINEAR,envKeys:["LINEAR_API_KEY","LINEAR_OAUTH_TOKEN"],description:"Linear \u2014 issues, comments, workflow states (GraphQL API key)",promptFragment:`## Linear
|
|
207
207
|
You have direct access to the user's Linear workspace (GraphQL API). Tools:
|
|
208
208
|
|
|
209
209
|
### Discovery
|
|
@@ -221,13 +221,13 @@ You have direct access to the user's Linear workspace (GraphQL API). Tools:
|
|
|
221
221
|
|
|
222
222
|
### Notes
|
|
223
223
|
- Always resolve a team first when you need states or want to create/move issues by state name \u2014 states only make sense within their team.
|
|
224
|
-
- Issue identifier (ENG-123) and internal id (uuid) are both accepted by get/update tools.`,resolve(){let r={};for(let e of this.envKeys)process.env[e]&&(r[e]=process.env[e]);process.env.LINEAR_API_URL&&(r.LINEAR_API_URL=process.env.LINEAR_API_URL);let t=
|
|
224
|
+
- Issue identifier (ENG-123) and internal id (uuid) are both accepted by get/update tools.`,resolve(){let r={};for(let e of this.envKeys)process.env[e]&&(r[e]=process.env[e]);process.env.LINEAR_API_URL&&(r.LINEAR_API_URL=process.env.LINEAR_API_URL);let t=Fc();return t?{type:"stdio",command:"node",args:[t,"../dist/linear.js","linearSkill"],env:r,description:this.description,alwaysLoad:!0}:{command:null,args:[],env:r,description:this.description}},async handleToolCall(r,t){try{switch(r){case"linear_list_teams":{let n=(await V(`
|
|
225
225
|
query Teams($first: Int) {
|
|
226
226
|
teams(first: $first) {
|
|
227
227
|
nodes { id key name description }
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
|
-
`,{first:t?.limit||50}))?.teams?.nodes||[];return JSON.stringify({count:n.length,teams:n})}case"linear_list_states":{let{teamId:e,teamKey:n}=t||{},s=e;if(!s&&n&&(s=await
|
|
230
|
+
`,{first:t?.limit||50}))?.teams?.nodes||[];return JSON.stringify({count:n.length,teams:n})}case"linear_list_states":{let{teamId:e,teamKey:n}=t||{},s=e;if(!s&&n&&(s=await es(n)),s){let c=(await V(`
|
|
231
231
|
query States($teamId: String!) {
|
|
232
232
|
team(id: $teamId) {
|
|
233
233
|
id key name
|
|
@@ -246,7 +246,7 @@ You have direct access to the user's Linear workspace (GraphQL API). Tools:
|
|
|
246
246
|
nodes { id name color team { id key } }
|
|
247
247
|
}
|
|
248
248
|
}
|
|
249
|
-
`,{first:t?.limit||100,filter:e?{team:{id:{eq:e}}}:void 0}))?.issueLabels?.nodes||[];return JSON.stringify({count:s.length,labels:s})}case"linear_list_issues":{let{teamId:e,teamKey:n,stateId:s,stateName:i,label:o,assigneeId:a,updatedAfter:c,limit:l}=t||{},d={},p=e;!p&&n&&(p=await
|
|
249
|
+
`,{first:t?.limit||100,filter:e?{team:{id:{eq:e}}}:void 0}))?.issueLabels?.nodes||[];return JSON.stringify({count:s.length,labels:s})}case"linear_list_issues":{let{teamId:e,teamKey:n,stateId:s,stateName:i,label:o,assigneeId:a,updatedAfter:c,limit:l}=t||{},d={},p=e;!p&&n&&(p=await es(n)),p&&(d.team={id:{eq:p}}),s?d.state={id:{eq:s}}:i&&(d.state={name:{eqIgnoreCase:i}}),o&&(d.labels={name:{eqIgnoreCase:o}}),a&&(d.assignee={id:{eq:a}}),c&&(d.updatedAt={gt:c});let m=((await V(`
|
|
250
250
|
query Issues($first: Int, $filter: IssueFilter, $orderBy: PaginationOrderBy) {
|
|
251
251
|
issues(first: $first, filter: $filter, orderBy: $orderBy) {
|
|
252
252
|
nodes {
|
|
@@ -274,7 +274,7 @@ You have direct access to the user's Linear workspace (GraphQL API). Tools:
|
|
|
274
274
|
id identifier
|
|
275
275
|
state { id name type }
|
|
276
276
|
team { id key states { nodes { id name type position } } }
|
|
277
|
-
`);if(!a)return JSON.stringify({error:`Issue not found: ${e}`});let c=n,l=n?{strategy:"explicit-id"}:null;if(!c){let u=String(s||i||o||"").trim(),m=(a.team?.states?.nodes||[]).slice().sort((f,b)=>(f.position||0)-(b.position||0));if(!u)return JSON.stringify({ok:!1,error:"stateId or stateName/toStatus is required",issue:a.identifier,availableStates:m.map(f=>({id:f.id,name:f.name,type:f.type}))});let h=
|
|
277
|
+
`);if(!a)return JSON.stringify({error:`Issue not found: ${e}`});let c=n,l=n?{strategy:"explicit-id"}:null;if(!c){let u=String(s||i||o||"").trim(),m=(a.team?.states?.nodes||[]).slice().sort((f,b)=>(f.position||0)-(b.position||0));if(!u)return JSON.stringify({ok:!1,error:"stateId or stateName/toStatus is required",issue:a.identifier,availableStates:m.map(f=>({id:f.id,name:f.name,type:f.type}))});let h=Yc(m,u);if(!h.state)return JSON.stringify({ok:!1,error:`No workflow state matches "${u}" in team ${a.team?.key}`,issue:a.identifier,availableStates:m.map(f=>({id:f.id,name:f.name,type:f.type}))});c=h.state.id,l={strategy:h.strategy,matchedName:h.state.name}}let p=(await V(`
|
|
278
278
|
mutation MoveIssue($id: String!, $input: IssueUpdateInput!) {
|
|
279
279
|
issueUpdate(id: $id, input: $input) {
|
|
280
280
|
success
|
|
@@ -288,11 +288,11 @@ You have direct access to the user's Linear workspace (GraphQL API). Tools:
|
|
|
288
288
|
attachment { id url title }
|
|
289
289
|
}
|
|
290
290
|
}
|
|
291
|
-
`,{input:{issueId:o.id,url:n,title:s||n,subtitle:i||void 0}}))?.attachmentCreate;return JSON.stringify({ok:!!c?.success,attachmentId:c?.attachment?.id,url:c?.attachment?.url})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"linear_list_teams",description:"List Linear teams (id, key, name). Needed to scope workflow states and issue queries.",input_schema:{type:"object",properties:{limit:{type:"number",description:"Max teams (default: 50)"}}}},{name:"linear_list_states",description:"List a team's workflow states (id, name, type: backlog|unstarted|started|completed|canceled|triage). Linear states are PER-TEAM. Omit team to list all states across the workspace.",input_schema:{type:"object",properties:{teamId:{type:"string",description:"Team uuid"},teamKey:{type:"string",description:"Team key (e.g. ENG); resolved to an id if teamId omitted"},limit:{type:"number",description:"Max states when listing workspace-wide (default: 200)"}}}},{name:"linear_list_labels",description:"List issue labels, optionally scoped to a team.",input_schema:{type:"object",properties:{teamId:{type:"string",description:"Optional team uuid to scope labels"},limit:{type:"number",description:"Max labels (default: 100)"}}}},{name:"linear_list_issues",description:"List/poll Linear issues filtered by team, state, label, assignee, and an updatedAfter cursor. Returns newest-updated first.",input_schema:{type:"object",properties:{teamId:{type:"string",description:"Team uuid"},teamKey:{type:"string",description:"Team key (e.g. ENG); resolved if teamId omitted"},stateId:{type:"string",description:"Filter by workflow state uuid"},stateName:{type:"string",description:"Filter by state name (case-insensitive)"},label:{type:"string",description:"Filter by label name (case-insensitive)"},assigneeId:{type:"string",description:"Filter by assignee uuid"},updatedAfter:{type:"string",description:"ISO-8601 timestamp; only issues updated after this (polling cursor)"},limit:{type:"number",description:"Max issues (default: 30)"}}}},{name:"linear_get_issue",description:"Get a single Linear issue by identifier (e.g. ENG-123) or internal uuid \u2014 title, description, state, labels, assignee, url.",input_schema:{type:"object",properties:{identifier:{type:"string",description:"Issue identifier, e.g. ENG-123"},issueId:{type:"string",description:"Internal issue uuid (alternative to identifier)"}}}},{name:"linear_get_comments",description:"Get comments on a Linear issue (newest first).",input_schema:{type:"object",properties:{identifier:{type:"string",description:"Issue identifier, e.g. ENG-123"},issueId:{type:"string",description:"Internal issue uuid (alternative to identifier)"},limit:{type:"number",description:"Max comments (default: 50)"}}}},{name:"linear_add_comment",description:"Add a comment to a Linear issue (markdown supported).",input_schema:{type:"object",properties:{identifier:{type:"string",description:"Issue identifier, e.g. ENG-123"},issueId:{type:"string",description:"Internal issue uuid (alternative to identifier)"},body:{type:"string",description:"Comment body (markdown)"}},required:["body"]}},{name:"linear_update_state",description:"Move a Linear issue to a different workflow state. Pass a state NAME (toStatus/stateName) and the tool resolves it to the issue's team's matching state id (exact -> type-alias -> fuzzy), or pass stateId directly. Linear has no transitions \u2014 this sets the state.",input_schema:{type:"object",properties:{identifier:{type:"string",description:"Issue identifier, e.g. ENG-123"},issueId:{type:"string",description:"Internal issue uuid (alternative to identifier)"},stateId:{type:"string",description:"Target workflow state uuid (skips name resolution)"},stateName:{type:"string",description:'Target state name (e.g. "In Progress", "Done")'},toStatus:{type:"string",description:"Alias for stateName"}}}},{name:"linear_link_attachment",description:"Attach a URL (e.g. a GitHub PR) to a Linear issue via native attachments. Use this for PR links; fall back to linear_add_comment if it fails.",input_schema:{type:"object",properties:{identifier:{type:"string",description:"Issue identifier, e.g. ENG-123"},issueId:{type:"string",description:"Internal issue uuid (alternative to identifier)"},url:{type:"string",description:"The URL to attach (e.g. a PR link)"},title:{type:"string",description:"Attachment title (defaults to the URL)"},subtitle:{type:"string",description:"Optional attachment subtitle"}},required:["url"]}}]};async function
|
|
291
|
+
`,{input:{issueId:o.id,url:n,title:s||n,subtitle:i||void 0}}))?.attachmentCreate;return JSON.stringify({ok:!!c?.success,attachmentId:c?.attachment?.id,url:c?.attachment?.url})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"linear_list_teams",description:"List Linear teams (id, key, name). Needed to scope workflow states and issue queries.",input_schema:{type:"object",properties:{limit:{type:"number",description:"Max teams (default: 50)"}}}},{name:"linear_list_states",description:"List a team's workflow states (id, name, type: backlog|unstarted|started|completed|canceled|triage). Linear states are PER-TEAM. Omit team to list all states across the workspace.",input_schema:{type:"object",properties:{teamId:{type:"string",description:"Team uuid"},teamKey:{type:"string",description:"Team key (e.g. ENG); resolved to an id if teamId omitted"},limit:{type:"number",description:"Max states when listing workspace-wide (default: 200)"}}}},{name:"linear_list_labels",description:"List issue labels, optionally scoped to a team.",input_schema:{type:"object",properties:{teamId:{type:"string",description:"Optional team uuid to scope labels"},limit:{type:"number",description:"Max labels (default: 100)"}}}},{name:"linear_list_issues",description:"List/poll Linear issues filtered by team, state, label, assignee, and an updatedAfter cursor. Returns newest-updated first.",input_schema:{type:"object",properties:{teamId:{type:"string",description:"Team uuid"},teamKey:{type:"string",description:"Team key (e.g. ENG); resolved if teamId omitted"},stateId:{type:"string",description:"Filter by workflow state uuid"},stateName:{type:"string",description:"Filter by state name (case-insensitive)"},label:{type:"string",description:"Filter by label name (case-insensitive)"},assigneeId:{type:"string",description:"Filter by assignee uuid"},updatedAfter:{type:"string",description:"ISO-8601 timestamp; only issues updated after this (polling cursor)"},limit:{type:"number",description:"Max issues (default: 30)"}}}},{name:"linear_get_issue",description:"Get a single Linear issue by identifier (e.g. ENG-123) or internal uuid \u2014 title, description, state, labels, assignee, url.",input_schema:{type:"object",properties:{identifier:{type:"string",description:"Issue identifier, e.g. ENG-123"},issueId:{type:"string",description:"Internal issue uuid (alternative to identifier)"}}}},{name:"linear_get_comments",description:"Get comments on a Linear issue (newest first).",input_schema:{type:"object",properties:{identifier:{type:"string",description:"Issue identifier, e.g. ENG-123"},issueId:{type:"string",description:"Internal issue uuid (alternative to identifier)"},limit:{type:"number",description:"Max comments (default: 50)"}}}},{name:"linear_add_comment",description:"Add a comment to a Linear issue (markdown supported).",input_schema:{type:"object",properties:{identifier:{type:"string",description:"Issue identifier, e.g. ENG-123"},issueId:{type:"string",description:"Internal issue uuid (alternative to identifier)"},body:{type:"string",description:"Comment body (markdown)"}},required:["body"]}},{name:"linear_update_state",description:"Move a Linear issue to a different workflow state. Pass a state NAME (toStatus/stateName) and the tool resolves it to the issue's team's matching state id (exact -> type-alias -> fuzzy), or pass stateId directly. Linear has no transitions \u2014 this sets the state.",input_schema:{type:"object",properties:{identifier:{type:"string",description:"Issue identifier, e.g. ENG-123"},issueId:{type:"string",description:"Internal issue uuid (alternative to identifier)"},stateId:{type:"string",description:"Target workflow state uuid (skips name resolution)"},stateName:{type:"string",description:'Target state name (e.g. "In Progress", "Done")'},toStatus:{type:"string",description:"Alias for stateName"}}}},{name:"linear_link_attachment",description:"Attach a URL (e.g. a GitHub PR) to a Linear issue via native attachments. Use this for PR links; fall back to linear_add_comment if it fails.",input_schema:{type:"object",properties:{identifier:{type:"string",description:"Issue identifier, e.g. ENG-123"},issueId:{type:"string",description:"Internal issue uuid (alternative to identifier)"},url:{type:"string",description:"The URL to attach (e.g. a PR link)"},title:{type:"string",description:"Attachment title (defaults to the URL)"},subtitle:{type:"string",description:"Optional attachment subtitle"}},required:["url"]}}]};async function es(r){return(await V(`
|
|
292
292
|
query TeamByKey($filter: TeamFilter) {
|
|
293
293
|
teams(first: 1, filter: $filter) { nodes { id key } }
|
|
294
294
|
}
|
|
295
|
-
`,{filter:{key:{eq:r}}}))?.teams?.nodes?.[0]?.id||null}async function st(r,t=
|
|
295
|
+
`,{filter:{key:{eq:r}}}))?.teams?.nodes?.[0]?.id||null}async function st(r,t=zc){let e=String(r).trim(),n=/^([A-Za-z][A-Za-z0-9]*)-(\d+)$/.exec(e);if(n){let i=n[1].toUpperCase(),o=Number(n[2]);return(await V(`
|
|
296
296
|
query IssueByIdentifier($filter: IssueFilter) {
|
|
297
297
|
issues(first: 1, filter: $filter) {
|
|
298
298
|
nodes { ${t} }
|
|
@@ -302,12 +302,12 @@ You have direct access to the user's Linear workspace (GraphQL API). Tools:
|
|
|
302
302
|
query IssueById($id: String!) {
|
|
303
303
|
issue(id: $id) { ${t} }
|
|
304
304
|
}
|
|
305
|
-
`,{id:e}))?.issue||null}import{existsSync as
|
|
305
|
+
`,{id:e}))?.issue||null}import{existsSync as Wc}from"fs";import{fileURLToPath as Zc}from"url";import{dirname as Vc,resolve as Xc}from"path";import{resolveIntegrationToken as Qc}from"@zibby/core/backend-client.js";function el(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=Vc(Zc(import.meta.url)),t=Xc(r,"..","bin","mcp-skill.mjs");return Wc(t)?t:null}function rs(r){return String(r||"").trim().replace(/\/+$/,"").replace(/\/api\/v1$/,"")}var qe=null;async function ot(){if(qe)return qe;let r=rs(process.env.VIKUNJA_URL),t=(process.env.VIKUNJA_TOKEN||"").trim();try{let e=await Qc("vikunja"),n=String(e?.token||"").trim(),s=rs(e?.instanceUrl);if(n&&s)return qe={origin:s,token:n},qe;if(n&&!s)throw new Error("The connected Vikunja integration has no instance URL \u2014 reconnect it in Integrations \u2192 Vikunja.")}catch(e){if(!(r&&t))throw e}if(!(r&&t))throw new Error("No Vikunja credentials. Connect the board under Integrations \u2192 Vikunja (instance URL + an API token minted in the board's Settings \u2192 API Tokens).");return qe={origin:r,token:t},qe}async function $(r,t,e={}){let{origin:n,token:s}=await ot(),i=`${n}/api/v1${t}`;if(e.query&&Object.keys(e.query).length){let c=new URLSearchParams;for(let[d,p]of Object.entries(e.query))p!=null&&p!==""&&c.set(d,String(p));let l=c.toString();l&&(i+=`?${l}`)}let o=await fetch(i,{method:r,headers:{Authorization:`Bearer ${s}`,...e.body?{"Content-Type":"application/json"}:{}},...e.body?{body:JSON.stringify(e.body)}:{}}),a=await o.text();if(!o.ok)throw new Error(`Vikunja ${r} ${t} \u2192 ${o.status}: ${a.slice(0,300)}`);if(!a)return null;try{return JSON.parse(a)}catch{return a}}function is(r){return typeof r!="string"||!r?"":r.replace(/<br\s*\/?>/gi,`
|
|
306
306
|
`).replace(/<\/p>/gi,`
|
|
307
307
|
|
|
308
308
|
`).replace(/<[^>]+>/g,"").replace(/ /g," ").replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,'"').replace(/'/g,"'").replace(/\n{3,}/g,`
|
|
309
309
|
|
|
310
|
-
`).trim()}function
|
|
310
|
+
`).trim()}function ns(r){if(r==null||r==="")return null;if(typeof r=="number"&&Number.isFinite(r))return Math.max(0,Math.min(5,Math.round(r)));let t=String(r).trim().toLowerCase(),e={unset:0,none:0,low:1,medium:2,normal:2,high:3,urgent:4,now:5,critical:5,blocker:5,do_now:5,"do now":5};return Object.prototype.hasOwnProperty.call(e,t)?e[t]:null}function qt(r,t){return r?{id:String(r.id),identifier:r.identifier||null,projectId:r.project_id??null,title:r.title||"",description:is(r.description),done:!!r.done,priority:r.priority??0,labels:(Array.isArray(r.labels)?r.labels:[]).map(e=>e?.title).filter(Boolean),assignees:(Array.isArray(r.assignees)?r.assignees:[]).map(e=>e?.username).filter(Boolean),dueDate:r.due_date&&!String(r.due_date).startsWith("0001-")?r.due_date:null,url:t?`${t}/tasks/${r.id}`:void 0}:null}async function Ft(r,{create:t=!1}={}){let e=String(r||"").trim();if(!e)return null;let n=await $("GET","/labels",{query:{s:e}}),s=(Array.isArray(n)?n:[]).find(o=>(o?.title||"").trim().toLowerCase()===e.toLowerCase());return s?.id?s.id:t?(await $("PUT","/labels",{body:{title:e}}))?.id??null:null}async function ss(r){let t=encodeURIComponent(String(r)),e=await $("GET",`/projects/${t}/views`),n=(Array.isArray(e)?e:[]).find(i=>i?.view_kind==="kanban");if(!n?.id)throw new Error(`Project ${r} has no kanban view \u2014 there are no columns to move between.`);let s=await $("GET",`/projects/${t}/views/${n.id}/buckets`);return{viewId:n.id,buckets:Array.isArray(s)?s:[]}}var os={id:"vikunja",serverName:"vikunja",allowedTools:["mcp__vikunja__*"],requiresIntegration:S.VIKUNJA,callsBackend:!0,envKeys:["VIKUNJA_URL","VIKUNJA_TOKEN"],description:"Vikunja \u2014 kanban board: tasks, columns, labels, comments (API token)",promptFragment:`## Vikunja
|
|
311
311
|
You can operate the user's Vikunja board directly. Tools:
|
|
312
312
|
|
|
313
313
|
### Discovery
|
|
@@ -328,13 +328,13 @@ You can operate the user's Vikunja board directly. Tools:
|
|
|
328
328
|
### Notes
|
|
329
329
|
- Address tasks by their NUMERIC id. The '#1' identifier shown in the UI is per-project and not unique.
|
|
330
330
|
- Descriptions may come back as plain text converted from HTML \u2014 that is expected.
|
|
331
|
-
- Priority accepts a number 0-5 or a word: low, medium, high, urgent, now.`,resolve(){let r={};for(let e of this.envKeys)process.env[e]&&(r[e]=process.env[e]);let t=
|
|
331
|
+
- Priority accepts a number 0-5 or a word: low, medium, high, urgent, now.`,resolve(){let r={};for(let e of this.envKeys)process.env[e]&&(r[e]=process.env[e]);let t=el();return t?{type:"stdio",command:"node",args:[t,"../dist/vikunja.js","vikunjaSkill"],env:r,description:this.description,alwaysLoad:!0}:{command:null,args:[],env:r,description:this.description}},async handleToolCall(r,t){try{let e=t||{};switch(r){case"vikunja_list_projects":{let n=await $("GET","/projects"),s=(Array.isArray(n)?n:[]).map(i=>({id:String(i.id),title:i.title||"",description:is(i.description)}));return JSON.stringify({count:s.length,projects:s})}case"vikunja_list_buckets":{let{viewId:n,buckets:s}=await ss(e.projectId);return JSON.stringify({viewId:n,count:s.length,buckets:s.map(i=>({id:i.id,title:i.title,taskCount:i.count??null}))})}case"vikunja_list_labels":{let n=await $("GET","/labels",{query:{s:e.search}}),s=(Array.isArray(n)?n:[]).map(i=>({id:i.id,title:i.title}));return JSON.stringify({count:s.length,labels:s})}case"vikunja_list_tasks":{let{origin:n}=await ot(),s=[];if(e.label){let a=await Ft(e.label);if(!a)return JSON.stringify({count:0,tasks:[],note:`No label named "${e.label}" exists.`});s.push(`labels in ${a}`)}(e.done===!0||e.done===!1)&&s.push(`done = ${e.done}`);let i=await $("GET",`/projects/${encodeURIComponent(String(e.projectId))}/tasks`,{query:{...s.length?{filter:s.join(" && ")}:{},sort_by:"updated",order_by:"desc",per_page:Math.min(Number(e.limit)||25,50)}}),o=(Array.isArray(i)?i:[]).map(a=>qt(a,n));return JSON.stringify({count:o.length,tasks:o})}case"vikunja_get_task":{let{origin:n}=await ot(),s=await $("GET",`/tasks/${encodeURIComponent(String(e.taskId))}`);return JSON.stringify({task:qt(s,n)})}case"vikunja_create_task":{let{origin:n}=await ot(),s=ns(e.priority),i=await $("PUT",`/projects/${encodeURIComponent(String(e.projectId))}/tasks`,{body:{title:e.title,...e.description?{description:e.description}:{},...s!==null?{priority:s}:{},...e.dueDate?{due_date:e.dueDate}:{}}});if(!i?.id)throw new Error("Vikunja created no task (no id in the response)");let o=[];for(let c of Array.isArray(e.labels)?e.labels:[])try{let l=await Ft(c,{create:!0});l&&await $("PUT",`/tasks/${i.id}/labels`,{body:{label_id:l}})}catch(l){o.push(`${c}: ${l?.message||l}`)}let a=await $("GET",`/tasks/${i.id}`);return JSON.stringify({created:qt(a||i,n),...o.length?{labelErrors:o}:{}})}case"vikunja_update_task":{let{origin:n}=await ot(),s=encodeURIComponent(String(e.taskId)),i=await $("GET",`/tasks/${s}`);if(!i?.id)throw new Error(`No task ${e.taskId}`);let o=ns(e.priority),a=await $("POST",`/tasks/${s}`,{body:{...i,...e.title!==void 0?{title:e.title}:{},...e.description!==void 0?{description:e.description}:{},...o!==null?{priority:o}:{},...e.done!==void 0?{done:!!e.done}:{},...e.dueDate!==void 0?{due_date:e.dueDate}:{}}});return JSON.stringify({updated:qt(a,n)})}case"vikunja_move_task":{let n=await $("GET",`/tasks/${encodeURIComponent(String(e.taskId))}`);if(!n?.id)throw new Error(`No task ${e.taskId}`);let s=e.projectId??n.project_id,i=String(e.column||"").trim().toLowerCase();if(!i)throw new Error("No target column given.");let{viewId:o,buckets:a}=await ss(s),c=a.find(l=>(l?.title||"").trim().toLowerCase()===i);return c?.id?(await $("POST",`/projects/${encodeURIComponent(String(s))}/views/${o}/buckets/${c.id}/tasks`,{body:{task_id:Number(n.id)}}),JSON.stringify({moved:!0,taskId:String(n.id),column:c.title})):JSON.stringify({moved:!1,error:`No column named "${e.column}".`,availableColumns:a.map(l=>l.title)})}case"vikunja_add_label":{let n=await Ft(e.label,{create:e.create!==!1});return n?(await $("PUT",`/tasks/${encodeURIComponent(String(e.taskId))}/labels`,{body:{label_id:n}}),JSON.stringify({ok:!0,taskId:String(e.taskId),label:e.label})):JSON.stringify({ok:!1,error:`No label named "${e.label}" and creating it was declined.`})}case"vikunja_remove_label":{let n=await Ft(e.label);return n?(await $("DELETE",`/tasks/${encodeURIComponent(String(e.taskId))}/labels/${n}`),JSON.stringify({ok:!0,taskId:String(e.taskId),label:e.label})):JSON.stringify({ok:!1,error:`No label named "${e.label}".`})}case"vikunja_add_comment":{let n=await $("PUT",`/tasks/${encodeURIComponent(String(e.taskId))}/comments`,{body:{comment:e.comment}});return JSON.stringify({ok:!0,commentId:n?.id??null})}case"vikunja_assign":{let n=await $("GET","/users",{query:{s:e.username}}),s=(Array.isArray(n)?n:[]).find(i=>(i?.username||"").toLowerCase()===String(e.username||"").toLowerCase());return s?.id?(await $("PUT",`/tasks/${encodeURIComponent(String(e.taskId))}/assignees`,{body:{user_id:s.id}}),JSON.stringify({ok:!0,taskId:String(e.taskId),assignee:s.username})):JSON.stringify({ok:!1,error:`No user "${e.username}".`})}default:return JSON.stringify({error:`Unknown vikunja tool: ${r}`})}}catch(e){return JSON.stringify({error:e?.message||String(e)})}},tools:[{name:"vikunja_list_projects",description:"List Vikunja projects/boards (id, title). Everything else is project-scoped \u2014 start here when you do not already have a project id.",input_schema:{type:"object",properties:{}}},{name:"vikunja_list_buckets",description:"List a project's kanban COLUMNS (bucket id + title). Call this before moving a card so you use a column that exists.",input_schema:{type:"object",properties:{projectId:{type:"string",description:"Project id"}},required:["projectId"]}},{name:"vikunja_list_labels",description:"List labels (id, title). Optionally narrow with a search string.",input_schema:{type:"object",properties:{search:{type:"string",description:"Optional server-side search on the label title"}}}},{name:"vikunja_list_tasks",description:"List a project's tasks, newest-updated first. Optionally filter by label title and/or done-state.",input_schema:{type:"object",properties:{projectId:{type:"string",description:"Project id"},label:{type:"string",description:"Only tasks carrying this label title"},done:{type:"boolean",description:"Filter on completion state"},limit:{type:"number",description:"Max tasks (default 25, max 50)"}},required:["projectId"]}},{name:"vikunja_get_task",description:'Get one task by its NUMERIC id (the "#1" identifier shown in the UI is per-project and not unique).',input_schema:{type:"object",properties:{taskId:{type:"string",description:"Numeric task id"}},required:["taskId"]}},{name:"vikunja_create_task",description:"Create a task in a project. Labels are attached after creation and fail soft \u2014 the task survives a label error.",input_schema:{type:"object",properties:{projectId:{type:"string",description:"Project id"},title:{type:"string",description:"Task title"},description:{type:"string",description:"Task body"},priority:{type:"string",description:"A number 0-5 or a word: low, medium, high, urgent, now"},labels:{type:"array",items:{type:"string"},description:"Label titles; created if missing"},dueDate:{type:"string",description:"RFC3339 timestamp"}},required:["projectId","title"]}},{name:"vikunja_update_task",description:"Change a task's title, description, priority, due date, or done state. To move it to another COLUMN use vikunja_move_task \u2014 a column is not a field on the task.",input_schema:{type:"object",properties:{taskId:{type:"string",description:"Numeric task id"},title:{type:"string"},description:{type:"string"},priority:{type:"string",description:"A number 0-5 or a word: low, medium, high, urgent, now"},done:{type:"boolean"},dueDate:{type:"string",description:"RFC3339 timestamp"}},required:["taskId"]}},{name:"vikunja_move_task",description:`Move a card to a kanban COLUMN by name (e.g. "Doing"). Vikunja has no task.status: a column is a bucket on the project's kanban view, so this resolves the view and puts the task in the matching bucket. Returns the available column names when the name does not match.`,input_schema:{type:"object",properties:{taskId:{type:"string",description:"Numeric task id"},column:{type:"string",description:"Target column (bucket) title"},projectId:{type:"string",description:"Optional; defaults to the task's own project"}},required:["taskId","column"]}},{name:"vikunja_add_label",description:"Attach a label to a task by title. Creates the label when it does not exist (pass create=false to refuse instead).",input_schema:{type:"object",properties:{taskId:{type:"string",description:"Numeric task id"},label:{type:"string",description:"Label title"},create:{type:"boolean",description:"Create the label if missing (default true)"}},required:["taskId","label"]}},{name:"vikunja_remove_label",description:"Detach a label from a task by title.",input_schema:{type:"object",properties:{taskId:{type:"string",description:"Numeric task id"},label:{type:"string",description:"Label title"}},required:["taskId","label"]}},{name:"vikunja_add_comment",description:"Add a comment to a task.",input_schema:{type:"object",properties:{taskId:{type:"string",description:"Numeric task id"},comment:{type:"string",description:"Comment body"}},required:["taskId","comment"]}},{name:"vikunja_assign",description:"Assign a user to a task by username.",input_schema:{type:"object",properties:{taskId:{type:"string",description:"Numeric task id"},username:{type:"string",description:"Vikunja username"}},required:["taskId","username"]}}]};var as={id:"plane",serverName:"plane",allowedTools:["mcp__plane__*"],requiresIntegration:S.PLANE,envKeys:["PLANE_API_KEY","PLANE_WORKSPACE_SLUG","PLANE_BASE_URL"],description:"Plane \u2014 projects, work items, cycles, modules, epics, comments (official MCP, API key)",tools:[],promptFragment:`## Plane
|
|
332
332
|
You have direct access to the user's Plane workspace via the official Plane MCP server. All Plane tools are available under the mcp__plane__* namespace \u2014 use them proactively to read and write projects, work items (issues), cycles, modules, epics, sub-issues, comments, labels, states, pages, and workspace data.
|
|
333
333
|
|
|
334
334
|
- List/get projects and work items, then create/update/delete or search work items as needed.
|
|
335
335
|
- For status changes, read the project's available states first, then set the work item's state.
|
|
336
336
|
- Cycles and modules group work items \u2014 list them to scope queries before drilling into items.
|
|
337
|
-
- Always operate within the connected workspace; the workspace slug and base URL are pre-configured (Plane Cloud, self-hosted, or Zibby-hosted all work transparently).`,resolve(){let r={};for(let t of this.envKeys)process.env[t]&&(r[t]=process.env[t]);return{type:"stdio",command:"uvx",args:["plane-mcp-server","stdio"],env:r,description:this.description}}};import{existsSync as
|
|
337
|
+
- Always operate within the connected workspace; the workspace slug and base URL are pre-configured (Plane Cloud, self-hosted, or Zibby-hosted all work transparently).`,resolve(){let r={};for(let t of this.envKeys)process.env[t]&&(r[t]=process.env[t]);return{type:"stdio",command:"uvx",args:["plane-mcp-server","stdio"],env:r,description:this.description}}};import{existsSync as tl}from"fs";import{fileURLToPath as rl}from"url";import{dirname as nl,resolve as sl}from"path";import{resolveIntegrationToken as il}from"@zibby/core/backend-client.js";function ol(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=nl(rl(import.meta.url)),t=sl(r,"..","bin","mcp-skill.mjs");return tl(t)?t:null}async function cs(){let r=await il(S.OPEN_DESIGN),t=r?.token,e=r?.baseUrl;if(!t||typeof t!="string")throw new Error("OpenDesign is not connected: missing token. Connect it in Integrations.");if(!e||typeof e!="string")throw new Error("OpenDesign is not connected: missing baseUrl. Connect it in Integrations.");let n=e.replace(/\/+$/,"");return{token:t,baseUrl:n}}async function we(r,t={}){let{token:e,baseUrl:n}=await cs(),s=`${n}/api${r}`;if(t.query&&typeof t.query=="object"){let a=new URLSearchParams;for(let[l,d]of Object.entries(t.query))d!=null&&d!==""&&a.set(l,String(d));let c=a.toString();c&&(s+=(s.includes("?")?"&":"?")+c)}let i={Authorization:`Bearer ${e}`,Accept:"application/json",...t.body?{"Content-Type":"application/json"}:{}},o=await fetch(s,{method:t.method||"GET",headers:i,body:t.body?JSON.stringify(t.body):void 0});return ls(o,"OpenDesign")}async function ls(r,t){if(!r.ok){let n=await r.text().catch(()=>""),s=n.slice(0,300);try{let i=JSON.parse(n),o=i?.code||i?.error?.code,a=i?.message||i?.error?.message||i?.error;(o||a)&&(s=[o?`[${o}]`:null,a].filter(Boolean).join(" ")||s)}catch{}throw new Error(`${t} API ${r.status}: ${s}`)}let e=await r.text().catch(()=>"");if(!e)return{};try{return JSON.parse(e)}catch{return{raw:e}}}var ds={id:"open-design",callsBackend:!0,serverName:"opendesign",allowedTools:["mcp__opendesign__*"],envKeys:["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV"],description:"OpenDesign \u2014 list projects/designs, run the design agent, and export decks to PDF/HTML",promptFragment:`## OpenDesign (optional)
|
|
338
338
|
You may have access to the user's OpenDesign workspace (the Zibby-managed design/deck app) via its REST API. These tools are OPTIONAL \u2014 if OpenDesign is not connected they will return a "not connected" error; reach for them only when the task involves OpenDesign projects, designs, or exports. Tools (mcp__opendesign__*):
|
|
339
339
|
|
|
340
340
|
### Connectivity
|
|
@@ -356,30 +356,30 @@ You may have access to the user's OpenDesign workspace (the Zibby-managed design
|
|
|
356
356
|
|
|
357
357
|
### Notes
|
|
358
358
|
- A design artifact lookup ALWAYS needs its projectId (it scopes the query).
|
|
359
|
-
- After opendesign_cli_run, poll opendesign_cli_status with the returned runId until the run is no longer running.`,resolve(){let r=
|
|
359
|
+
- After opendesign_cli_run, poll opendesign_cli_status with the returned runId until the run is no longer running.`,resolve(){let r=ol();if(!r)return{command:null,args:[],env:{},description:this.description};let t={};for(let e of this.envKeys)process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/opendesign.js","opendesignSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{switch(r){case"opendesign_health":{let{baseUrl:e}=await cs(),n=await fetch(`${e}/api/health`,{method:"GET",headers:{Accept:"application/json"}}),s=await ls(n,"OpenDesign");return JSON.stringify({ok:!0,health:s})}case"opendesign_list_projects":{let e=await we("/projects");return JSON.stringify(e)}case"opendesign_get_project":{let e=t?.id||t?.projectId;if(!e)return JSON.stringify({error:"id is required"});let n=await we(`/projects/${encodeURIComponent(e)}`);return JSON.stringify(n)}case"opendesign_list_designs":{let e=t?.projectId;if(!e)return JSON.stringify({error:"projectId is required"});let n=await we("/live-artifacts",{query:{projectId:e}});return JSON.stringify(n)}case"opendesign_get_design":{let e=t?.id,n=t?.projectId;if(!e)return JSON.stringify({error:"id is required"});if(!n)return JSON.stringify({error:"projectId is required"});let s=await we(`/live-artifacts/${encodeURIComponent(e)}`,{query:{projectId:n}});return JSON.stringify(s)}case"opendesign_export_pdf":{let e=t?.projectId||t?.id,{fileName:n,title:s,deck:i}=t||{};if(!e)return JSON.stringify({error:"projectId is required"});if(!n)return JSON.stringify({error:"fileName is required"});let o={fileName:n};s!==void 0&&(o.title=s),i!==void 0&&(o.deck=i);let a=await we(`/projects/${encodeURIComponent(e)}/export/pdf`,{method:"POST",body:o});return JSON.stringify(a)}case"opendesign_export_html":{let e=t?.projectId||t?.id,n=t?.path;if(!e)return JSON.stringify({error:"projectId is required"});if(!n)return JSON.stringify({error:"path is required (the export sub-path)"});let i=String(n).replace(/^\/+/,"").split("/").map(a=>encodeURIComponent(a)).join("/"),o=await we(`/projects/${encodeURIComponent(e)}/export/${i}`,{query:{inline:1}});return JSON.stringify(o)}case"opendesign_cli_run":{let{agentId:e,message:n,projectId:s,conversationId:i,model:o}=t||{};if(!e)return JSON.stringify({error:"agentId is required"});if(!n)return JSON.stringify({error:"message is required"});let a={agentId:e,message:n};s!==void 0&&(a.projectId=s),i!==void 0&&(a.conversationId=i),o!==void 0&&(a.model=o);let c=await we("/runs",{method:"POST",body:a});return JSON.stringify(c)}case"opendesign_cli_status":{let e=t?.id||t?.runId;if(!e)return JSON.stringify({error:"id (runId) is required"});let n=await we(`/runs/${encodeURIComponent(e)}`);return JSON.stringify(n)}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"opendesign_health",description:"Probe the OpenDesign instance (GET /api/health, no auth). Use to confirm connectivity before other calls.",input_schema:{type:"object",properties:{}}},{name:"opendesign_list_projects",description:"List the projects in the OpenDesign workspace.",input_schema:{type:"object",properties:{}}},{name:"opendesign_get_project",description:"Get a single OpenDesign project by id.",input_schema:{type:"object",properties:{id:{type:"string",description:"The project id."}},required:["id"]}},{name:"opendesign_list_designs",description:"List the live design artifacts in an OpenDesign project. Requires the projectId, which scopes the query.",input_schema:{type:"object",properties:{projectId:{type:"string",description:"The project id whose designs to list."}},required:["projectId"]}},{name:"opendesign_get_design",description:"Get a single live design artifact by id. Requires both the design id and its projectId.",input_schema:{type:"object",properties:{id:{type:"string",description:"The live-artifact (design) id."},projectId:{type:"string",description:"The project id the design belongs to (scopes the lookup)."}},required:["id","projectId"]}},{name:"opendesign_export_pdf",description:"Export an OpenDesign project deck to PDF. Returns the export result (e.g. a download URL/path).",input_schema:{type:"object",properties:{projectId:{type:"string",description:"The project id to export."},fileName:{type:"string",description:"The output PDF file name."},title:{type:"string",description:"Optional deck title for the PDF."},deck:{description:"Optional deck payload/override to render instead of the project's current deck."}},required:["projectId","fileName"]}},{name:"opendesign_export_html",description:"Fetch an OpenDesign project's HTML export by sub-path (requested inline). Requires projectId and the export path.",input_schema:{type:"object",properties:{projectId:{type:"string",description:"The project id to export."},path:{type:"string",description:'The export sub-path under /projects/:id/export/ (e.g. "index.html" or a slide path).'}},required:["projectId","path"]}},{name:"opendesign_cli_run",description:"Start an OpenDesign agent run. Returns a runId; poll opendesign_cli_status with it until the run finishes.",input_schema:{type:"object",properties:{agentId:{type:"string",description:"The OpenDesign agent id to run."},message:{type:"string",description:"The instruction/message to send to the agent."},projectId:{type:"string",description:"Optional project id to scope the run to."},conversationId:{type:"string",description:"Optional conversation id to continue an existing thread."},model:{type:"string",description:"Optional model id override for the run."}},required:["agentId","message"]}},{name:"opendesign_cli_status",description:"Poll the status of an OpenDesign agent run by its runId.",input_schema:{type:"object",properties:{id:{type:"string",description:"The runId returned by opendesign_cli_run."}},required:["id"]}}]};import{existsSync as al}from"fs";import{fileURLToPath as cl}from"url";import{dirname as ll,resolve as dl}from"path";import{resolveIntegrationToken as pl}from"@zibby/core/backend-client.js";function ul(){if(process.env.MCP_SLACK_PATH)return process.env.MCP_SLACK_PATH;let r=ll(cl(import.meta.url)),t=dl(r,"..","bin","mcp-slack.mjs");return al(t)?t:null}async function Y(r,t={}){let{token:e}=await pl("slack"),n=["conversations.list","users.list","users.profile.get","users.lookupByEmail","usergroups.list","usergroups.users.list","conversations.history","conversations.replies"].includes(r),s=`https://slack.com/api/${r}`,i={Authorization:`Bearer ${e}`},o;if(n){let l=new URLSearchParams(t).toString();l&&(s+=`?${l}`)}else i["Content-Type"]="application/json; charset=utf-8",o=JSON.stringify(t);let c=await(await fetch(s,{method:n?"GET":"POST",headers:i,body:o})).json();if(!c.ok)throw new Error(`Slack API error: ${c.error}`);return c}var P={id:"slack",callsBackend:!0,serverName:"slack",allowedTools:["mcp__slack__*"],requiresIntegration:S.SLACK,envKeys:["SLACK_BOT_TOKEN","SLACK_TEAM_ID"],description:"Slack MCP Server",promptFragment:`## Slack
|
|
360
360
|
You have access to the user's Slack workspace. Use these tools:
|
|
361
361
|
- slack_list_channels, slack_post_message, slack_reply_to_thread
|
|
362
362
|
- slack_add_reaction, slack_get_channel_history, slack_get_thread_replies
|
|
363
363
|
- slack_get_users, slack_get_user_profile
|
|
364
364
|
- slack_lookup_user_by_email (precise email\u2192user_id, prefer this over scanning slack_get_users)
|
|
365
|
-
- slack_list_usergroups, slack_get_usergroup_members (workspace-defined teams like @oncall, @platform)`,resolve(){let r=al();if(!r)return null;let t={};for(let e of["PROJECT_API_TOKEN","ZIBBY_USER_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV","ZIBBY_PROD_ACCOUNT_API_URL","PROGRESS_API_URL","EXECUTION_ID","PROJECT_ID","STAGE"])process.env[e]&&(t[e]=process.env[e]);for(let e of this.envKeys)process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r],env:t,alwaysLoad:!0}},async handleToolCall(r,t){try{switch(r){case"slack_list_channels":{let e=await Y("conversations.list",{types:"public_channel",limit:100});return JSON.stringify({channels:(e.channels||[]).map(n=>({id:n.id,name:n.name,topic:n.topic?.value}))})}case"slack_post_message":{if(!t.channel||!t.text)return JSON.stringify({error:"channel and text are required"});let e=await Y("chat.postMessage",{channel:t.channel,text:t.text,...t.blocks?{blocks:t.blocks}:{}});return JSON.stringify({ok:!0,ts:e.ts,channel:e.channel})}case"slack_reply_to_thread":{if(!t.channel||!t.thread_ts||!t.text)return JSON.stringify({error:"channel, thread_ts, and text are required"});let e=await Y("chat.postMessage",{channel:t.channel,thread_ts:t.thread_ts,text:t.text});return JSON.stringify({ok:!0,ts:e.ts})}case"slack_add_reaction":return!t.channel||!t.timestamp||!t.reaction?JSON.stringify({error:"channel, timestamp, and reaction are required"}):(await Y("reactions.add",{channel:t.channel,timestamp:t.timestamp,name:t.reaction}),JSON.stringify({ok:!0}));case"slack_get_channel_history":{if(!t.channel)return JSON.stringify({error:"channel is required"});let e=await Y("conversations.history",{channel:t.channel,limit:t.limit||20});return JSON.stringify({messages:(e.messages||[]).map(n=>({user:n.user,text:n.text,ts:n.ts}))})}case"slack_get_thread_replies":{if(!t.channel||!t.thread_ts)return JSON.stringify({error:"channel and thread_ts are required"});let e=await Y("conversations.replies",{channel:t.channel,ts:t.thread_ts});return JSON.stringify({messages:(e.messages||[]).map(n=>({user:n.user,text:n.text,ts:n.ts}))})}case"slack_get_users":{let e=await Y("users.list",{limit:100});return JSON.stringify({users:(e.members||[]).filter(n=>!n.is_bot&&!n.deleted).map(n=>({id:n.id,name:n.real_name||n.name}))})}case"slack_get_user_profile":{if(!t.user_id)return JSON.stringify({error:"user_id is required"});let e=await Y("users.profile.get",{user:t.user_id});return JSON.stringify({profile:e.profile})}case"slack_lookup_user_by_email":{if(!t.email)return JSON.stringify({error:"email is required"});try{let e=await Y("users.lookupByEmail",{email:t.email});return JSON.stringify({ok:!0,user:{id:e.user?.id,name:e.user?.real_name||e.user?.name,email:e.user?.profile?.email||t.email}})}catch(e){if(/users_not_found/.test(e.message))return JSON.stringify({ok:!1,reason:"users_not_found"});throw e}}case"slack_list_usergroups":{let e=await Y("usergroups.list",{});return JSON.stringify({usergroups:(e.usergroups||[]).map(n=>({id:n.id,handle:n.handle,name:n.name,description:n.description||"",user_count:Number(n.user_count||0)}))})}case"slack_get_usergroup_members":{if(!t.usergroup)return JSON.stringify({error:"usergroup id is required"});let e=await Y("usergroups.users.list",{usergroup:t.usergroup});return JSON.stringify({users:e.users||[]})}case"slack_search_users":{if(!t.query||typeof t.query!="string")return JSON.stringify({error:"query is required"});let e=t.query.trim().toLowerCase();if(!e)return JSON.stringify({ok:!0,matches:[]});let n=Math.max(1,Math.min(Number(t.limit)||5,25)),s=[],i,o=5;for(let c=0;c<o;c+=1){let l={limit:200};i&&(l.cursor=i);let d=await Y("users.list",l);for(let p of d.members||[])p.deleted||p.is_bot||s.push(p);if(i=d.response_metadata?.next_cursor,!i)break}let a=[];for(let c of s){let l=(c.real_name||"").toLowerCase(),d=(c.profile?.display_name||"").toLowerCase(),p=(c.name||"").toLowerCase(),u=0;l.includes(e)&&(u+=100-Math.abs(l.length-e.length)),d.includes(e)&&(u+=60-Math.abs(d.length-e.length)),p.includes(e)&&(u+=30-Math.abs(p.length-e.length)),(l===e||d===e)&&(u+=200),u>0&&a.push({id:c.id,name:c.real_name||c.profile?.display_name||c.name,email:c.profile?.email||void 0,_score:u})}return a.sort((c,l)=>l._score-c._score),JSON.stringify({ok:!0,matches:a.slice(0,n).map(({_score:c,...l})=>l),scanned:s.length})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"slack_list_channels",description:"List public channels in the workspace",input_schema:{type:"object",properties:{}}},{name:"slack_post_message",description:"Post a message to a Slack channel or DM. Pass `blocks` (Block Kit) for a rich card; `text` is the required notification fallback.",input_schema:{type:"object",properties:{channel:{type:"string",description:"Channel ID or name"},text:{type:"string",description:"Notification/fallback text (required)"},blocks:{type:"array",description:"Block Kit blocks for rich formatting (optional). Each block is a Slack Block Kit object (header/section/divider/context). section blocks may carry a button accessory with a url."}},required:["channel","text"]}},{name:"slack_reply_to_thread",description:"Reply to a specific message thread",input_schema:{type:"object",properties:{channel:{type:"string",description:"Channel ID"},thread_ts:{type:"string",description:"Thread timestamp"},text:{type:"string",description:"Reply text"}},required:["channel","thread_ts","text"]}},{name:"slack_add_reaction",description:"Add an emoji reaction to a message",input_schema:{type:"object",properties:{channel:{type:"string",description:"Channel ID"},timestamp:{type:"string",description:"Message timestamp"},reaction:{type:"string",description:"Emoji name without colons"}},required:["channel","timestamp","reaction"]}},{name:"slack_get_channel_history",description:"Get recent messages from a channel",input_schema:{type:"object",properties:{channel:{type:"string",description:"Channel ID"},limit:{type:"number",description:"Number of messages"}},required:["channel"]}},{name:"slack_get_thread_replies",description:"Get all replies in a message thread",input_schema:{type:"object",properties:{channel:{type:"string",description:"Channel ID"},thread_ts:{type:"string",description:"Thread timestamp"}},required:["channel","thread_ts"]}},{name:"slack_get_users",description:"List workspace users with basic profiles",input_schema:{type:"object",properties:{}}},{name:"slack_get_user_profile",description:"Get detailed profile for a specific user",input_schema:{type:"object",properties:{user_id:{type:"string",description:"Slack user ID"}},required:["user_id"]}},{name:"slack_lookup_user_by_email",description:"Find a Slack user by email. Returns { ok:true, user:{id,name,email} } on hit, { ok:false } when no user has that email. Prefer this over slack_get_users for email-based routing \u2014 single API call, exact match.",input_schema:{type:"object",properties:{email:{type:"string",description:"Email address to look up"}},required:["email"]}},{name:"slack_list_usergroups",description:"List workspace-defined user groups (e.g. @oncall, @platform). Each item has { id, handle, name, description, user_count }. Use the id with slack_get_usergroup_members to expand the membership.",input_schema:{type:"object",properties:{}}},{name:"slack_get_usergroup_members",description:"List user IDs that belong to a Slack usergroup. Pair with slack_post_message to DM each member, or use the group id directly in a channel message as <!subteam^ID> to @-mention.",input_schema:{type:"object",properties:{usergroup:{type:"string",description:"Usergroup id, e.g. S012ABC"}},required:["usergroup"]}},{name:"slack_search_users",description:'Fuzzy-search workspace users by display name or real name. Use when the user said something like "send to Sam" without an email. Returns up to `limit` ranked matches { id, name, email }. Slack has no native name-search API \u2014 this scans paginated users.list + does substring scoring (real_name > display_name > name). For large workspaces consider higher limit + ask the user to confirm if multiple hit.',input_schema:{type:"object",properties:{query:{type:"string",description:"Substring to match against names (case-insensitive)"},limit:{type:"number",description:"Max matches to return (default 5, max 25)"}},required:["query"]}}]};import{existsSync as cl}from"fs";import{fileURLToPath as ll}from"url";import{dirname as dl,resolve as pl}from"path";import{resolveIntegrationToken as ul}from"@zibby/core/backend-client.js";function ml(){if(process.env.MCP_LARK_PATH)return process.env.MCP_LARK_PATH;let r=dl(ll(import.meta.url)),t=pl(r,"..","bin","mcp-lark.mjs");return cl(t)?t:null}var hl=6e3*1e3,at=null;async function fl(){let{appId:r,appSecret:t,host:e}=await ul("lark");if(at&&at.appId===r&&at.expiresAt>Date.now())return{token:at.token,host:e};let s=await(await fetch(`${e}/open-apis/auth/v3/tenant_access_token/internal`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({app_id:r,app_secret:t})})).json();if(s.code!==0)throw new Error(`Lark tenant_access_token failed: ${s.msg||s.code}`);return at={token:s.tenant_access_token,expiresAt:Date.now()+hl,appId:r},{token:s.tenant_access_token,host:e}}async function Ne(r,t,e={}){let{token:n,host:s}=await fl(),i=`${s}${t}`,o={method:r,headers:{Authorization:`Bearer ${n}`,"Content-Type":"application/json; charset=utf-8"}};r!=="GET"&&(o.body=JSON.stringify(e));let c=await(await fetch(i,o)).json();if(c.code!==0)throw new Error(`Lark API ${t} error: ${c.msg||c.code}`);return c.data||{}}function ds(r){return JSON.stringify({text:r})}function yl(r){return!r||typeof r!="string"||r.startsWith("oc_")?"chat_id":r.startsWith("ou_")?"open_id":r.startsWith("on_")?"union_id":r.startsWith("cli_")?"app_id":r.includes("@")?"email":"chat_id"}var F={id:"lark",callsBackend:!0,serverName:"lark",allowedTools:["mcp__lark__*"],requiresIntegration:S.LARK,description:"Lark / Feishu messaging \u2014 send messages and reply in threads.",envKeys:["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV"],promptFragment:`## Lark
|
|
365
|
+
- slack_list_usergroups, slack_get_usergroup_members (workspace-defined teams like @oncall, @platform)`,resolve(){let r=ul();if(!r)return null;let t={};for(let e of["PROJECT_API_TOKEN","ZIBBY_USER_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV","ZIBBY_PROD_ACCOUNT_API_URL","PROGRESS_API_URL","EXECUTION_ID","PROJECT_ID","STAGE"])process.env[e]&&(t[e]=process.env[e]);for(let e of this.envKeys)process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r],env:t,alwaysLoad:!0}},async handleToolCall(r,t){try{switch(r){case"slack_list_channels":{let e=await Y("conversations.list",{types:"public_channel",limit:100});return JSON.stringify({channels:(e.channels||[]).map(n=>({id:n.id,name:n.name,topic:n.topic?.value}))})}case"slack_post_message":{if(!t.channel||!t.text)return JSON.stringify({error:"channel and text are required"});let e=await Y("chat.postMessage",{channel:t.channel,text:t.text,...t.blocks?{blocks:t.blocks}:{}});return JSON.stringify({ok:!0,ts:e.ts,channel:e.channel})}case"slack_reply_to_thread":{if(!t.channel||!t.thread_ts||!t.text)return JSON.stringify({error:"channel, thread_ts, and text are required"});let e=await Y("chat.postMessage",{channel:t.channel,thread_ts:t.thread_ts,text:t.text});return JSON.stringify({ok:!0,ts:e.ts})}case"slack_add_reaction":return!t.channel||!t.timestamp||!t.reaction?JSON.stringify({error:"channel, timestamp, and reaction are required"}):(await Y("reactions.add",{channel:t.channel,timestamp:t.timestamp,name:t.reaction}),JSON.stringify({ok:!0}));case"slack_get_channel_history":{if(!t.channel)return JSON.stringify({error:"channel is required"});let e=await Y("conversations.history",{channel:t.channel,limit:t.limit||20});return JSON.stringify({messages:(e.messages||[]).map(n=>({user:n.user,text:n.text,ts:n.ts}))})}case"slack_get_thread_replies":{if(!t.channel||!t.thread_ts)return JSON.stringify({error:"channel and thread_ts are required"});let e=await Y("conversations.replies",{channel:t.channel,ts:t.thread_ts});return JSON.stringify({messages:(e.messages||[]).map(n=>({user:n.user,text:n.text,ts:n.ts}))})}case"slack_get_users":{let e=await Y("users.list",{limit:100});return JSON.stringify({users:(e.members||[]).filter(n=>!n.is_bot&&!n.deleted).map(n=>({id:n.id,name:n.real_name||n.name}))})}case"slack_get_user_profile":{if(!t.user_id)return JSON.stringify({error:"user_id is required"});let e=await Y("users.profile.get",{user:t.user_id});return JSON.stringify({profile:e.profile})}case"slack_lookup_user_by_email":{if(!t.email)return JSON.stringify({error:"email is required"});try{let e=await Y("users.lookupByEmail",{email:t.email});return JSON.stringify({ok:!0,user:{id:e.user?.id,name:e.user?.real_name||e.user?.name,email:e.user?.profile?.email||t.email}})}catch(e){if(/users_not_found/.test(e.message))return JSON.stringify({ok:!1,reason:"users_not_found"});throw e}}case"slack_list_usergroups":{let e=await Y("usergroups.list",{});return JSON.stringify({usergroups:(e.usergroups||[]).map(n=>({id:n.id,handle:n.handle,name:n.name,description:n.description||"",user_count:Number(n.user_count||0)}))})}case"slack_get_usergroup_members":{if(!t.usergroup)return JSON.stringify({error:"usergroup id is required"});let e=await Y("usergroups.users.list",{usergroup:t.usergroup});return JSON.stringify({users:e.users||[]})}case"slack_search_users":{if(!t.query||typeof t.query!="string")return JSON.stringify({error:"query is required"});let e=t.query.trim().toLowerCase();if(!e)return JSON.stringify({ok:!0,matches:[]});let n=Math.max(1,Math.min(Number(t.limit)||5,25)),s=[],i,o=5;for(let c=0;c<o;c+=1){let l={limit:200};i&&(l.cursor=i);let d=await Y("users.list",l);for(let p of d.members||[])p.deleted||p.is_bot||s.push(p);if(i=d.response_metadata?.next_cursor,!i)break}let a=[];for(let c of s){let l=(c.real_name||"").toLowerCase(),d=(c.profile?.display_name||"").toLowerCase(),p=(c.name||"").toLowerCase(),u=0;l.includes(e)&&(u+=100-Math.abs(l.length-e.length)),d.includes(e)&&(u+=60-Math.abs(d.length-e.length)),p.includes(e)&&(u+=30-Math.abs(p.length-e.length)),(l===e||d===e)&&(u+=200),u>0&&a.push({id:c.id,name:c.real_name||c.profile?.display_name||c.name,email:c.profile?.email||void 0,_score:u})}return a.sort((c,l)=>l._score-c._score),JSON.stringify({ok:!0,matches:a.slice(0,n).map(({_score:c,...l})=>l),scanned:s.length})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"slack_list_channels",description:"List public channels in the workspace",input_schema:{type:"object",properties:{}}},{name:"slack_post_message",description:"Post a message to a Slack channel or DM. Pass `blocks` (Block Kit) for a rich card; `text` is the required notification fallback.",input_schema:{type:"object",properties:{channel:{type:"string",description:"Channel ID or name"},text:{type:"string",description:"Notification/fallback text (required)"},blocks:{type:"array",description:"Block Kit blocks for rich formatting (optional). Each block is a Slack Block Kit object (header/section/divider/context). section blocks may carry a button accessory with a url."}},required:["channel","text"]}},{name:"slack_reply_to_thread",description:"Reply to a specific message thread",input_schema:{type:"object",properties:{channel:{type:"string",description:"Channel ID"},thread_ts:{type:"string",description:"Thread timestamp"},text:{type:"string",description:"Reply text"}},required:["channel","thread_ts","text"]}},{name:"slack_add_reaction",description:"Add an emoji reaction to a message",input_schema:{type:"object",properties:{channel:{type:"string",description:"Channel ID"},timestamp:{type:"string",description:"Message timestamp"},reaction:{type:"string",description:"Emoji name without colons"}},required:["channel","timestamp","reaction"]}},{name:"slack_get_channel_history",description:"Get recent messages from a channel",input_schema:{type:"object",properties:{channel:{type:"string",description:"Channel ID"},limit:{type:"number",description:"Number of messages"}},required:["channel"]}},{name:"slack_get_thread_replies",description:"Get all replies in a message thread",input_schema:{type:"object",properties:{channel:{type:"string",description:"Channel ID"},thread_ts:{type:"string",description:"Thread timestamp"}},required:["channel","thread_ts"]}},{name:"slack_get_users",description:"List workspace users with basic profiles",input_schema:{type:"object",properties:{}}},{name:"slack_get_user_profile",description:"Get detailed profile for a specific user",input_schema:{type:"object",properties:{user_id:{type:"string",description:"Slack user ID"}},required:["user_id"]}},{name:"slack_lookup_user_by_email",description:"Find a Slack user by email. Returns { ok:true, user:{id,name,email} } on hit, { ok:false } when no user has that email. Prefer this over slack_get_users for email-based routing \u2014 single API call, exact match.",input_schema:{type:"object",properties:{email:{type:"string",description:"Email address to look up"}},required:["email"]}},{name:"slack_list_usergroups",description:"List workspace-defined user groups (e.g. @oncall, @platform). Each item has { id, handle, name, description, user_count }. Use the id with slack_get_usergroup_members to expand the membership.",input_schema:{type:"object",properties:{}}},{name:"slack_get_usergroup_members",description:"List user IDs that belong to a Slack usergroup. Pair with slack_post_message to DM each member, or use the group id directly in a channel message as <!subteam^ID> to @-mention.",input_schema:{type:"object",properties:{usergroup:{type:"string",description:"Usergroup id, e.g. S012ABC"}},required:["usergroup"]}},{name:"slack_search_users",description:'Fuzzy-search workspace users by display name or real name. Use when the user said something like "send to Sam" without an email. Returns up to `limit` ranked matches { id, name, email }. Slack has no native name-search API \u2014 this scans paginated users.list + does substring scoring (real_name > display_name > name). For large workspaces consider higher limit + ask the user to confirm if multiple hit.',input_schema:{type:"object",properties:{query:{type:"string",description:"Substring to match against names (case-insensitive)"},limit:{type:"number",description:"Max matches to return (default 5, max 25)"}},required:["query"]}}]};import{existsSync as ml}from"fs";import{fileURLToPath as hl}from"url";import{dirname as fl,resolve as yl}from"path";import{resolveIntegrationToken as gl}from"@zibby/core/backend-client.js";function _l(){if(process.env.MCP_LARK_PATH)return process.env.MCP_LARK_PATH;let r=fl(hl(import.meta.url)),t=yl(r,"..","bin","mcp-lark.mjs");return ml(t)?t:null}var bl=6e3*1e3,at=null;async function kl(){let{appId:r,appSecret:t,host:e}=await gl("lark");if(at&&at.appId===r&&at.expiresAt>Date.now())return{token:at.token,host:e};let s=await(await fetch(`${e}/open-apis/auth/v3/tenant_access_token/internal`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({app_id:r,app_secret:t})})).json();if(s.code!==0)throw new Error(`Lark tenant_access_token failed: ${s.msg||s.code}`);return at={token:s.tenant_access_token,expiresAt:Date.now()+bl,appId:r},{token:s.tenant_access_token,host:e}}async function Ne(r,t,e={}){let{token:n,host:s}=await kl(),i=`${s}${t}`,o={method:r,headers:{Authorization:`Bearer ${n}`,"Content-Type":"application/json; charset=utf-8"}};r!=="GET"&&(o.body=JSON.stringify(e));let c=await(await fetch(i,o)).json();if(c.code!==0)throw new Error(`Lark API ${t} error: ${c.msg||c.code}`);return c.data||{}}function ps(r){return JSON.stringify({text:r})}function wl(r){return!r||typeof r!="string"||r.startsWith("oc_")?"chat_id":r.startsWith("ou_")?"open_id":r.startsWith("on_")?"union_id":r.startsWith("cli_")?"app_id":r.includes("@")?"email":"chat_id"}var F={id:"lark",callsBackend:!0,serverName:"lark",allowedTools:["mcp__lark__*"],requiresIntegration:S.LARK,description:"Lark / Feishu messaging \u2014 send messages and reply in threads.",envKeys:["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV"],promptFragment:`## Lark
|
|
366
366
|
You can send messages and replies on Lark. Use:
|
|
367
367
|
- lark_send_message: post a message to a chat, user, or DM
|
|
368
368
|
- lark_reply: reply to an existing message (threaded)
|
|
369
369
|
- lark_list_chats: list chats the bot is a member of
|
|
370
370
|
- lark_get_chat_history: fetch recent messages in a chat
|
|
371
371
|
- lark_lookup_user_by_email: resolve an email \u2192 open_id for direct DM (prefer this over emailing through lark_send_message when the agent has a user_id already)
|
|
372
|
-
When responding to an incoming event, prefer lark_reply with the source message_id so the response threads cleanly.`,resolve(){let r=
|
|
373
|
-
`),a=o>t/2?o+1:t;n.push(s.slice(0,a)),s=s.slice(a)}return s&&n.push(s),n}async function
|
|
372
|
+
When responding to an incoming event, prefer lark_reply with the source message_id so the response threads cleanly.`,resolve(){let r=_l();if(!r)return null;let t={};for(let e of["PROJECT_API_TOKEN","ZIBBY_USER_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV","ZIBBY_PROD_ACCOUNT_API_URL","PROGRESS_API_URL","EXECUTION_ID","PROJECT_ID","STAGE"])process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r],env:t,alwaysLoad:!0}},tools:[{name:"lark_send_message",description:"Send a text message to a Lark chat, user, or DM. receive_id can be a chat_id (oc_*), open_id (ou_*), union_id (on_*), or email.",input_schema:{type:"object",properties:{receive_id:{type:"string",description:"Target id: chat_id (oc_*), open_id (ou_*), union_id (on_*), or email"},text:{type:"string",description:"Message text"}},required:["receive_id","text"]}},{name:"lark_reply",description:"Reply to an existing Lark message (creates a thread). Use the message_id from the inbound event.",input_schema:{type:"object",properties:{message_id:{type:"string",description:"Lark message id (om_*) to reply to"},text:{type:"string",description:"Reply text"}},required:["message_id","text"]}},{name:"lark_list_chats",description:"List chats (groups + DMs) the bot is a member of.",input_schema:{type:"object",properties:{page_size:{type:"number",description:"Max results (default 50)"}}}},{name:"lark_get_chat_history",description:"Fetch recent messages in a chat.",input_schema:{type:"object",properties:{chat_id:{type:"string",description:"Chat id (oc_*)"},page_size:{type:"number",description:"Max messages (default 20)"}},required:["chat_id"]}},{name:"lark_lookup_user_by_email",description:"Resolve an email address to a Lark user id (open_id). Returns { ok:true, user:{open_id,email,name} } on hit, { ok:false } if no Lark user has that email. Use the open_id as `receive_id` in lark_send_message to DM.",input_schema:{type:"object",properties:{email:{type:"string",description:"Email address to look up"}},required:["email"]}},{name:"lark_search_users",description:'Fuzzy-search users by name across chats the bot is a member of. Lark has no public org-wide user search API for bots \u2014 this walks the bot\'s chat memberships and matches names client-side. Best for "send to Sam" style routing where you have a name but no email. Returns up to `limit` ranked matches { open_id, name }.',input_schema:{type:"object",properties:{query:{type:"string",description:"Substring to match against user names (case-insensitive)"},limit:{type:"number",description:"Max matches to return (default 5, max 25)"}},required:["query"]}}],async handleToolCall(r,t){try{switch(r){case"lark_send_message":{if(!t.receive_id||!t.text)return JSON.stringify({error:"receive_id and text are required"});let e=wl(t.receive_id),n=await Ne("POST",`/open-apis/im/v1/messages?receive_id_type=${e}`,{receive_id:t.receive_id,msg_type:"text",content:ps(t.text)});return JSON.stringify({ok:!0,message_id:n.message_id})}case"lark_reply":{if(!t.message_id||!t.text)return JSON.stringify({error:"message_id and text are required"});let e=await Ne("POST",`/open-apis/im/v1/messages/${encodeURIComponent(t.message_id)}/reply`,{msg_type:"text",content:ps(t.text)});return JSON.stringify({ok:!0,message_id:e.message_id})}case"lark_list_chats":{let e=t.page_size||50,s=((await Ne("GET",`/open-apis/im/v1/chats?page_size=${e}`)).items||[]).map(i=>({chat_id:i.chat_id,name:i.name,description:i.description,owner_id:i.owner_id,chat_mode:i.chat_mode}));return JSON.stringify({chats:s})}case"lark_get_chat_history":{if(!t.chat_id)return JSON.stringify({error:"chat_id is required"});let e=t.page_size||20,s=((await Ne("GET",`/open-apis/im/v1/messages?container_id_type=chat&container_id=${encodeURIComponent(t.chat_id)}&page_size=${e}&sort_type=ByCreateTimeDesc`)).items||[]).map(i=>({message_id:i.message_id,sender_id:i.sender?.id,sender_type:i.sender?.sender_type,msg_type:i.msg_type,content:i.body?.content,create_time:i.create_time}));return JSON.stringify({messages:s})}case"lark_lookup_user_by_email":{if(!t.email)return JSON.stringify({error:"email is required"});let n=((await Ne("POST","/open-apis/contact/v3/users/batch_get_id?user_id_type=open_id",{emails:[t.email]})).user_list||[]).find(s=>s.email===t.email&&s.user_id);return JSON.stringify(n?{ok:!0,user:{open_id:n.user_id,email:n.email,name:n.name||void 0}}:{ok:!1,reason:"no_lark_user_for_email"})}case"lark_search_users":{if(!t.query||typeof t.query!="string")return JSON.stringify({error:"query is required"});let e=t.query.trim().toLowerCase();if(!e)return JSON.stringify({ok:!0,matches:[]});let n=Math.max(1,Math.min(Number(t.limit)||5,25)),s=200,o=((await Ne("GET","/open-apis/im/v1/chats?page_size=100")).items||[]).map(d=>d.chat_id),a=new Set,c=[];for(let d of o){if(c.length>=s)break;try{let p=await Ne("GET",`/open-apis/im/v1/chats/${encodeURIComponent(d)}/members?member_id_type=open_id&page_size=100`);for(let u of p.items||[])if(!(!u.member_id||a.has(u.member_id))&&(a.add(u.member_id),c.push({open_id:u.member_id,name:u.name||""}),c.length>=s))break}catch(p){console.warn(`[lark] member scan failed for ${d}: ${p.message}`)}}let l=[];for(let d of c){let p=(d.name||"").toLowerCase();if(!p)continue;let u=0;p.includes(e)&&(u+=100-Math.abs(p.length-e.length)),p===e&&(u+=200),u>0&&l.push({open_id:d.open_id,name:d.name,_score:u})}return l.sort((d,p)=>p._score-d._score),JSON.stringify({ok:!0,matches:l.slice(0,n).map(({_score:d,...p})=>p),scanned:c.length})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}}};import{existsSync as Sl}from"fs";import{fileURLToPath as vl}from"url";import{dirname as Il,resolve as Nl}from"path";import{resolveIntegrationToken as Ol}from"@zibby/core/backend-client.js";function Tl(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=Il(vl(import.meta.url)),t=Nl(r,"..","bin","mcp-skill.mjs");return Sl(t)?t:null}var Al=process.env.DISCORD_API_URL||"https://discord.com/api/v10",Rl=2e3;function El(r,t=Rl){let e=String(r??"");if(!e.trim())return[];if(e.length<=t)return[e];let n=[],s=e;for(;s.length>t;){let o=s.slice(0,t).lastIndexOf(`
|
|
373
|
+
`),a=o>t/2?o+1:t;n.push(s.slice(0,a)),s=s.slice(a)}return s&&n.push(s),n}async function us(){let r=(process.env.DISCORD_BOT_TOKEN||"").trim();if(r)return{token:r,guildId:(process.env.DISCORD_GUILD_ID||"").trim()};let t=await Ol(S.DISCORD),e=(t&&t.token?String(t.token):"").trim();if(!e)throw new Error("Discord is not connected: connect Discord in the Zibby dashboard or set DISCORD_BOT_TOKEN.");return{token:e,guildId:(t.guildId||"").trim()}}async function Rr(r,t,{token:e,body:n}={}){let s=e.startsWith("Bot ")?e:`Bot ${e}`,i=await fetch(`${Al}${t}`,{method:r,headers:{Authorization:s,...n!==void 0?{"Content-Type":"application/json"}:{}},...n!==void 0?{body:JSON.stringify(n)}:{}}),o=await i.json().catch(()=>null);if(!i.ok){let a=o&&(o.message||o.error)?o.message||o.error:`HTTP ${i.status}`;throw new Error(`Discord API error (${i.status}): ${a}`)}return o}async function xl({token:r,guildId:t},e){let n=String(e||"").trim()||t||(process.env.DISCORD_GUILD_ID||"").trim();if(n)return n;let s=await Rr("GET","/users/@me/guilds",{token:r}),i=Array.isArray(s)?s:[];if(i.length===1)return i[0].id;if(i.length===0)throw new Error("The bot is not in any Discord server \u2014 invite it to a server first.");let o=i.slice(0,10).map(a=>`${a.name} (${a.id})`).join(", ");throw new Error(`The bot is in ${i.length} servers \u2014 pass guildId explicitly. Servers: ${o}`)}var ms={id:"discord",callsBackend:!0,serverName:"discord",allowedTools:["mcp__discord__*"],requiresIntegration:S.DISCORD,envKeys:["DISCORD_BOT_TOKEN","DISCORD_GUILD_ID"],description:"Discord bot tools (send messages, list channels)",promptFragment:`## Discord
|
|
374
374
|
You can post to the user's Discord server as their bot. Tools:
|
|
375
375
|
- discord_send_message(channelId, text) \u2014 post a message to a channel (long text is auto-chunked to Discord's 2000-char limit)
|
|
376
|
-
- discord_list_channels(guildId?) \u2014 list the server's text channels (id + name) to find where to post; guildId is optional when the bot is in one server`,resolve(){let r={};for(let e of this.envKeys)process.env[e]&&(r[e]=process.env[e]);for(let e of["PROJECT_API_TOKEN","ZIBBY_USER_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV","ZIBBY_PROD_ACCOUNT_API_URL","ZIBBY_SELF_HOST","DISCORD_API_URL","EXECUTION_ID","PROJECT_ID","STAGE"])process.env[e]&&(r[e]=process.env[e]);let t=
|
|
376
|
+
- discord_list_channels(guildId?) \u2014 list the server's text channels (id + name) to find where to post; guildId is optional when the bot is in one server`,resolve(){let r={};for(let e of this.envKeys)process.env[e]&&(r[e]=process.env[e]);for(let e of["PROJECT_API_TOKEN","ZIBBY_USER_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV","ZIBBY_PROD_ACCOUNT_API_URL","ZIBBY_SELF_HOST","DISCORD_API_URL","EXECUTION_ID","PROJECT_ID","STAGE"])process.env[e]&&(r[e]=process.env[e]);let t=Tl();return t?{type:"stdio",command:"node",args:[t,"../dist/discord.js","discordSkill"],env:r,description:this.description,alwaysLoad:!0}:{command:null,args:[],env:r,description:this.description}},async handleToolCall(r,t={}){try{switch(r){case"discord_send_message":{let e=String(t.channelId||"").trim(),n=String(t.text||"");if(!e||!n.trim())return JSON.stringify({ok:!1,error:"channelId and text are required"});let s=await us(),i=El(n),o=[];for(let a of i){let c=await Rr("POST",`/channels/${encodeURIComponent(e)}/messages`,{token:s.token,body:{content:a}});o.push(c&&c.id?c.id:"")}return JSON.stringify({ok:!0,channelId:e,messageIds:o,chunks:i.length})}case"discord_list_channels":{let e=await us(),n=await xl(e,t.guildId),s=await Rr("GET",`/guilds/${encodeURIComponent(n)}/channels`,{token:e.token}),i=(Array.isArray(s)?s:[]).filter(o=>o&&(o.type===0||o.type===5)).map(o=>({id:o.id,name:o.name,type:o.type===5?"announcement":"text",...o.topic?{topic:o.topic}:{}}));return JSON.stringify({ok:!0,guildId:n,channels:i})}default:return JSON.stringify({ok:!1,error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({ok:!1,error:e.message})}},tools:[{name:"discord_send_message",description:"Post a message to a Discord channel as the connected bot. Text over 2000 chars is automatically split into sequential messages.",input_schema:{type:"object",properties:{channelId:{type:"string",description:"Discord channel id (snowflake). Use discord_list_channels to find it."},text:{type:"string",description:"Message text (Discord markdown supported)"}},required:["channelId","text"]}},{name:"discord_list_channels",description:"List the text channels of the connected Discord server (id + name). Pass guildId only when the bot is in multiple servers.",input_schema:{type:"object",properties:{guildId:{type:"string",description:"Discord server (guild) id \u2014 optional when the bot is in exactly one server or one was captured at connect time"}}}}]};import{existsSync as bs,statSync as Ll,readFileSync as jl}from"fs";import{fileURLToPath as $l}from"url";import{basename as Pl,dirname as Cl,resolve as Ul}from"path";import{resolveIntegrationToken as Bl,clearTokenCache as Dl}from"@zibby/core/backend-client.js";function Jl(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=Cl($l(import.meta.url)),t=Ul(r,"..","bin","mcp-skill.mjs");return bs(t)?t:null}var Ml="2022-06-28",ql="https://api.notion.com/v1",Kt=2e4,hs=25,Fl=25,Gt=100,fs=500,Kl=20*1024*1024;function pe(r){if(!r||typeof r!="string")return null;let e=r.trim().split(/[?#]/)[0],n=e.match(/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}/);if(n)return n[0].toLowerCase();let s=e.match(/[0-9a-fA-F]{32}/g);if(s&&s.length){let i=s[s.length-1].toLowerCase();return`${i.slice(0,8)}-${i.slice(8,12)}-${i.slice(12,16)}-${i.slice(16,20)}-${i.slice(20)}`}return null}async function se(r,t={}){let e=async()=>{let{token:n}=await Bl("notion");if(typeof n!="string"||!n)throw new Error(`Invalid notion token type: ${typeof n}`);let s=await fetch(`${ql}${r}`,{method:t.method||"GET",headers:{Authorization:`Bearer ${n}`,"Notion-Version":Ml,Accept:"application/json",...t.body&&!t.formData?{"Content-Type":"application/json"}:{},...t.headers},body:t.formData?t.formData:t.body?JSON.stringify(t.body):void 0});if(!s.ok){let o=await s.text().catch(()=>"");throw new Error(`Notion API ${s.status}: ${o.slice(0,300)}`)}let i=await s.text().catch(()=>"");if(!i||!i.trim())return{};try{return JSON.parse(i)}catch{return{raw:i}}};try{return await e()}catch(n){let s=String(n?.message||n||"").toLowerCase();if(!(s.includes("token")||s.includes("401")||s.includes("unauthorized")))throw n;return Dl("notion"),e()}}function Fe(r){if(!Array.isArray(r))return"";let t="";for(let e of r){let n=e?.plain_text??e?.text?.content??"";if(!n)continue;let s=e.annotations||{};s.code&&(n=`\`${n}\``),s.bold&&(n=`**${n}**`),s.italic&&(n=`_${n}_`),s.strikethrough&&(n=`~~${n}~~`);let i=e?.href||e?.text?.link?.url;i&&(n=`[${n}](${i})`),t+=n}return t}function Gl(r,t,e){let n=r?.type,s=r?.[n]||{},i=" ".repeat(Math.max(0,t)),o=(l="rich_text")=>Fe(s[l]),a;switch(n){case"paragraph":a=o();break;case"heading_1":a=`# ${o()}`;break;case"heading_2":a=`## ${o()}`;break;case"heading_3":a=`### ${o()}`;break;case"bulleted_list_item":a=`${i}- ${o()}`;break;case"numbered_list_item":a=`${i}1. ${o()}`;break;case"to_do":a=`${i}- [${s.checked?"x":" "}] ${o()}`;break;case"toggle":a=`${i}- ${o()}`;break;case"quote":a=`> ${o()}`;break;case"callout":{a=`> ${s.icon?.emoji?`${s.icon.emoji} `:""}${o()}`;break}case"code":{a=`\`\`\`${s.language||""}
|
|
377
377
|
${o()}
|
|
378
378
|
\`\`\``;break}case"divider":a="---";break;case"child_page":a=`[child page: ${s.title||""}]`;break;case"child_database":a=`[child database: ${s.title||""}]`;break;case"bookmark":case"embed":case"link_preview":a=s.url?`<${s.url}>`:"";break;case"equation":a=s.expression?`$${s.expression}$`:"";break;case"table":case"column_list":case"column":a="";break;case"table_row":{let l=(s.cells||[]).map(d=>Fe(d).trim());a=`${i}| ${l.join(" | ")} |`;break}default:a=o();break}let c=[];return a&&a.trim()&&c.push(a),e&&e.trim()&&c.push(e),c.join(`
|
|
379
|
-
`)}async function
|
|
380
|
-
`)}function
|
|
379
|
+
`)}async function ks(r,t,e){let n=[],s,i=0;do{if(e.used>=Kt)break;let o=new URLSearchParams({page_size:"100"});s&&o.set("start_cursor",s);let a=await se(`/blocks/${r}/children?${o.toString()}`),c=Array.isArray(a.results)?a.results:[];for(let l of c){let d="";l.has_children&&(d=await ks(l.id,t+1,e));let p=Gl(l,t,d);if(p&&(n.push(p),e.used+=p.length+1),e.used>=Kt)break}s=a.has_more?a.next_cursor:void 0,i+=1}while(s&&i<Fl);return n.join(`
|
|
380
|
+
`)}function ys(r){let t=r?.properties||{};for(let e of Object.values(t))if(e?.type==="title"){let n=Fe(e.title).trim();if(n)return n}return""}function ct(r){let t=String(r??"");if(!t)return[{type:"text",text:{content:""}}];let e=[];for(let n=0;n<t.length;n+=2e3)e.push({type:"text",text:{content:t.slice(n,n+2e3)}});return e}function Hl(r){return{id:r?.id||"",discussionId:r?.discussion_id||"",text:Fe(r?.rich_text).trim(),author:r?.created_by?.id||"",createdTime:r?.created_time||""}}function Yl(r){if(!r||!r.type)return"";switch(r.type){case"title":return Fe(r.title).trim();case"rich_text":return Fe(r.rich_text).trim();case"number":return r.number==null?"":String(r.number);case"select":return r.select?.name||"";case"status":return r.status?.name||"";case"multi_select":return(r.multi_select||[]).map(e=>e.name).join(", ");case"checkbox":return r.checkbox?"true":"false";case"url":return r.url||"";case"email":return r.email||"";case"phone_number":return r.phone_number||"";case"date":return r.date?.start||"";case"people":return(r.people||[]).map(e=>e.name||e.id).join(", ");default:return""}}function Er(r){return`https://www.notion.so/${String(r||"").replace(/-/g,"")}`}function zl(r){let t=String(r??"").replace(/\r\n/g,`
|
|
381
381
|
`),e=[];for(let n of t.split(`
|
|
382
|
-
`)){let s=n.replace(/\s+$/,"");if(!s.trim())continue;let i=/^(#{1,3})\s+(.*)$/.exec(s),o=/^\s*[-*]\s+(.*)$/.exec(s),a=/^\s*\d+[.)]\s+(.*)$/.exec(s),c,l;i?(c=`heading_${i[1].length}`,l=i[2]):o?(c="bulleted_list_item",l=o[1]):a?(c="numbered_list_item",l=a[1]):(c="paragraph",l=s),e.push({object:"block",type:c,[c]:{rich_text:ct(l)}})}return e}function
|
|
382
|
+
`)){let s=n.replace(/\s+$/,"");if(!s.trim())continue;let i=/^(#{1,3})\s+(.*)$/.exec(s),o=/^\s*[-*]\s+(.*)$/.exec(s),a=/^\s*\d+[.)]\s+(.*)$/.exec(s),c,l;i?(c=`heading_${i[1].length}`,l=i[2]):o?(c="bulleted_list_item",l=o[1]):a?(c="numbered_list_item",l=a[1]):(c="paragraph",l=s),e.push({object:"block",type:c,[c]:{rich_text:ct(l)}})}return e}function gs(r){return Array.isArray(r?.blocks)&&r.blocks.length?r.blocks.slice(0,fs):typeof r?.markdown=="string"&&r.markdown.trim()?zl(r.markdown).slice(0,fs):null}async function _s(r,t){for(let e=0;e<t.length;e+=Gt)await se(`/blocks/${r}/children`,{method:"PATCH",body:{children:t.slice(e,e+Gt)}})}function Wl(r){let t=typeof r=="string"?r.trim():"";if(!t)throw new Error("imagePath is required");if(!bs(t)||!Ll(t).isFile())throw new Error(`imagePath not found (or not a file): ${t}`);if(!/\.(png|jpe?g)$/i.test(t))throw new Error("imagePath must be a .png or .jpg/.jpeg file");let e=jl(t);if(e.length>Kl)throw new Error(`image is ${(e.length/(1024*1024)).toFixed(1)}MB \u2014 max 20MB (Notion single_part upload cap)`);return e}async function Zl(r){let t=Wl(r),e=Pl(r.trim()),n=/\.png$/i.test(e)?"image/png":"image/jpeg",i=(await se("/file_uploads",{method:"POST",body:{mode:"single_part",filename:e}}))?.id;if(!i)throw new Error("Notion file upload create returned no id");let o=new FormData;return o.set("file",new Blob([t],{type:n}),e),await se(`/file_uploads/${i}/send`,{method:"POST",formData:o}),i}var ws={id:"notion",callsBackend:!0,serverName:"notion",allowedTools:["mcp__notion__*"],requiresIntegration:S.NOTION,envKeys:["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV"],description:"Notion \u2014 read pages/databases as context + create pages, append blocks, and insert images",promptFragment:`## Notion
|
|
383
383
|
You can read Notion content as context AND write to Notion (create pages, append blocks, insert images).
|
|
384
384
|
- notion_get_page: pass a Notion page id OR a full Notion URL; returns { id, title, url, text } where text is the page flattened to markdown (truncated to ~20k chars). Use the text as reference context.
|
|
385
385
|
- notion_query_database: pass a database id/URL; returns a small list of rows ({ id, title, url, props }). Use to find a specific page, then notion_get_page it.
|
|
@@ -388,7 +388,7 @@ You can read Notion content as context AND write to Notion (create pages, append
|
|
|
388
388
|
- notion_insert_image: append an image block to a page. Pass { pageId, imagePath } for a LOCAL png/jpg file (\u226420MB, uploaded via Notion's File Upload API) or { pageId, imageUrl } for an external, publicly reachable image URL. Optional caption. Returns { ok, pageId, url }.
|
|
389
389
|
- notion_list_comments: pass a page/block id OR URL; returns the open comment discussions on it ({ id, discussionId, text, author }). Use to read the comment thread you are replying to.
|
|
390
390
|
- notion_add_comment: post a comment. To REPLY in an existing discussion pass { discussionId, text }; to start a NEW top-level comment on a page pass { pageId, text }. Returns { ok, id, discussionId }. Use this to answer a user who @mentioned Zibby in a Notion comment \u2014 reply in the SAME discussionId.
|
|
391
|
-
Do not block the task if Notion is unavailable \u2014 these tools return { ok:false, error } on failure; treat a missing page as "no extra context" / "cannot deliver to Notion" and continue.`,resolve(){let r=Pl();if(!r)return null;let t={};for(let e of this.envKeys)process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/notion.js","notionSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{switch(r){case"notion_get_page":{let e=t?.pageId||t?.page||t?.url||t?.id,n=pe(e);if(!n)return JSON.stringify({ok:!1,error:"A valid Notion page id or URL is required"});let s=await se(`/pages/${n}`),i=fs(s),o=s?.url||`https://www.notion.so/${n.replace(/-/g,"")}`,c=await bs(n,0,{used:0}),l=!1;return c.length>Kt&&(c=c.slice(0,Kt),l=!0),JSON.stringify({ok:!0,id:n,title:i,url:o,text:c,...l?{truncated:!0}:{}})}case"notion_query_database":{let e=t?.databaseId||t?.database||t?.url||t?.id,n=pe(e);if(!n)return JSON.stringify({ok:!1,error:"A valid Notion database id or URL is required"});let i={page_size:Math.max(1,Math.min(Number(t?.maxResults)||ms,ms))};t?.filter&&typeof t.filter=="object"&&(i.filter=t.filter);let o=await se(`/databases/${n}/query`,{method:"POST",body:i}),c=(Array.isArray(o.results)?o.results:[]).map(l=>{let d={};for(let[p,u]of Object.entries(l.properties||{})){let m=ql(u);m&&(d[p]=m)}return{id:l.id,title:fs(l),url:l.url||`https://www.notion.so/${String(l.id||"").replace(/-/g,"")}`,props:d}});return JSON.stringify({ok:!0,id:n,count:c.length,hasMore:!!o.has_more,rows:c})}case"notion_create_page":{let e=typeof t?.title=="string"&&t.title.trim()?t.title.trim():null;if(!e)return JSON.stringify({ok:!1,error:"title is required"});let n=t?.databaseId?pe(t.databaseId):null,s=t?.parentPageId?pe(t.parentPageId):pe(t?.parent||t?.pageId);if(!n&&!s)return JSON.stringify({ok:!1,error:"A valid parentPageId or databaseId is required"});let i=n?{database_id:n}:{page_id:s},o={title:{title:ct(e)}},a=ys(t)||[],c=a.slice(0,Gt),l=await se("/pages",{method:"POST",body:{parent:i,properties:o,...c.length?{children:c}:{}}}),d=l?.id;if(!d)return JSON.stringify({ok:!1,error:"Notion page create returned no id"});let p=a.slice(Gt);return p.length&&await gs(d,p),JSON.stringify({ok:!0,pageId:d,url:l?.url||Er(d)})}case"notion_append_blocks":{let e=pe(t?.pageId||t?.blockId||t?.url||t?.id);if(!e)return JSON.stringify({ok:!1,error:"A valid Notion page id or URL is required"});let n=ys(t);return!n||!n.length?JSON.stringify({ok:!1,error:"markdown or blocks content is required"}):(await gs(e,n),JSON.stringify({ok:!0,pageId:e,url:Er(e)}))}case"notion_insert_image":{let e=pe(t?.pageId||t?.url||t?.id);if(!e)return JSON.stringify({ok:!1,error:"A valid Notion page id or URL is required"});let n=typeof t?.caption=="string"&&t.caption.trim()?ct(t.caption.trim()):null,s,i;if(typeof t?.imagePath=="string"&&t.imagePath.trim())i=await Gl(t.imagePath),s={type:"file_upload",file_upload:{id:i}};else if(typeof t?.imageUrl=="string"&&t.imageUrl.trim())s={type:"external",external:{url:t.imageUrl.trim()}};else return JSON.stringify({ok:!1,error:"imagePath (local png/jpg) or imageUrl is required"});return n&&(s.caption=n),await se(`/blocks/${e}/children`,{method:"PATCH",body:{children:[{object:"block",type:"image",image:s}]}}),JSON.stringify({ok:!0,pageId:e,url:Er(e),...i?{fileUploadId:i}:{}})}case"notion_list_comments":{let e=t?.blockId||t?.pageId||t?.block||t?.page||t?.url||t?.id,n=pe(e);if(!n)return JSON.stringify({ok:!1,error:"A valid Notion page/block id or URL is required"});let s=new URLSearchParams({block_id:n,page_size:"100"}),i=await se(`/comments?${s.toString()}`),a=(Array.isArray(i.results)?i.results:[]).map(Ml);return JSON.stringify({ok:!0,id:n,count:a.length,comments:a})}case"notion_add_comment":{let e=typeof t?.text=="string"?t.text:typeof t?.body=="string"?t.body:"";if(!e||!e.trim())return JSON.stringify({ok:!1,error:"text is required"});let n=t?.discussionId||t?.discussion_id||null,s;if(n)s={discussion_id:String(n),rich_text:ct(e)};else{let o=t?.pageId||t?.page||t?.url||t?.id,a=pe(o);if(!a)return JSON.stringify({ok:!1,error:"Either discussionId (to reply) or a valid pageId (to start a comment) is required"});s={parent:{page_id:a},rich_text:ct(e)}}let i=await se("/comments",{method:"POST",body:s});return JSON.stringify({ok:!0,id:i?.id||"",discussionId:i?.discussion_id||n||""})}default:return JSON.stringify({ok:!1,error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({ok:!1,error:e.message})}},tools:[{name:"notion_get_page",description:"Fetch a Notion page and its content flattened to markdown, for use as read-only context. Accepts a raw page id OR a full Notion URL. Returns { ok, id, title, url, text }. Text is truncated to ~20k chars.",input_schema:{type:"object",properties:{pageId:{type:"string",description:"Notion page id (dashed UUID or 32-char) OR a full Notion page URL."}},required:["pageId"]}},{name:"notion_query_database",description:"Query a Notion database and return a bounded list of rows (id, title, url, key props). Accepts a database id OR full Notion URL. Optional Notion filter object. Returns at most 25 rows.",input_schema:{type:"object",properties:{databaseId:{type:"string",description:"Notion database id (dashed UUID or 32-char) OR a full Notion database URL."},filter:{type:"object",description:"Optional Notion filter object (Notion query filter syntax).",additionalProperties:!0},maxResults:{type:"number",description:"Max rows to return (default 25, max 25)."}},required:["databaseId"]}},{name:"notion_create_page",description:"Create a new Notion page under a parent page (parentPageId) OR in a database (databaseId) \u2014 exactly one parent is required. Body from markdown (#/##/### headings, - bullets, 1. ordered lists; inline marks kept as literal text) or raw Notion block objects. Long bodies are chunked automatically (Notion caps 100 blocks/request). Returns { ok, pageId, url } \u2014 share the url with the user.",input_schema:{type:"object",properties:{parentPageId:{type:"string",description:"Parent PAGE id/URL to create the page under (used when databaseId is absent)."},databaseId:{type:"string",description:"Parent DATABASE id/URL to create the page in (title goes into the title property)."},title:{type:"string",description:"Page title."},markdown:{type:"string",description:"Page body as markdown (preferred)."},blocks:{type:"array",description:"Raw Notion block objects (advanced; used instead of markdown, max 500).",items:{type:"object",additionalProperties:!0}}},required:["title"]}},{name:"notion_append_blocks",description:"Append markdown (or raw Notion blocks) to the END of an existing Notion page. Accepts a page id or full Notion URL. Chunks automatically at Notion's 100-blocks-per-request cap. Returns { ok, pageId, url }.",input_schema:{type:"object",properties:{pageId:{type:"string",description:"Notion page id (dashed UUID or 32-char) OR a full Notion page URL."},markdown:{type:"string",description:"Content to append, as markdown (preferred)."},blocks:{type:"array",description:"Raw Notion block objects (advanced; used instead of markdown, max 500).",items:{type:"object",additionalProperties:!0}}},required:["pageId"]}},{name:"notion_insert_image",description:"Append an image block to a Notion page. Pass imagePath for a LOCAL .png/.jpg file (max 20MB \u2014 uploaded via Notion's File Upload API, stored by Notion) or imageUrl for an external publicly-reachable image URL. Optional caption. Returns { ok, pageId, url }.",input_schema:{type:"object",properties:{pageId:{type:"string",description:"Notion page id (dashed UUID or 32-char) OR a full Notion page URL."},imagePath:{type:"string",description:"Local filesystem path to a .png or .jpg/.jpeg image (max 20MB). Preferred for locally rendered charts."},imageUrl:{type:"string",description:"External image URL (must be publicly reachable; used when imagePath is absent)."},caption:{type:"string",description:"Optional image caption."}},required:["pageId"]}},{name:"notion_list_comments",description:"List the open comment discussions on a Notion page/block. Accepts a page/block id OR a full Notion URL. Returns { ok, comments:[{ id, discussionId, text, author }] }. Use to read the comment thread you are replying to.",input_schema:{type:"object",properties:{blockId:{type:"string",description:"Notion page or block id (dashed UUID or 32-char) OR a full Notion URL."}},required:["blockId"]}},{name:"notion_add_comment",description:"Post a comment on Notion. To REPLY within an existing discussion, pass { discussionId, text }. To start a NEW top-level comment on a page, pass { pageId, text }. Returns { ok, id, discussionId }. Use this to answer a user who @mentioned Zibby in a Notion comment (reply in the same discussionId).",input_schema:{type:"object",properties:{discussionId:{type:"string",description:"The discussion_id to reply into (from notion_list_comments). Preferred for replies."},pageId:{type:"string",description:"Page id/URL to start a NEW top-level comment on (used when discussionId is absent)."},text:{type:"string",description:"The comment body (plain text)."}},required:["text"]}}]};import{existsSync as Hl,readFileSync as Yl}from"fs";import{fileURLToPath as zl}from"url";import{dirname as Wl,resolve as Zl}from"path";import{resolveIntegrationToken as xr,clearTokenCache as Vl}from"@zibby/core/backend-client.js";function Xl(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=Wl(zl(import.meta.url)),t=Zl(r,"..","bin","mcp-skill.mjs");return Hl(t)?t:null}function Ql(){let r=String(process.env.ZIBBY_INJECTED_LINKEDIN_TOKEN||"").trim();if(!r)return null;let t=String(process.env.ZIBBY_INJECTED_LINKEDIN_MEMBER_ID||"").trim();return{token:r,memberId:t}}function ed(){return String(process.env.ZIBBY_CHAT_STRICT_PERSONAL||"").trim()==="1"}function td(){return String(process.env.ZIBBY_SENDER_IS_NON_OWNER||"").trim()==="1"}var rd="You haven't connected your own LinkedIn account \u2014 connect it at https://studio.zibby.dev/integrations (LinkedIn). For privacy, I can't post or act as anyone else's LinkedIn (including the project owner's) on your behalf.";function Lr(){let r=Ql();if(r)return r;if(ed()||td())throw new Error(rd);return null}var nd="202506",sd="https://api.linkedin.com";function ws(r){if(r==null)return null;let t=String(r).trim();if(!t)return null;let e=t.match(/urn:li:organization:(\d+)/i);return e?e[1]:/^\d+$/.test(t)?t:null}function Ss(r){if(!r)return"";if(r.localizedName)return String(r.localizedName);let t=r.name&&r.name.localized;if(t&&typeof t=="object"){let e=Object.values(t)[0];if(e)return String(e)}return""}function Ht(r,t){return r?typeof r.get=="function"?r.get(t):r[t]||r[t.toLowerCase()]||null:null}async function Oe(r,t={},e="linkedin_business"){let n=async()=>{let s;if(e==="linkedin_personal"){let l=Lr();l&&(s=l.token)}if(s||({token:s}=await xr(e)),typeof s!="string"||!s)throw new Error("LinkedIn is not connected: no access token available. Connect LinkedIn in Integrations.");let i=r.startsWith("https://")?r:`${sd}${r}`,o=await fetch(i,{method:t.method||"GET",headers:{Authorization:`Bearer ${s}`,"LinkedIn-Version":nd,"X-Restli-Protocol-Version":"2.0.0",Accept:"application/json",...t.body?{"Content-Type":"application/json"}:{},...t.headers},body:t.body?JSON.stringify(t.body):void 0});if(!o.ok){let l=await o.text().catch(()=>"");throw new Error(`LinkedIn API ${o.status}: ${l.slice(0,300)}`)}let a=await o.text().catch(()=>""),c={};if(a&&a.trim())try{c=JSON.parse(a)}catch{c={raw:a}}return{status:o.status,headers:o.headers,body:c}};try{return await n()}catch(s){let i=String(s?.message||s||"").toLowerCase();if(!(i.includes("token")||i.includes("401")||i.includes("unauthorized")))throw s;return Vl(e),n()}}async function id(r){let t;if(r==="linkedin_personal"){let e=Lr();e&&(t=e.token)}if(t||({token:t}=await xr(r)),typeof t!="string"||!t)throw new Error("LinkedIn is not connected: no access token available. Connect LinkedIn in Integrations.");return t}function od(r){switch(String(r||"").toLowerCase().match(/\.([a-z0-9]+)$/)?.[1]){case"jpg":case"jpeg":return"image/jpeg";case"gif":return"image/gif";case"webp":return"image/webp";default:return"image/png"}}async function vs(r,t,e,n){if(typeof e!="string"||!e.trim())throw new Error("imagePath (a local image file path) is required to upload an image");let{body:s}=await Oe("/rest/images?action=initializeUpload",{method:"POST",body:{initializeUploadRequest:{owner:t}}},r),i=s?.value?.uploadUrl,o=s?.value?.image;if(!i||!o)throw new Error(`LinkedIn image initializeUpload returned no uploadUrl/image (got: ${JSON.stringify(s).slice(0,200)})`);let a=Yl(e),c=await id(r),l=await fetch(i,{method:"PUT",headers:{Authorization:`Bearer ${c}`,"Content-Type":n||od(e)},body:a});if(!l.ok){let d=await l.text().catch(()=>"");throw new Error(`LinkedIn image upload ${l.status}: ${d.slice(0,300)}`)}return o}var Is={id:"linkedin",callsBackend:!0,serverName:"linkedin",allowedTools:["mcp__linkedin__*"],envKeys:[],description:"LinkedIn \u2014 (business) list admin Organizations + create DRAFT posts on a company Page, and (personal) PUBLISH a post to your own member profile feed",promptFragment:`## LinkedIn
|
|
391
|
+
Do not block the task if Notion is unavailable \u2014 these tools return { ok:false, error } on failure; treat a missing page as "no extra context" / "cannot deliver to Notion" and continue.`,resolve(){let r=Jl();if(!r)return null;let t={};for(let e of this.envKeys)process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/notion.js","notionSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{switch(r){case"notion_get_page":{let e=t?.pageId||t?.page||t?.url||t?.id,n=pe(e);if(!n)return JSON.stringify({ok:!1,error:"A valid Notion page id or URL is required"});let s=await se(`/pages/${n}`),i=ys(s),o=s?.url||`https://www.notion.so/${n.replace(/-/g,"")}`,c=await ks(n,0,{used:0}),l=!1;return c.length>Kt&&(c=c.slice(0,Kt),l=!0),JSON.stringify({ok:!0,id:n,title:i,url:o,text:c,...l?{truncated:!0}:{}})}case"notion_query_database":{let e=t?.databaseId||t?.database||t?.url||t?.id,n=pe(e);if(!n)return JSON.stringify({ok:!1,error:"A valid Notion database id or URL is required"});let i={page_size:Math.max(1,Math.min(Number(t?.maxResults)||hs,hs))};t?.filter&&typeof t.filter=="object"&&(i.filter=t.filter);let o=await se(`/databases/${n}/query`,{method:"POST",body:i}),c=(Array.isArray(o.results)?o.results:[]).map(l=>{let d={};for(let[p,u]of Object.entries(l.properties||{})){let m=Yl(u);m&&(d[p]=m)}return{id:l.id,title:ys(l),url:l.url||`https://www.notion.so/${String(l.id||"").replace(/-/g,"")}`,props:d}});return JSON.stringify({ok:!0,id:n,count:c.length,hasMore:!!o.has_more,rows:c})}case"notion_create_page":{let e=typeof t?.title=="string"&&t.title.trim()?t.title.trim():null;if(!e)return JSON.stringify({ok:!1,error:"title is required"});let n=t?.databaseId?pe(t.databaseId):null,s=t?.parentPageId?pe(t.parentPageId):pe(t?.parent||t?.pageId);if(!n&&!s)return JSON.stringify({ok:!1,error:"A valid parentPageId or databaseId is required"});let i=n?{database_id:n}:{page_id:s},o={title:{title:ct(e)}},a=gs(t)||[],c=a.slice(0,Gt),l=await se("/pages",{method:"POST",body:{parent:i,properties:o,...c.length?{children:c}:{}}}),d=l?.id;if(!d)return JSON.stringify({ok:!1,error:"Notion page create returned no id"});let p=a.slice(Gt);return p.length&&await _s(d,p),JSON.stringify({ok:!0,pageId:d,url:l?.url||Er(d)})}case"notion_append_blocks":{let e=pe(t?.pageId||t?.blockId||t?.url||t?.id);if(!e)return JSON.stringify({ok:!1,error:"A valid Notion page id or URL is required"});let n=gs(t);return!n||!n.length?JSON.stringify({ok:!1,error:"markdown or blocks content is required"}):(await _s(e,n),JSON.stringify({ok:!0,pageId:e,url:Er(e)}))}case"notion_insert_image":{let e=pe(t?.pageId||t?.url||t?.id);if(!e)return JSON.stringify({ok:!1,error:"A valid Notion page id or URL is required"});let n=typeof t?.caption=="string"&&t.caption.trim()?ct(t.caption.trim()):null,s,i;if(typeof t?.imagePath=="string"&&t.imagePath.trim())i=await Zl(t.imagePath),s={type:"file_upload",file_upload:{id:i}};else if(typeof t?.imageUrl=="string"&&t.imageUrl.trim())s={type:"external",external:{url:t.imageUrl.trim()}};else return JSON.stringify({ok:!1,error:"imagePath (local png/jpg) or imageUrl is required"});return n&&(s.caption=n),await se(`/blocks/${e}/children`,{method:"PATCH",body:{children:[{object:"block",type:"image",image:s}]}}),JSON.stringify({ok:!0,pageId:e,url:Er(e),...i?{fileUploadId:i}:{}})}case"notion_list_comments":{let e=t?.blockId||t?.pageId||t?.block||t?.page||t?.url||t?.id,n=pe(e);if(!n)return JSON.stringify({ok:!1,error:"A valid Notion page/block id or URL is required"});let s=new URLSearchParams({block_id:n,page_size:"100"}),i=await se(`/comments?${s.toString()}`),a=(Array.isArray(i.results)?i.results:[]).map(Hl);return JSON.stringify({ok:!0,id:n,count:a.length,comments:a})}case"notion_add_comment":{let e=typeof t?.text=="string"?t.text:typeof t?.body=="string"?t.body:"";if(!e||!e.trim())return JSON.stringify({ok:!1,error:"text is required"});let n=t?.discussionId||t?.discussion_id||null,s;if(n)s={discussion_id:String(n),rich_text:ct(e)};else{let o=t?.pageId||t?.page||t?.url||t?.id,a=pe(o);if(!a)return JSON.stringify({ok:!1,error:"Either discussionId (to reply) or a valid pageId (to start a comment) is required"});s={parent:{page_id:a},rich_text:ct(e)}}let i=await se("/comments",{method:"POST",body:s});return JSON.stringify({ok:!0,id:i?.id||"",discussionId:i?.discussion_id||n||""})}default:return JSON.stringify({ok:!1,error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({ok:!1,error:e.message})}},tools:[{name:"notion_get_page",description:"Fetch a Notion page and its content flattened to markdown, for use as read-only context. Accepts a raw page id OR a full Notion URL. Returns { ok, id, title, url, text }. Text is truncated to ~20k chars.",input_schema:{type:"object",properties:{pageId:{type:"string",description:"Notion page id (dashed UUID or 32-char) OR a full Notion page URL."}},required:["pageId"]}},{name:"notion_query_database",description:"Query a Notion database and return a bounded list of rows (id, title, url, key props). Accepts a database id OR full Notion URL. Optional Notion filter object. Returns at most 25 rows.",input_schema:{type:"object",properties:{databaseId:{type:"string",description:"Notion database id (dashed UUID or 32-char) OR a full Notion database URL."},filter:{type:"object",description:"Optional Notion filter object (Notion query filter syntax).",additionalProperties:!0},maxResults:{type:"number",description:"Max rows to return (default 25, max 25)."}},required:["databaseId"]}},{name:"notion_create_page",description:"Create a new Notion page under a parent page (parentPageId) OR in a database (databaseId) \u2014 exactly one parent is required. Body from markdown (#/##/### headings, - bullets, 1. ordered lists; inline marks kept as literal text) or raw Notion block objects. Long bodies are chunked automatically (Notion caps 100 blocks/request). Returns { ok, pageId, url } \u2014 share the url with the user.",input_schema:{type:"object",properties:{parentPageId:{type:"string",description:"Parent PAGE id/URL to create the page under (used when databaseId is absent)."},databaseId:{type:"string",description:"Parent DATABASE id/URL to create the page in (title goes into the title property)."},title:{type:"string",description:"Page title."},markdown:{type:"string",description:"Page body as markdown (preferred)."},blocks:{type:"array",description:"Raw Notion block objects (advanced; used instead of markdown, max 500).",items:{type:"object",additionalProperties:!0}}},required:["title"]}},{name:"notion_append_blocks",description:"Append markdown (or raw Notion blocks) to the END of an existing Notion page. Accepts a page id or full Notion URL. Chunks automatically at Notion's 100-blocks-per-request cap. Returns { ok, pageId, url }.",input_schema:{type:"object",properties:{pageId:{type:"string",description:"Notion page id (dashed UUID or 32-char) OR a full Notion page URL."},markdown:{type:"string",description:"Content to append, as markdown (preferred)."},blocks:{type:"array",description:"Raw Notion block objects (advanced; used instead of markdown, max 500).",items:{type:"object",additionalProperties:!0}}},required:["pageId"]}},{name:"notion_insert_image",description:"Append an image block to a Notion page. Pass imagePath for a LOCAL .png/.jpg file (max 20MB \u2014 uploaded via Notion's File Upload API, stored by Notion) or imageUrl for an external publicly-reachable image URL. Optional caption. Returns { ok, pageId, url }.",input_schema:{type:"object",properties:{pageId:{type:"string",description:"Notion page id (dashed UUID or 32-char) OR a full Notion page URL."},imagePath:{type:"string",description:"Local filesystem path to a .png or .jpg/.jpeg image (max 20MB). Preferred for locally rendered charts."},imageUrl:{type:"string",description:"External image URL (must be publicly reachable; used when imagePath is absent)."},caption:{type:"string",description:"Optional image caption."}},required:["pageId"]}},{name:"notion_list_comments",description:"List the open comment discussions on a Notion page/block. Accepts a page/block id OR a full Notion URL. Returns { ok, comments:[{ id, discussionId, text, author }] }. Use to read the comment thread you are replying to.",input_schema:{type:"object",properties:{blockId:{type:"string",description:"Notion page or block id (dashed UUID or 32-char) OR a full Notion URL."}},required:["blockId"]}},{name:"notion_add_comment",description:"Post a comment on Notion. To REPLY within an existing discussion, pass { discussionId, text }. To start a NEW top-level comment on a page, pass { pageId, text }. Returns { ok, id, discussionId }. Use this to answer a user who @mentioned Zibby in a Notion comment (reply in the same discussionId).",input_schema:{type:"object",properties:{discussionId:{type:"string",description:"The discussion_id to reply into (from notion_list_comments). Preferred for replies."},pageId:{type:"string",description:"Page id/URL to start a NEW top-level comment on (used when discussionId is absent)."},text:{type:"string",description:"The comment body (plain text)."}},required:["text"]}}]};import{existsSync as Vl,readFileSync as Xl}from"fs";import{fileURLToPath as Ql}from"url";import{dirname as ed,resolve as td}from"path";import{resolveIntegrationToken as xr,clearTokenCache as rd}from"@zibby/core/backend-client.js";function nd(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=ed(Ql(import.meta.url)),t=td(r,"..","bin","mcp-skill.mjs");return Vl(t)?t:null}function sd(){let r=String(process.env.ZIBBY_INJECTED_LINKEDIN_TOKEN||"").trim();if(!r)return null;let t=String(process.env.ZIBBY_INJECTED_LINKEDIN_MEMBER_ID||"").trim();return{token:r,memberId:t}}function id(){return String(process.env.ZIBBY_CHAT_STRICT_PERSONAL||"").trim()==="1"}function od(){return String(process.env.ZIBBY_SENDER_IS_NON_OWNER||"").trim()==="1"}var ad="You haven't connected your own LinkedIn account \u2014 connect it at https://studio.zibby.dev/integrations (LinkedIn). For privacy, I can't post or act as anyone else's LinkedIn (including the project owner's) on your behalf.";function Lr(){let r=sd();if(r)return r;if(id()||od())throw new Error(ad);return null}var cd="202506",ld="https://api.linkedin.com";function Ss(r){if(r==null)return null;let t=String(r).trim();if(!t)return null;let e=t.match(/urn:li:organization:(\d+)/i);return e?e[1]:/^\d+$/.test(t)?t:null}function vs(r){if(!r)return"";if(r.localizedName)return String(r.localizedName);let t=r.name&&r.name.localized;if(t&&typeof t=="object"){let e=Object.values(t)[0];if(e)return String(e)}return""}function Ht(r,t){return r?typeof r.get=="function"?r.get(t):r[t]||r[t.toLowerCase()]||null:null}async function Oe(r,t={},e="linkedin_business"){let n=async()=>{let s;if(e==="linkedin_personal"){let l=Lr();l&&(s=l.token)}if(s||({token:s}=await xr(e)),typeof s!="string"||!s)throw new Error("LinkedIn is not connected: no access token available. Connect LinkedIn in Integrations.");let i=r.startsWith("https://")?r:`${ld}${r}`,o=await fetch(i,{method:t.method||"GET",headers:{Authorization:`Bearer ${s}`,"LinkedIn-Version":cd,"X-Restli-Protocol-Version":"2.0.0",Accept:"application/json",...t.body?{"Content-Type":"application/json"}:{},...t.headers},body:t.body?JSON.stringify(t.body):void 0});if(!o.ok){let l=await o.text().catch(()=>"");throw new Error(`LinkedIn API ${o.status}: ${l.slice(0,300)}`)}let a=await o.text().catch(()=>""),c={};if(a&&a.trim())try{c=JSON.parse(a)}catch{c={raw:a}}return{status:o.status,headers:o.headers,body:c}};try{return await n()}catch(s){let i=String(s?.message||s||"").toLowerCase();if(!(i.includes("token")||i.includes("401")||i.includes("unauthorized")))throw s;return rd(e),n()}}async function dd(r){let t;if(r==="linkedin_personal"){let e=Lr();e&&(t=e.token)}if(t||({token:t}=await xr(r)),typeof t!="string"||!t)throw new Error("LinkedIn is not connected: no access token available. Connect LinkedIn in Integrations.");return t}function pd(r){switch(String(r||"").toLowerCase().match(/\.([a-z0-9]+)$/)?.[1]){case"jpg":case"jpeg":return"image/jpeg";case"gif":return"image/gif";case"webp":return"image/webp";default:return"image/png"}}async function Is(r,t,e,n){if(typeof e!="string"||!e.trim())throw new Error("imagePath (a local image file path) is required to upload an image");let{body:s}=await Oe("/rest/images?action=initializeUpload",{method:"POST",body:{initializeUploadRequest:{owner:t}}},r),i=s?.value?.uploadUrl,o=s?.value?.image;if(!i||!o)throw new Error(`LinkedIn image initializeUpload returned no uploadUrl/image (got: ${JSON.stringify(s).slice(0,200)})`);let a=Xl(e),c=await dd(r),l=await fetch(i,{method:"PUT",headers:{Authorization:`Bearer ${c}`,"Content-Type":n||pd(e)},body:a});if(!l.ok){let d=await l.text().catch(()=>"");throw new Error(`LinkedIn image upload ${l.status}: ${d.slice(0,300)}`)}return o}var Ns={id:"linkedin",callsBackend:!0,serverName:"linkedin",allowedTools:["mcp__linkedin__*"],envKeys:[],description:"LinkedIn \u2014 (business) list admin Organizations + create DRAFT posts on a company Page, and (personal) PUBLISH a post to your own member profile feed",promptFragment:`## LinkedIn
|
|
392
392
|
You can post to LinkedIn two ways \u2014 an ORG company Page (business) and your own member PROFILE (personal). Each path needs its own LinkedIn integration connected.
|
|
393
393
|
|
|
394
394
|
Business (company Page) \u2014 DRAFT only:
|
|
@@ -404,10 +404,10 @@ Attaching an image (optional, both tools):
|
|
|
404
404
|
Notes:
|
|
405
405
|
- Org-page posts are ALWAYS created as a DRAFT; personal-profile posts are ALWAYS published live \u2014 choose the tool accordingly.
|
|
406
406
|
- PUBLISHING IS OUTWARD-FACING AND IRREVERSIBLE. linkedin_publish_post posts live to a real audience the instant you call it \u2014 there is no undo and no draft state for member profiles. Only call it after the human has EXPLICITLY approved publishing THIS specific text in THIS conversation. If you wrote or edited the text, show it and get an explicit "yes, publish" first; if you are unsure, HOLD/draft rather than publish. The org draft tool (linkedin_create_draft_post) is the safe default when a human still needs to review.
|
|
407
|
-
- If the relevant LinkedIn integration is not connected these tools return { ok:false, error }; treat that as "LinkedIn unavailable" and continue.`,resolve(){let r=Xl();if(!r)return{command:null,args:[],env:{},description:this.description};let t={};for(let e of["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV","ZIBBY_INJECTED_LINKEDIN_TOKEN","ZIBBY_INJECTED_LINKEDIN_MEMBER_ID","ZIBBY_SENDER_IS_NON_OWNER","ZIBBY_CHAT_STRICT_PERSONAL"])process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/linkedin.js","linkedinSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{switch(r){case"linkedin_list_organizations":{let{body:e}=await Oe("/rest/organizationAcls?q=roleAssignee&role=ADMINISTRATOR&state=APPROVED",{},"linkedin_business"),n=Array.isArray(e.elements)?e.elements:[],s=[];for(let i of n){let o=i.organizationalTarget||i["organizationalTarget~"]||i.organization,a=ws(o);if(!a)continue;let c="",l="";try{let d=(await Oe(`/rest/organizations/${a}`,{},"linkedin_business")).body;c=Ss(d),l=d.vanityName||""}catch{}s.push({id:a,urn:`urn:li:organization:${a}`,name:c,vanityName:l})}return JSON.stringify({ok:!0,count:s.length,organizations:s})}case"linkedin_create_draft_post":{let e=t?.organizationUrn||t?.organizationId||t?.organization||t?.orgId,n=ws(e);if(!n)return JSON.stringify({ok:!1,error:"A valid organizationId or organizationUrn (urn:li:organization:{id}) is required"});let s=t?.text;if(typeof s!="string"||!s.trim())return JSON.stringify({ok:!1,error:"text (the post commentary) is required"});let i=t?.visibility?String(t.visibility).toUpperCase():"PUBLIC",o=`urn:li:organization:${n}`,a=typeof t?.imagePath=="string"?t.imagePath.trim():"",c=typeof t?.imageAltText=="string"?t.imageAltText:"";if(t?.dry_run===!0)try{let u="";try{let m=(await Oe(`/rest/organizations/${n}`,{},"linkedin_business")).body;u=Ss(m)}catch{}return JSON.stringify({dryRun:!0,target:"organization",wouldPostAs:{name:u,id:n,urn:o},visibility:i,textPreview:s,...a?{imageWouldAttach:!0,imagePath:a}:{},note:"DRY RUN \u2014 nothing was posted"})}catch(u){return JSON.stringify({dryRun:!0,ok:!1,error:u.message})}let l={author:o,commentary:s,visibility:i,distribution:{feedDistribution:"MAIN_FEED",targetEntities:[],thirdPartyDistributionChannels:[]},lifecycleState:"DRAFT",isReshareDisabledByAuthor:!1};if(a){let u=await vs("linkedin_business",o,a);l.content={media:{id:u,altText:c||""}}}let d=await Oe("/rest/posts",{method:"POST",body:l},"linkedin_business"),p=Ht(d.headers,"x-restli-id")||Ht(d.headers,"x-linkedin-id")||d.body?.id||null;return JSON.stringify({ok:!0,postUrn:p,author:o,lifecycleState:"DRAFT",visibility:i,status:d.status})}case"linkedin_publish_post":{let e=Lr(),n=e?e.memberId:(await xr("linkedin_personal")).memberId;if(!n)return JSON.stringify({ok:!1,error:"LinkedIn (personal) not connected or member id unavailable \u2014 reconnect LinkedIn Personal"});let s=t?.text;if(typeof s!="string"||!s.trim())return JSON.stringify({ok:!1,error:"text (the post body) is required"});let i=t?.visibility?String(t.visibility).toUpperCase():"PUBLIC",o=`urn:li:person:${n}`,a=typeof t?.imagePath=="string"?t.imagePath.trim():"",c=typeof t?.imageAltText=="string"?t.imageAltText:"";if(t?.dry_run===!0)try{let u=(await Oe("/v2/userinfo",{},"linkedin_personal")).body,m=u?.name||[u?.given_name,u?.family_name].filter(Boolean).join(" ")||"",h=u?.sub?String(u.sub):n;return JSON.stringify({dryRun:!0,target:"member",wouldPostAs:{name:m,id:h,urn:`urn:li:person:${h}`},visibility:i,textPreview:s,...a?{imageWouldAttach:!0,imagePath:a}:{},note:"DRY RUN \u2014 nothing was posted"})}catch(u){return JSON.stringify({dryRun:!0,ok:!1,error:u.message})}let l={author:o,commentary:s,visibility:i,distribution:{feedDistribution:"MAIN_FEED",targetEntities:[],thirdPartyDistributionChannels:[]},lifecycleState:"PUBLISHED",isReshareDisabledByAuthor:!1};if(a){let u=await vs("linkedin_personal",o,a);l.content={media:{id:u,altText:c||""}}}let d=await Oe("/rest/posts",{method:"POST",body:l},"linkedin_personal"),p=Ht(d.headers,"x-restli-id")||Ht(d.headers,"x-linkedin-id")||d.body?.id||null;return JSON.stringify({ok:!0,postUrn:p,author:o,lifecycleState:"PUBLISHED",visibility:i,status:d.status})}default:return JSON.stringify({ok:!1,error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({ok:!1,error:e.message})}},tools:[{name:"linkedin_list_organizations",description:"List the LinkedIn Organizations (company Pages) the authenticated member ADMINISTERS. Returns [{ id, urn, name, vanityName }]. Call this first to choose the author org for a draft post.",input_schema:{type:"object",properties:{}}},{name:"linkedin_create_draft_post",description:"Create a DRAFT post on a LinkedIn Organization (company Page). The post is created in DRAFT state (never published automatically) so a human can review and publish it in LinkedIn. Returns the created post URN. Optionally ATTACH an image: pass imagePath (a local PNG file path, e.g. one returned by social_card_render) and it is uploaded to LinkedIn and attached to the post. Set dry_run:true to VALIDATE which LinkedIn account/profile the post would go to (and preview the text) WITHOUT posting \u2014 nothing is published or uploaded (a set imagePath is reported as imageWouldAttach:true).",input_schema:{type:"object",properties:{organizationId:{type:"string",description:'The numeric organization id (e.g. "12345"). Alternative to organizationUrn.'},organizationUrn:{type:"string",description:'The organization URN, e.g. "urn:li:organization:12345". Alternative to organizationId.'},text:{type:"string",description:"The post commentary (the body text of the post)."},visibility:{type:"string",enum:["PUBLIC"],description:"Post visibility. Defaults to PUBLIC."},imagePath:{type:"string",description:"Optional. A LOCAL image file path (e.g. a PNG returned by social_card_render). When set, the image is uploaded to LinkedIn and attached to the post as its media. Not uploaded on a dry_run."},imageAltText:{type:"string",description:"Optional alt text for the attached image (accessibility). Only used when imagePath is set."},dry_run:{type:"boolean",description:"Set dry_run:true to VALIDATE which LinkedIn account/profile the post would go to (and preview the text) WITHOUT posting \u2014 nothing is published or uploaded. Returns { dryRun, target, wouldPostAs, visibility, textPreview, imageWouldAttach? }. Defaults to false."}},required:["text"]}},{name:"linkedin_publish_post",description:"PUBLISH a post to the authenticated member's OWN LinkedIn profile feed (personal). UNLIKE linkedin_create_draft_post (which only drafts on a company Page), this PUBLISHES the post IMMEDIATELY \u2014 LinkedIn has no DRAFT state for member profiles, so there is no human review step. Returns the created post URN. Requires the LinkedIn Personal integration connected. Optionally ATTACH an image: pass imagePath (a local PNG file path, e.g. one returned by social_card_render) and it is uploaded to LinkedIn and attached to the post. Set dry_run:true to VALIDATE which LinkedIn account/profile the post would go to (and preview the text) WITHOUT posting \u2014 nothing is published or uploaded (a set imagePath is reported as imageWouldAttach:true).",input_schema:{type:"object",properties:{text:{type:"string",description:"The post body (the commentary text of the post)."},visibility:{type:"string",enum:["PUBLIC","CONNECTIONS"],description:"Post visibility: PUBLIC (anyone) or CONNECTIONS (your connections only). Defaults to PUBLIC."},imagePath:{type:"string",description:"Optional. A LOCAL image file path (e.g. a PNG returned by social_card_render). When set, the image is uploaded to LinkedIn and attached to the post as its media. Not uploaded on a dry_run."},imageAltText:{type:"string",description:"Optional alt text for the attached image (accessibility). Only used when imagePath is set."},dry_run:{type:"boolean",description:"Set dry_run:true to VALIDATE which LinkedIn account/profile the post would go to (and preview the text) WITHOUT posting \u2014 nothing is published or uploaded. Returns { dryRun, target, wouldPostAs, visibility, textPreview, imageWouldAttach? }. Defaults to false."}},required:["text"]}}]};import{existsSync as As,statSync as ad,readFileSync as cd}from"fs";import{fileURLToPath as ld}from"url";import{basename as dd,dirname as pd,resolve as ud}from"path";import{resolveIntegrationToken as md,clearTokenCache as hd}from"@zibby/core/backend-client.js";function fd(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=pd(ld(import.meta.url)),t=ud(r,"..","bin","mcp-skill.mjs");return As(t)?t:null}var Te="https://docs.googleapis.com/v1",Ns="https://www.googleapis.com/drive/v3",yd="https://www.googleapis.com/upload/drive/v3",gd=5*1024*1024;function _d(){let r=String(process.env.ZIBBY_INJECTED_GOOGLE_TOKEN||"").trim();if(!r)return null;let t=String(process.env.ZIBBY_INJECTED_GOOGLE_EMAIL||"").trim();return{token:r,email:t}}function bd(){return String(process.env.ZIBBY_SENDER_IS_NON_OWNER||"").trim()==="1"}function kd(){return String(process.env.ZIBBY_CHAT_STRICT_PERSONAL||"").trim()==="1"}var wd="You haven't connected your own Google account \u2014 connect it at https://studio.zibby.dev/integrations (Google Docs). For privacy, I can't use anyone else's Google (including the project owner's) on your behalf.",$r=2e4,Sd=25;function jr(r){if(!r||typeof r!="string")return null;let t=r.trim(),e=t.match(/\/document\/(?:u\/\d+\/)?d\/([a-zA-Z0-9_-]+)/);return e?e[1]:/^[a-zA-Z0-9_-]{20,}$/.test(t)?t:null}async function vd(){let r,t=_d();if(t)r=t.token;else{if(kd()||bd())throw new Error(wd);({token:r}=await md("google"))}if(typeof r!="string"||!r)throw new Error(`Invalid google token type: ${typeof r}`);return r}async function ie(r,t={}){let e=async()=>{let n=await vd(),s=await fetch(r,{method:t.method||"GET",headers:{Authorization:`Bearer ${n}`,Accept:"application/json",...t.rawBody&&t.contentType?{"Content-Type":t.contentType}:t.body?{"Content-Type":"application/json"}:{},...t.headers},body:t.rawBody?t.rawBody:t.body?JSON.stringify(t.body):void 0});if(!s.ok){let o=await s.text().catch(()=>"");throw new Error(`Google API ${s.status}: ${o.slice(0,300)}`)}let i=await s.text().catch(()=>"");if(!i||!i.trim())return{};try{return JSON.parse(i)}catch{return{raw:i}}};try{return await e()}catch(n){let s=String(n?.message||n||"").toLowerCase();if(!(s.includes("token")||s.includes("401")||s.includes("unauthorized")))throw n;return hd("google"),e()}}function Id(r){let t=[],e="",n=0;for(;n<r.length;){let s=/^\[([^\]]+)\]\(([^)\s]+)\)/.exec(r.slice(n));if(s){t.push({start:e.length,end:e.length+s[1].length,link:s[2]}),e+=s[1],n+=s[0].length;continue}let i=/^\*\*([^*]+)\*\*/.exec(r.slice(n));if(i){t.push({start:e.length,end:e.length+i[1].length,bold:!0}),e+=i[1],n+=i[0].length;continue}let o=/^`([^`]+)`/.exec(r.slice(n));if(o){t.push({start:e.length,end:e.length+o[1].length,code:!0}),e+=o[1],n+=o[0].length;continue}e+=r[n],n+=1}return{text:e,styles:t}}function Os(r,t){let e=String(r??"").replace(/\r\n/g,`
|
|
407
|
+
- If the relevant LinkedIn integration is not connected these tools return { ok:false, error }; treat that as "LinkedIn unavailable" and continue.`,resolve(){let r=nd();if(!r)return{command:null,args:[],env:{},description:this.description};let t={};for(let e of["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV","ZIBBY_INJECTED_LINKEDIN_TOKEN","ZIBBY_INJECTED_LINKEDIN_MEMBER_ID","ZIBBY_SENDER_IS_NON_OWNER","ZIBBY_CHAT_STRICT_PERSONAL"])process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/linkedin.js","linkedinSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{switch(r){case"linkedin_list_organizations":{let{body:e}=await Oe("/rest/organizationAcls?q=roleAssignee&role=ADMINISTRATOR&state=APPROVED",{},"linkedin_business"),n=Array.isArray(e.elements)?e.elements:[],s=[];for(let i of n){let o=i.organizationalTarget||i["organizationalTarget~"]||i.organization,a=Ss(o);if(!a)continue;let c="",l="";try{let d=(await Oe(`/rest/organizations/${a}`,{},"linkedin_business")).body;c=vs(d),l=d.vanityName||""}catch{}s.push({id:a,urn:`urn:li:organization:${a}`,name:c,vanityName:l})}return JSON.stringify({ok:!0,count:s.length,organizations:s})}case"linkedin_create_draft_post":{let e=t?.organizationUrn||t?.organizationId||t?.organization||t?.orgId,n=Ss(e);if(!n)return JSON.stringify({ok:!1,error:"A valid organizationId or organizationUrn (urn:li:organization:{id}) is required"});let s=t?.text;if(typeof s!="string"||!s.trim())return JSON.stringify({ok:!1,error:"text (the post commentary) is required"});let i=t?.visibility?String(t.visibility).toUpperCase():"PUBLIC",o=`urn:li:organization:${n}`,a=typeof t?.imagePath=="string"?t.imagePath.trim():"",c=typeof t?.imageAltText=="string"?t.imageAltText:"";if(t?.dry_run===!0)try{let u="";try{let m=(await Oe(`/rest/organizations/${n}`,{},"linkedin_business")).body;u=vs(m)}catch{}return JSON.stringify({dryRun:!0,target:"organization",wouldPostAs:{name:u,id:n,urn:o},visibility:i,textPreview:s,...a?{imageWouldAttach:!0,imagePath:a}:{},note:"DRY RUN \u2014 nothing was posted"})}catch(u){return JSON.stringify({dryRun:!0,ok:!1,error:u.message})}let l={author:o,commentary:s,visibility:i,distribution:{feedDistribution:"MAIN_FEED",targetEntities:[],thirdPartyDistributionChannels:[]},lifecycleState:"DRAFT",isReshareDisabledByAuthor:!1};if(a){let u=await Is("linkedin_business",o,a);l.content={media:{id:u,altText:c||""}}}let d=await Oe("/rest/posts",{method:"POST",body:l},"linkedin_business"),p=Ht(d.headers,"x-restli-id")||Ht(d.headers,"x-linkedin-id")||d.body?.id||null;return JSON.stringify({ok:!0,postUrn:p,author:o,lifecycleState:"DRAFT",visibility:i,status:d.status})}case"linkedin_publish_post":{let e=Lr(),n=e?e.memberId:(await xr("linkedin_personal")).memberId;if(!n)return JSON.stringify({ok:!1,error:"LinkedIn (personal) not connected or member id unavailable \u2014 reconnect LinkedIn Personal"});let s=t?.text;if(typeof s!="string"||!s.trim())return JSON.stringify({ok:!1,error:"text (the post body) is required"});let i=t?.visibility?String(t.visibility).toUpperCase():"PUBLIC",o=`urn:li:person:${n}`,a=typeof t?.imagePath=="string"?t.imagePath.trim():"",c=typeof t?.imageAltText=="string"?t.imageAltText:"";if(t?.dry_run===!0)try{let u=(await Oe("/v2/userinfo",{},"linkedin_personal")).body,m=u?.name||[u?.given_name,u?.family_name].filter(Boolean).join(" ")||"",h=u?.sub?String(u.sub):n;return JSON.stringify({dryRun:!0,target:"member",wouldPostAs:{name:m,id:h,urn:`urn:li:person:${h}`},visibility:i,textPreview:s,...a?{imageWouldAttach:!0,imagePath:a}:{},note:"DRY RUN \u2014 nothing was posted"})}catch(u){return JSON.stringify({dryRun:!0,ok:!1,error:u.message})}let l={author:o,commentary:s,visibility:i,distribution:{feedDistribution:"MAIN_FEED",targetEntities:[],thirdPartyDistributionChannels:[]},lifecycleState:"PUBLISHED",isReshareDisabledByAuthor:!1};if(a){let u=await Is("linkedin_personal",o,a);l.content={media:{id:u,altText:c||""}}}let d=await Oe("/rest/posts",{method:"POST",body:l},"linkedin_personal"),p=Ht(d.headers,"x-restli-id")||Ht(d.headers,"x-linkedin-id")||d.body?.id||null;return JSON.stringify({ok:!0,postUrn:p,author:o,lifecycleState:"PUBLISHED",visibility:i,status:d.status})}default:return JSON.stringify({ok:!1,error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({ok:!1,error:e.message})}},tools:[{name:"linkedin_list_organizations",description:"List the LinkedIn Organizations (company Pages) the authenticated member ADMINISTERS. Returns [{ id, urn, name, vanityName }]. Call this first to choose the author org for a draft post.",input_schema:{type:"object",properties:{}}},{name:"linkedin_create_draft_post",description:"Create a DRAFT post on a LinkedIn Organization (company Page). The post is created in DRAFT state (never published automatically) so a human can review and publish it in LinkedIn. Returns the created post URN. Optionally ATTACH an image: pass imagePath (a local PNG file path, e.g. one returned by social_card_render) and it is uploaded to LinkedIn and attached to the post. Set dry_run:true to VALIDATE which LinkedIn account/profile the post would go to (and preview the text) WITHOUT posting \u2014 nothing is published or uploaded (a set imagePath is reported as imageWouldAttach:true).",input_schema:{type:"object",properties:{organizationId:{type:"string",description:'The numeric organization id (e.g. "12345"). Alternative to organizationUrn.'},organizationUrn:{type:"string",description:'The organization URN, e.g. "urn:li:organization:12345". Alternative to organizationId.'},text:{type:"string",description:"The post commentary (the body text of the post)."},visibility:{type:"string",enum:["PUBLIC"],description:"Post visibility. Defaults to PUBLIC."},imagePath:{type:"string",description:"Optional. A LOCAL image file path (e.g. a PNG returned by social_card_render). When set, the image is uploaded to LinkedIn and attached to the post as its media. Not uploaded on a dry_run."},imageAltText:{type:"string",description:"Optional alt text for the attached image (accessibility). Only used when imagePath is set."},dry_run:{type:"boolean",description:"Set dry_run:true to VALIDATE which LinkedIn account/profile the post would go to (and preview the text) WITHOUT posting \u2014 nothing is published or uploaded. Returns { dryRun, target, wouldPostAs, visibility, textPreview, imageWouldAttach? }. Defaults to false."}},required:["text"]}},{name:"linkedin_publish_post",description:"PUBLISH a post to the authenticated member's OWN LinkedIn profile feed (personal). UNLIKE linkedin_create_draft_post (which only drafts on a company Page), this PUBLISHES the post IMMEDIATELY \u2014 LinkedIn has no DRAFT state for member profiles, so there is no human review step. Returns the created post URN. Requires the LinkedIn Personal integration connected. Optionally ATTACH an image: pass imagePath (a local PNG file path, e.g. one returned by social_card_render) and it is uploaded to LinkedIn and attached to the post. Set dry_run:true to VALIDATE which LinkedIn account/profile the post would go to (and preview the text) WITHOUT posting \u2014 nothing is published or uploaded (a set imagePath is reported as imageWouldAttach:true).",input_schema:{type:"object",properties:{text:{type:"string",description:"The post body (the commentary text of the post)."},visibility:{type:"string",enum:["PUBLIC","CONNECTIONS"],description:"Post visibility: PUBLIC (anyone) or CONNECTIONS (your connections only). Defaults to PUBLIC."},imagePath:{type:"string",description:"Optional. A LOCAL image file path (e.g. a PNG returned by social_card_render). When set, the image is uploaded to LinkedIn and attached to the post as its media. Not uploaded on a dry_run."},imageAltText:{type:"string",description:"Optional alt text for the attached image (accessibility). Only used when imagePath is set."},dry_run:{type:"boolean",description:"Set dry_run:true to VALIDATE which LinkedIn account/profile the post would go to (and preview the text) WITHOUT posting \u2014 nothing is published or uploaded. Returns { dryRun, target, wouldPostAs, visibility, textPreview, imageWouldAttach? }. Defaults to false."}},required:["text"]}}]};import{existsSync as Rs,statSync as ud,readFileSync as md}from"fs";import{fileURLToPath as hd}from"url";import{basename as fd,dirname as yd,resolve as gd}from"path";import{resolveIntegrationToken as _d,clearTokenCache as bd}from"@zibby/core/backend-client.js";function kd(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=yd(hd(import.meta.url)),t=gd(r,"..","bin","mcp-skill.mjs");return Rs(t)?t:null}var Te="https://docs.googleapis.com/v1",Os="https://www.googleapis.com/drive/v3",wd="https://www.googleapis.com/upload/drive/v3",Sd=5*1024*1024;function vd(){let r=String(process.env.ZIBBY_INJECTED_GOOGLE_TOKEN||"").trim();if(!r)return null;let t=String(process.env.ZIBBY_INJECTED_GOOGLE_EMAIL||"").trim();return{token:r,email:t}}function Id(){return String(process.env.ZIBBY_SENDER_IS_NON_OWNER||"").trim()==="1"}function Nd(){return String(process.env.ZIBBY_CHAT_STRICT_PERSONAL||"").trim()==="1"}var Od="You haven't connected your own Google account \u2014 connect it at https://studio.zibby.dev/integrations (Google Docs). For privacy, I can't use anyone else's Google (including the project owner's) on your behalf.",$r=2e4,Td=25;function jr(r){if(!r||typeof r!="string")return null;let t=r.trim(),e=t.match(/\/document\/(?:u\/\d+\/)?d\/([a-zA-Z0-9_-]+)/);return e?e[1]:/^[a-zA-Z0-9_-]{20,}$/.test(t)?t:null}async function Ad(){let r,t=vd();if(t)r=t.token;else{if(Nd()||Id())throw new Error(Od);({token:r}=await _d("google"))}if(typeof r!="string"||!r)throw new Error(`Invalid google token type: ${typeof r}`);return r}async function ie(r,t={}){let e=async()=>{let n=await Ad(),s=await fetch(r,{method:t.method||"GET",headers:{Authorization:`Bearer ${n}`,Accept:"application/json",...t.rawBody&&t.contentType?{"Content-Type":t.contentType}:t.body?{"Content-Type":"application/json"}:{},...t.headers},body:t.rawBody?t.rawBody:t.body?JSON.stringify(t.body):void 0});if(!s.ok){let o=await s.text().catch(()=>"");throw new Error(`Google API ${s.status}: ${o.slice(0,300)}`)}let i=await s.text().catch(()=>"");if(!i||!i.trim())return{};try{return JSON.parse(i)}catch{return{raw:i}}};try{return await e()}catch(n){let s=String(n?.message||n||"").toLowerCase();if(!(s.includes("token")||s.includes("401")||s.includes("unauthorized")))throw n;return bd("google"),e()}}function Rd(r){let t=[],e="",n=0;for(;n<r.length;){let s=/^\[([^\]]+)\]\(([^)\s]+)\)/.exec(r.slice(n));if(s){t.push({start:e.length,end:e.length+s[1].length,link:s[2]}),e+=s[1],n+=s[0].length;continue}let i=/^\*\*([^*]+)\*\*/.exec(r.slice(n));if(i){t.push({start:e.length,end:e.length+i[1].length,bold:!0}),e+=i[1],n+=i[0].length;continue}let o=/^`([^`]+)`/.exec(r.slice(n));if(o){t.push({start:e.length,end:e.length+o[1].length,code:!0}),e+=o[1],n+=o[0].length;continue}e+=r[n],n+=1}return{text:e,styles:t}}function Ts(r,t){let e=String(r??"").replace(/\r\n/g,`
|
|
408
408
|
`);if(!e.trim())return{requests:[],endIndex:t};let n=e.split(`
|
|
409
|
-
`),s="",i=[],o=[];for(let d of n){let p=d,u=null,m=null,h=/^(#{1,3})\s+(.*)$/.exec(p),f=/^\s*[-*]\s+(.*)$/.exec(p),b=/^\s*\d+[.)]\s+(.*)$/.exec(p);h?(u=`HEADING_${h[1].length}`,p=h[2]):f?(m="BULLET_DISC_CIRCLE_SQUARE",p=f[1]):b&&(m="NUMBERED_DECIMAL_ALPHA_ROMAN",p=b[1]);let{text:y,styles:_}=
|
|
410
|
-
`,i.push({start:g,end:t+s.length,named:u,bullet:m})}if(!s)return{requests:[],endIndex:t};let a=[{insertText:{location:{index:t},text:s}}];for(let d of i)d.named&&a.push({updateParagraphStyle:{range:{startIndex:d.start,endIndex:d.end},paragraphStyle:{namedStyleType:d.named},fields:"namedStyleType"}});let c=null,l=()=>{c&&(a.push({createParagraphBullets:{range:{startIndex:c.start,endIndex:c.end},bulletPreset:c.preset}}),c=null)};for(let d of i)d.bullet?c&&c.preset===d.bullet?c.end=d.end:(l(),c={start:d.start,end:d.end,preset:d.bullet}):l();l();for(let d of o)d.end<=d.start||(d.bold?a.push({updateTextStyle:{range:{startIndex:d.start,endIndex:d.end},textStyle:{bold:!0},fields:"bold"}}):d.link?a.push({updateTextStyle:{range:{startIndex:d.start,endIndex:d.end},textStyle:{link:{url:d.link}},fields:"link"}}):d.code&&a.push({updateTextStyle:{range:{startIndex:d.start,endIndex:d.end},textStyle:{weightedFontFamily:{fontFamily:"Courier New"}},fields:"weightedFontFamily"}}));return{requests:a,endIndex:t+s.length}}function
|
|
409
|
+
`),s="",i=[],o=[];for(let d of n){let p=d,u=null,m=null,h=/^(#{1,3})\s+(.*)$/.exec(p),f=/^\s*[-*]\s+(.*)$/.exec(p),b=/^\s*\d+[.)]\s+(.*)$/.exec(p);h?(u=`HEADING_${h[1].length}`,p=h[2]):f?(m="BULLET_DISC_CIRCLE_SQUARE",p=f[1]):b&&(m="NUMBERED_DECIMAL_ALPHA_ROMAN",p=b[1]);let{text:y,styles:_}=Rd(p),g=t+s.length;for(let k of _)o.push({...k,start:g+k.start,end:g+k.end});s+=`${y}
|
|
410
|
+
`,i.push({start:g,end:t+s.length,named:u,bullet:m})}if(!s)return{requests:[],endIndex:t};let a=[{insertText:{location:{index:t},text:s}}];for(let d of i)d.named&&a.push({updateParagraphStyle:{range:{startIndex:d.start,endIndex:d.end},paragraphStyle:{namedStyleType:d.named},fields:"namedStyleType"}});let c=null,l=()=>{c&&(a.push({createParagraphBullets:{range:{startIndex:c.start,endIndex:c.end},bulletPreset:c.preset}}),c=null)};for(let d of i)d.bullet?c&&c.preset===d.bullet?c.end=d.end:(l(),c={start:d.start,end:d.end,preset:d.bullet}):l();l();for(let d of o)d.end<=d.start||(d.bold?a.push({updateTextStyle:{range:{startIndex:d.start,endIndex:d.end},textStyle:{bold:!0},fields:"bold"}}):d.link?a.push({updateTextStyle:{range:{startIndex:d.start,endIndex:d.end},textStyle:{link:{url:d.link}},fields:"link"}}):d.code&&a.push({updateTextStyle:{range:{startIndex:d.start,endIndex:d.end},textStyle:{weightedFontFamily:{fontFamily:"Courier New"}},fields:"weightedFontFamily"}}));return{requests:a,endIndex:t+s.length}}function Ed(r){let t="",e=n=>{for(let s of Array.isArray(n)?n:[]){if(t.length>=$r)return;if(s.paragraph)for(let i of s.paragraph.elements||[])t+=i?.textRun?.content||"";else if(s.table)for(let i of s.table.tableRows||[])for(let o of i.tableCells||[])e(o.content);else s.tableOfContents&&e(s.tableOfContents.content)}};return e(r?.content),t.slice(0,$r)}var lt=r=>`https://docs.google.com/document/d/${r}/edit`;function xd(r){let t=typeof r=="string"?r.trim():"";if(!t)throw new Error("imagePath is required");if(!Rs(t)||!ud(t).isFile())throw new Error(`imagePath not found (or not a file): ${t}`);if(!/\.(png|jpe?g)$/i.test(t))throw new Error("imagePath must be a .png or .jpg/.jpeg file");let e=md(t);if(e.length>Sd)throw new Error(`image is ${(e.length/(1024*1024)).toFixed(1)}MB \u2014 max 5MB (Drive multipart upload cap)`);return{bytes:e,fileName:fd(t),mimeType:/\.png$/i.test(t)?"image/png":"image/jpeg"}}function Ld(r,t,e){let n=`zibby-gdocs-${Date.now().toString(36)}-${Math.random().toString(36).slice(2,8)}`;return{rawBody:Buffer.concat([Buffer.from(`--${n}\r
|
|
411
411
|
Content-Type: application/json; charset=UTF-8\r
|
|
412
412
|
\r
|
|
413
413
|
${JSON.stringify(r)}\r
|
|
@@ -416,7 +416,7 @@ Content-Type: ${e}\r
|
|
|
416
416
|
\r
|
|
417
417
|
`,"utf8"),t,Buffer.from(`\r
|
|
418
418
|
--${n}--\r
|
|
419
|
-
`,"utf8")]),contentType:`multipart/related; boundary=${n}`}}var
|
|
419
|
+
`,"utf8")]),contentType:`multipart/related; boundary=${n}`}}var As=r=>{let t=typeof r?.markdown=="string"?r.markdown:null,e=typeof r?.text=="string"?r.text:null;return t??e},Es={id:"google-docs",callsBackend:!0,serverName:"gdocs",allowedTools:["mcp__gdocs__*"],requiresIntegration:S.GOOGLE,description:"Google Docs \u2014 create, append to, insert images into, and read Google Docs (drive.file scoped)",promptFragment:`## Google Docs
|
|
420
420
|
You can create and edit Google Docs for the user. IMPORTANT visibility caveat: the integration uses Google's per-file drive.file scope, so you can only see docs this app CREATED (or the user explicitly picked) \u2014 not the user's whole Drive.
|
|
421
421
|
Docs access is PER-USER: each teammate connects their OWN Google account (Integrations \u2192 Google Docs). In shared-chat contexts the runtime routes these tools to the SENDER's own Google; a teammate who hasn't connected their own Google gets { ok:false } with connect instructions \u2014 for privacy the project owner's Google is NEVER used on someone else's behalf. Relay those instructions rather than retrying.
|
|
422
422
|
- gdocs_create_doc: create a new Google Doc from a title + markdown (headings/bold/bullets/links supported) or plain text; returns { documentId, url }. Share the url with the user.
|
|
@@ -424,17 +424,17 @@ Docs access is PER-USER: each teammate connects their OWN Google account (Integr
|
|
|
424
424
|
- gdocs_insert_image: append a LOCAL image file (png/jpg, \u22645MB) to the end of a doc \u2014 pass { documentId, imagePath, width?, height? } (width/height in PT, optional). The image is uploaded to the user's Drive and made link-readable (anyone with the link) so Docs can render it. Returns { ok, documentId, fileId, url }.
|
|
425
425
|
- gdocs_get: read a doc back as plain text (works for app-created/user-picked docs only; to read an arbitrary pre-existing doc the user must PICK it once first via the Google Picker \u2014 drive.file has no access to un-picked files).
|
|
426
426
|
- gdocs_list_created: list the Google Docs visible to this app (drive.file \u2192 only docs it created or the user picked).
|
|
427
|
-
These tools return { ok:false, error } on failure \u2014 treat an unavailable Google connection as "cannot deliver to Docs" and report it rather than blocking the task.`,resolve(){let r=
|
|
428
|
-
`}}),d=c+1);let p=
|
|
427
|
+
These tools return { ok:false, error } on failure \u2014 treat an unavailable Google connection as "cannot deliver to Docs" and report it rather than blocking the task.`,resolve(){let r=kd();if(!r)return null;let t={};for(let e of["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV","ZIBBY_INJECTED_GOOGLE_TOKEN","ZIBBY_INJECTED_GOOGLE_EMAIL","ZIBBY_SENDER_IS_NON_OWNER","ZIBBY_CHAT_STRICT_PERSONAL"])process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/googleDocs.js","googleDocsSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{switch(r){case"gdocs_create_doc":{let e=typeof t?.title=="string"&&t.title.trim()?t.title.trim():null;if(!e)return JSON.stringify({ok:!1,error:"title is required"});let s=(await ie(`${Te}/documents`,{method:"POST",body:{title:e}}))?.documentId;if(!s)return JSON.stringify({ok:!1,error:"Google Docs create returned no documentId"});let i=As(t);if(i&&i.trim()){let{requests:o}=Ts(i,1);o.length&&await ie(`${Te}/documents/${s}:batchUpdate`,{method:"POST",body:{requests:o}})}return JSON.stringify({ok:!0,documentId:s,title:e,url:lt(s)})}case"gdocs_append":{let e=jr(t?.documentId||t?.url||t?.id);if(!e)return JSON.stringify({ok:!1,error:"A valid Google Docs documentId or URL is required"});let n=As(t);if(!n||!n.trim())return JSON.stringify({ok:!1,error:"markdown or text content is required"});let i=(await ie(`${Te}/documents/${e}`))?.body,o=Array.isArray(i?.content)?i.content:[],a=o.length&&o[o.length-1].endIndex||2,c=Math.max(1,a-1),l=[],d=c;c>1&&(l.push({insertText:{location:{index:c},text:`
|
|
428
|
+
`}}),d=c+1);let p=Ts(n,d);return l.push(...p.requests),await ie(`${Te}/documents/${e}:batchUpdate`,{method:"POST",body:{requests:l}}),JSON.stringify({ok:!0,documentId:e,url:lt(e)})}case"gdocs_insert_image":{let e=jr(t?.documentId||t?.url||t?.id);if(!e)return JSON.stringify({ok:!1,error:"A valid Google Docs documentId or URL is required"});if(!t?.imagePath||typeof t.imagePath!="string"||!t.imagePath.trim())return JSON.stringify({ok:!1,error:"imagePath is required"});let{bytes:n,fileName:s,mimeType:i}=xd(t.imagePath),{rawBody:o,contentType:a}=Ld({name:s,mimeType:i},n,i),l=(await ie(`${wd}/files?uploadType=multipart&fields=id`,{method:"POST",rawBody:o,contentType:a}))?.id;if(!l)return JSON.stringify({ok:!1,error:"Drive upload returned no file id"});await ie(`${Os}/files/${l}/permissions`,{method:"POST",body:{role:"reader",type:"anyone"}});let d=await ie(`${Te}/documents/${e}`),p=Array.isArray(d?.body?.content)?d.body.content:[],u=p.length&&p[p.length-1].endIndex||2,h={location:{index:Math.max(1,u-1)},uri:`https://drive.google.com/uc?export=download&id=${l}`},f=Number(t?.width),b=Number(t?.height);return(Number.isFinite(f)&&f>0||Number.isFinite(b)&&b>0)&&(h.objectSize={...Number.isFinite(f)&&f>0?{width:{magnitude:f,unit:"PT"}}:{},...Number.isFinite(b)&&b>0?{height:{magnitude:b,unit:"PT"}}:{}}),await ie(`${Te}/documents/${e}:batchUpdate`,{method:"POST",body:{requests:[{insertInlineImage:h}]}}),JSON.stringify({ok:!0,documentId:e,fileId:l,url:lt(e)})}case"gdocs_get":{let e=jr(t?.documentId||t?.url||t?.id);if(!e)return JSON.stringify({ok:!1,error:"A valid Google Docs documentId or URL is required"});let n=await ie(`${Te}/documents/${e}`),s=Ed(n?.body);return JSON.stringify({ok:!0,documentId:e,title:n?.title||"",url:lt(e),text:s,...s.length>=$r?{truncated:!0}:{}})}case"gdocs_list_created":{let e=new URLSearchParams({q:"'me' in owners and mimeType='application/vnd.google-apps.document' and trashed=false",fields:"files(id,name,modifiedTime,webViewLink)",pageSize:String(Td),orderBy:"modifiedTime desc"}),n=await ie(`${Os}/files?${e.toString()}`),s=(Array.isArray(n?.files)?n.files:[]).map(i=>({documentId:i.id,title:i.name,modifiedTime:i.modifiedTime,url:i.webViewLink||lt(i.id)}));return JSON.stringify({ok:!0,count:s.length,files:s})}default:return JSON.stringify({ok:!1,error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({ok:!1,error:e.message})}},tools:[{name:"gdocs_create_doc",description:"Create a new Google Doc with a title and optional content (markdown: #/##/### headings, - bullets, 1. numbered lists, **bold**, [links](url), `code`; or plain text). Returns { ok, documentId, url } \u2014 share the url with the user.",input_schema:{type:"object",properties:{title:{type:"string",description:"Document title."},markdown:{type:"string",description:"Document body as markdown (preferred)."},text:{type:"string",description:"Document body as plain text (used when markdown is absent)."}},required:["title"]}},{name:"gdocs_append",description:"Append markdown/text content to the END of an existing Google Doc. Only works on docs this app created or the user explicitly picked (drive.file scope). Accepts a documentId or a full docs.google.com URL. Returns { ok, documentId, url }.",input_schema:{type:"object",properties:{documentId:{type:"string",description:"Google Docs documentId OR a full https://docs.google.com/document/d/... URL."},markdown:{type:"string",description:"Content to append, as markdown (preferred)."},text:{type:"string",description:"Content to append, as plain text (used when markdown is absent)."}},required:["documentId"]}},{name:"gdocs_insert_image",description:"Append a LOCAL image file (png/jpg, max 5MB) to the END of an existing Google Doc. The image is uploaded to the user's Drive, made link-readable (role reader / type anyone \u2014 required: the Docs API only renders publicly fetchable image URIs, <2KB URI length, image <50MB and <25 megapixels), then inserted inline. Optional width/height in points (PT). Returns { ok, documentId, fileId, url }.",input_schema:{type:"object",properties:{documentId:{type:"string",description:"Google Docs documentId OR a full https://docs.google.com/document/d/... URL."},imagePath:{type:"string",description:"Local filesystem path to a .png or .jpg/.jpeg image (max 5MB)."},width:{type:"number",description:"Optional display width in points (PT)."},height:{type:"number",description:"Optional display height in points (PT)."}},required:["documentId","imagePath"]}},{name:"gdocs_get",description:"Read a Google Doc back as plain text (truncated to ~20k chars). The drive.file scope grants access ONLY to docs this app created or the user explicitly picked; to read an arbitrary pre-existing doc the user must PICK it once first via the Google Picker (drive.file cannot see un-picked files). Returns { ok, documentId, title, url, text }.",input_schema:{type:"object",properties:{documentId:{type:"string",description:"Google Docs documentId OR a full https://docs.google.com/document/d/... URL."}},required:["documentId"]}},{name:"gdocs_list_created",description:"List the Google Docs visible to this integration, newest first (max 25). NOTE: under the drive.file scope this lists ONLY docs the app created or the user explicitly picked \u2014 it is NOT a full Drive search. Returns { ok, count, files:[{ documentId, title, modifiedTime, url }] }.",input_schema:{type:"object",properties:{}}}]};import{existsSync as Cs,statSync as Pd,readFileSync as Cd}from"fs";import{fileURLToPath as Ud}from"url";import{basename as Bd,dirname as Dd,resolve as Jd}from"path";import{resolveIntegrationToken as xs}from"@zibby/core/backend-client.js";var jd="https://open.larksuite.com",Ls=Object.freeze([Object.freeze({appId:"LARK_DOCS_APP_ID",appSecret:"LARK_DOCS_APP_SECRET",host:"LARK_DOCS_HOST"}),Object.freeze({appId:"LARK_APP_ID",appSecret:"LARK_APP_SECRET",host:"LARK_HOST"})]),Yt=Object.freeze(Ls.flatMap(r=>[r.appId,r.appSecret,r.host]));function Pr(r){let t=String(r||"").trim().replace(/\/+$/,"");return t?/^https?:\/\//i.test(t)?t:`https://${t}`:jd}function $d(r){let t=String(process.env[r.appId]||"").trim(),e=String(process.env[r.appSecret]||"").trim();return!t||!e?null:{appId:t,appSecret:e,host:Pr(process.env[r.host])}}async function zt(){for(let r of Ls){let t=$d(r);if(t)return t}try{let r=await xs(S.LARK_DOCS);return{appId:r?.appId,appSecret:r?.appSecret,host:Pr(r?.host)}}catch(r){if(!/unknown provider/i.test(String(r?.message||"")))throw r;let t=await xs(S.LARK);return{appId:t?.appId,appSecret:t?.appSecret,host:Pr(t?.host)}}}function Md(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=Dd(Ud(import.meta.url)),t=Jd(r,"..","bin","mcp-skill.mjs");return Cs(t)?t:null}var js=2e4,$s=50,qd=50,Fd=20,Kd=10*1024*1024,Gd=6e3*1e3,dt=null,Hd=Yt;async function Us(){let{appId:r,appSecret:t,host:e}=await zt();if(dt&&dt.appId===r&&dt.expiresAt>Date.now())return{token:dt.token,host:e};let s=await(await fetch(`${e}/open-apis/auth/v3/tenant_access_token/internal`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({app_id:r,app_secret:t})})).json();if(s.code!==0)throw new Error(`Lark tenant_access_token failed: ${s.msg||s.code}`);return dt={token:s.tenant_access_token,expiresAt:Date.now()+Gd,appId:r},{token:s.tenant_access_token,host:e}}async function z(r,t,e){let{token:n,host:s}=await Us(),i={method:r,headers:{Authorization:`Bearer ${n}`,"Content-Type":"application/json; charset=utf-8"}};r!=="GET"&&e!==void 0&&(i.body=JSON.stringify(e));let a=await(await fetch(`${s}${t}`,i)).json();if(a.code!==0)throw new Error(`Lark Docx API ${t} error: ${a.msg||a.code}`);return{data:a.data||{},host:s}}function pt(r,t){return String(r||"").includes("feishu")?`https://feishu.cn/docx/${t}`:`https://www.larksuite.com/docx/${t}`}function Yd(r,t){return String(r||"").includes("feishu")?`https://feishu.cn/wiki/${t}`:`https://www.larksuite.com/wiki/${t}`}function Ae(r){if(!r||typeof r!="string")return null;let t=r.trim();if(!t)return null;let e=t.match(/\/(docx|wiki)\/([A-Za-z0-9]+)/);return e?{type:e[1],token:e[2]}:/^[A-Za-z0-9]{10,}$/.test(t)?{type:"docx",token:t}:null}async function Ke(r){let t=typeof r=="string"?Ae(r):r;if(!t)throw new Error("A valid Lark doc id or URL is required");if(t.type==="docx")return t.token;let{data:e}=await z("GET",`/open-apis/wiki/v2/spaces/get_node?token=${encodeURIComponent(t.token)}`),n=e?.node||{};if(n.obj_type!=="docx"||!n.obj_token)throw new Error(`Wiki node is not a docx document (obj_type=${n.obj_type||"unknown"})`);return n.obj_token}function Cr(r){let t=String(r??"").replace(/\r\n/g,`
|
|
429
429
|
`),e=[];for(let n of t.split(`
|
|
430
|
-
`)){let s=n.replace(/\s+$/,"");if(!s.trim())continue;let i=/^(#{1,3})\s+(.*)$/.exec(s),o=/^\s*[-*]\s+(.*)$/.exec(s),a=/^\s*\d+[.)]\s+(.*)$/.exec(s),c,l,d;if(i){let p=i[1].length;c=`heading${p}`,l=2+p,d=i[2]}else o?(c="bullet",l=12,d=o[1]):a?(c="ordered",l=13,d=a[1]):(c="text",l=2,d=s);e.push({block_type:l,[c]:{elements:[{text_run:{content:d}}],style:{}}})}return e}function ut(r){let t=typeof r?.markdown=="string"?r.markdown:null,e=typeof r?.text=="string"?r.text:null;return t??e}async function Ur(r,t){let e;for(let n=0;n<t.length;n+=js){let s=t.slice(n,n+js);e=(await z("POST",`/open-apis/docx/v1/documents/${r}/blocks/${r}/children?document_revision_id=-1`,{children:s})).host}return e}function Fd(r){let t=typeof r=="string"?r.trim():"";if(!t)throw new Error("imagePath is required");if(!Ps(t)||!Ed(t).isFile())throw new Error(`imagePath not found (or not a file): ${t}`);if(!/\.(png|jpe?g)$/i.test(t))throw new Error("imagePath must be a .png or .jpg/.jpeg file");let e=xd(t);if(e.length>Dd)throw new Error(`image is ${(e.length/(1024*1024)).toFixed(1)}MB \u2014 max 10MB`);return e}async function Kd({fileName:r,parentNode:t,bytes:e}){let{token:n,host:s}=await Cs(),i=new FormData;i.set("file_name",r),i.set("parent_type","docx_image"),i.set("parent_node",t),i.set("size",String(e.length)),i.set("file",new Blob([e]),r);let a=await(await fetch(`${s}/open-apis/drive/v1/medias/upload_all`,{method:"POST",headers:{Authorization:`Bearer ${n}`},body:i})).json();if(a.code!==0)throw new Error(`Lark media upload_all error: ${a.msg||a.code}`);let c=a.data?.file_token;if(!c)throw new Error("Lark media upload_all returned no file_token");return c}var Gd="docx",Hd=50;function $s(r){return[{type:"text_run",text_run:{text:String(r??"")}}]}function Yd(r){return Array.isArray(r)?r.map(t=>t?.text_run?.text??t?.docs_link?.url??(t?.person?`@${t.person.user_id||""}`:"")).join(""):""}function zd(r){let t=Array.isArray(r?.reply_list?.replies)?r.reply_list.replies:[];return{commentId:r?.comment_id||"",resolved:!!r?.is_solved,replies:t.map(e=>({replyId:e?.reply_id||"",author:e?.user_id||"",text:Yd(e?.content?.elements),createTime:e?.create_time||""}))}}function Br(r){return typeof r?.fileType=="string"&&r.fileType.trim()?r.fileType.trim():Gd}var Us={id:"lark-docs",callsBackend:!0,serverName:"larkdocs",allowedTools:["mcp__larkdocs__*"],requiresIntegration:[S.LARK_DOCS,S.LARK],description:"Lark / Feishu Docs \u2014 read, create, append, and insert images into Lark documents (docx).",envKeys:["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV",...Md],promptFragment:'## Lark Docs\nYou can read, create, and append Lark/Feishu documents (docx), and read/post/reply to their comments. This runs on the connected Lark Docs app (the chat app is used when no separate docs app is connected). Each `larkdoc_*` / `larkwiki_*` tool documents its own params and return shape in its tool description \u2014 they are not restated here.\nThese tools return { ok:false, error } on failure \u2014 treat an unavailable Lark connection as "cannot read/deliver to Lark Docs" and continue rather than blocking the task.',resolve(){let r=Cd();if(!r)return null;let t={};for(let e of this.envKeys)process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/larkDocs.js","larkDocsSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{switch(r){case"larkdoc_get":{let e=t?.documentId||t?.url||t?.id,n=Ae(e);if(!n)return JSON.stringify({ok:!1,error:"A valid Lark doc id or URL is required"});let s=await Ke(n),i="";try{i=(await z("GET",`/open-apis/docx/v1/documents/${s}`)).data?.document?.title||""}catch{}let{data:o,host:a}=await z("GET",`/open-apis/docx/v1/documents/${s}/raw_content?lang=0`),c=String(o?.content||""),l=!1;return c.length>Ls&&(c=c.slice(0,Ls),l=!0),JSON.stringify({ok:!0,documentId:s,title:i,url:pt(a,s),text:c,...l?{truncated:!0}:{}})}case"larkdoc_create":{let e=typeof t?.title=="string"&&t.title.trim()?t.title.trim():null;if(!e)return JSON.stringify({ok:!1,error:"title is required"});let n=typeof t?.wikiSpaceId=="string"&&t.wikiSpaceId.trim()?t.wikiSpaceId.trim():null;if(n){let c=typeof t?.parentNodeToken=="string"&&t.parentNodeToken.trim()?t.parentNodeToken.trim():null,{data:l,host:d}=await z("POST",`/open-apis/wiki/v2/spaces/${encodeURIComponent(n)}/nodes`,{obj_type:"docx",node_type:"origin",title:e,...c?{parent_node_token:c}:{}}),p=l?.node||{},u=p.obj_token;if(!u)return JSON.stringify({ok:!1,error:"Lark wiki node create returned no obj_token"});let m=ut(t);if(m&&m.trim()){let h=Cr(m);h.length&&await Ur(u,h)}return JSON.stringify({ok:!0,documentId:u,title:e,wikiSpaceId:n,wikiNodeToken:p.node_token||"",url:p.node_token?qd(d,p.node_token):pt(d,u)})}let{data:s,host:i}=await z("POST","/open-apis/docx/v1/documents",{title:e,...t?.folderToken?{folder_token:String(t.folderToken)}:{}}),o=s?.document?.document_id;if(!o)return JSON.stringify({ok:!1,error:"Lark Docs create returned no document_id"});let a=ut(t);if(a&&a.trim()){let c=Cr(a);c.length&&await Ur(o,c)}return JSON.stringify({ok:!0,documentId:o,title:e,url:pt(i,o)})}case"larkdoc_append":{let e=t?.documentId||t?.url||t?.id,n=Ae(e);if(!n)return JSON.stringify({ok:!1,error:"A valid Lark doc id or URL is required"});let s=ut(t);if(!s||!s.trim())return JSON.stringify({ok:!1,error:"markdown or text content is required"});let i=await Ke(n),o=Cr(s);if(!o.length)return JSON.stringify({ok:!1,error:"no non-empty content to append"});let a=await Ur(i,o);return JSON.stringify({ok:!0,documentId:i,url:pt(a,i)})}case"larkdoc_insert_image":{let e=t?.documentId||t?.url||t?.id,n=Ae(e);if(!n)return JSON.stringify({ok:!1,error:"A valid Lark doc id or URL is required"});if(!t?.imagePath||typeof t.imagePath!="string"||!t.imagePath.trim())return JSON.stringify({ok:!1,error:"imagePath is required"});let s=await Ke(n),i=t.imagePath.trim(),o=Fd(i),a=jd(i),l=(await z("POST",`/open-apis/docx/v1/documents/${s}/blocks/${s}/children?document_revision_id=-1`,{children:[{block_type:27,image:{}}]})).data?.children?.[0]?.block_id;if(!l)return JSON.stringify({ok:!1,error:"Lark image block create returned no block_id"});let d=await Kd({fileName:a,parentNode:l,bytes:o}),p={token:d},u=Number(t?.width),m=Number(t?.height);Number.isFinite(u)&&u>0&&(p.width=Math.round(u)),Number.isFinite(m)&&m>0&&(p.height=Math.round(m));let{host:h}=await z("PATCH",`/open-apis/docx/v1/documents/${s}/blocks/${l}?document_revision_id=-1`,{replace_image:p});return JSON.stringify({ok:!0,documentId:s,blockId:l,fileToken:d,url:pt(h,s)})}case"larkwiki_list_spaces":{let e=[],n=null;for(let s=0;s<Bd;s++){let i=new URLSearchParams({page_size:String(Ud)});n&&i.set("page_token",n);let{data:o}=await z("GET",`/open-apis/wiki/v2/spaces?${i.toString()}`),a=Array.isArray(o?.items)?o.items:[];for(let c of a)e.push({spaceId:String(c?.space_id||""),name:String(c?.name||"")});if(!o?.has_more||!o?.page_token)break;n=o.page_token}return JSON.stringify({ok:!0,count:e.length,spaces:e})}case"larkdoc_list_comments":{let e=t?.documentId||t?.url||t?.id||t?.fileToken,n=Ae(e);if(!n)return JSON.stringify({ok:!1,error:"A valid Lark doc id or URL is required"});let s=await Ke(n),i=Br(t),o=new URLSearchParams({file_type:i,page_size:String(Hd)}),{data:a}=await z("GET",`/open-apis/drive/v1/files/${s}/comments?${o.toString()}`),l=(Array.isArray(a?.items)?a.items:[]).map(zd);return JSON.stringify({ok:!0,documentId:s,count:l.length,comments:l})}case"larkdoc_add_comment":{let e=t?.documentId||t?.url||t?.id||t?.fileToken,n=Ae(e);if(!n)return JSON.stringify({ok:!1,error:"A valid Lark doc id or URL is required"});let s=ut({text:t?.text??t?.body});if(!s||!s.trim())return JSON.stringify({ok:!1,error:"text is required"});let i=await Ke(n),o=Br(t),{data:a}=await z("POST",`/open-apis/drive/v1/files/${i}/comments?file_type=${encodeURIComponent(o)}`,{reply_list:{replies:[{content:{elements:$s(s)}}]}});return JSON.stringify({ok:!0,documentId:i,commentId:a?.comment_id||""})}case"larkdoc_reply_comment":{let e=t?.documentId||t?.url||t?.id||t?.fileToken,n=Ae(e);if(!n)return JSON.stringify({ok:!1,error:"A valid Lark doc id or URL is required"});let s=t?.commentId||t?.comment_id;if(!s)return JSON.stringify({ok:!1,error:"commentId is required"});let i=ut({text:t?.text??t?.body});if(!i||!i.trim())return JSON.stringify({ok:!1,error:"text is required"});let o=await Ke(n),a=Br(t),{data:c}=await z("POST",`/open-apis/drive/v1/files/${o}/comments/${encodeURIComponent(s)}/replies?file_type=${encodeURIComponent(a)}`,{content:{elements:$s(i)}});return JSON.stringify({ok:!0,documentId:o,commentId:String(s),replyId:c?.reply_id||""})}default:return JSON.stringify({ok:!1,error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({ok:!1,error:e.message})}},tools:[{name:"larkdoc_get",description:"Read a Lark/Feishu document (docx) as plain text, for use as reference context. Accepts a raw doc id OR a full Lark doc URL (a /docx/ or /wiki/ link \u2014 wiki links are resolved to their backing docx). Returns { ok, documentId, title, url, text }. Text is truncated to ~20k chars.",input_schema:{type:"object",properties:{documentId:{type:"string",description:"Lark doc id (docx token) OR a full Lark/Feishu doc URL (/docx/\u2026 or /wiki/\u2026)."}},required:["documentId"]}},{name:"larkdoc_create",description:"Create a new Lark/Feishu document (docx) with a title and optional content (markdown: #/##/### headings, - bullets, 1. ordered; or plain text). Pass wikiSpaceId (from larkwiki_list_spaces) to create the doc INSIDE a wiki space instead of as a standalone doc \u2014 optionally nested under parentNodeToken. Returns { ok, documentId, url } (plus wikiNodeToken when created in a wiki) \u2014 share the url with the user.",input_schema:{type:"object",properties:{title:{type:"string",description:"Document title."},markdown:{type:"string",description:"Document body as markdown (preferred)."},text:{type:"string",description:"Document body as plain text (used when markdown is absent)."},folderToken:{type:"string",description:"Optional Lark drive folder token to create the doc in. Absent = the app root. Ignored when wikiSpaceId is set."},wikiSpaceId:{type:"string",description:"Optional wiki space id (from larkwiki_list_spaces) \u2014 create the doc as a node inside this wiki space."},parentNodeToken:{type:"string",description:"Optional wiki node token to nest the new doc under (only with wikiSpaceId). Absent = the space root."}},required:["title"]}},{name:"larkwiki_list_spaces",description:"List the Lark/Feishu wiki spaces visible to the connected app. Returns { ok, count, spaces:[{ spaceId, name }] }. Use to discover the wikiSpaceId for larkdoc_create.",input_schema:{type:"object",properties:{}}},{name:"larkdoc_append",description:"Append markdown/text content to the END of an existing Lark/Feishu document (docx). Accepts a documentId or a full Lark doc URL. Returns { ok, documentId, url }.",input_schema:{type:"object",properties:{documentId:{type:"string",description:"Lark doc id (docx token) OR a full Lark/Feishu doc URL."},markdown:{type:"string",description:"Content to append, as markdown (preferred)."},text:{type:"string",description:"Content to append, as plain text (used when markdown is absent)."}},required:["documentId"]}},{name:"larkdoc_insert_image",description:"Append a LOCAL image file (png/jpg, max 10MB) to the END of an existing Lark/Feishu document (docx). Accepts a documentId or full doc URL plus a local file path. Optional width/height in pixels. Returns { ok, documentId, blockId, fileToken, url }.",input_schema:{type:"object",properties:{documentId:{type:"string",description:"Lark doc id (docx token) OR a full Lark/Feishu doc URL."},imagePath:{type:"string",description:"Local filesystem path to a .png or .jpg/.jpeg image (max 10MB)."},width:{type:"number",description:"Optional display width in pixels."},height:{type:"number",description:"Optional display height in pixels."}},required:["documentId","imagePath"]}},{name:"larkdoc_list_comments",description:"List the comment threads on a Lark/Feishu document. Accepts a documentId or full doc URL. Returns { ok, comments:[{ commentId, replies:[{ replyId, author, text }] }] }. Use to read the thread you are replying to.",input_schema:{type:"object",properties:{documentId:{type:"string",description:"Lark doc id (docx token) OR a full Lark/Feishu doc URL."},fileType:{type:"string",description:"Drive file type \u2014 defaults to 'docx'. Only change for non-docx files (doc/sheet/bitable/file/slides)."}},required:["documentId"]}},{name:"larkdoc_add_comment",description:"Post a NEW top-level comment on a Lark/Feishu document. Accepts a documentId or full doc URL plus text. Returns { ok, documentId, commentId }.",input_schema:{type:"object",properties:{documentId:{type:"string",description:"Lark doc id (docx token) OR a full Lark/Feishu doc URL."},text:{type:"string",description:"The comment body (plain text)."},fileType:{type:"string",description:"Drive file type \u2014 defaults to 'docx'."}},required:["documentId","text"]}},{name:"larkdoc_reply_comment",description:"Reply INSIDE an existing comment thread on a Lark/Feishu document. Pass { documentId, commentId, text }. Use to answer a user who @mentioned Zibby in a doc comment (reply in the same commentId). Returns { ok, documentId, commentId, replyId }.",input_schema:{type:"object",properties:{documentId:{type:"string",description:"Lark doc id (docx token) OR a full Lark/Feishu doc URL."},commentId:{type:"string",description:"The comment_id of the thread to reply into (from larkdoc_list_comments or the webhook event)."},text:{type:"string",description:"The reply body (plain text)."},fileType:{type:"string",description:"Drive file type \u2014 defaults to 'docx'."}},required:["documentId","commentId","text"]}}]};import{existsSync as Wd}from"fs";import{fileURLToPath as Zd}from"url";import{dirname as Vd,resolve as Xd}from"path";function Qd(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=Vd(Zd(import.meta.url)),t=Xd(r,"..","bin","mcp-skill.mjs");return Wd(t)?t:null}var ep=6e3*1e3,mt=null,tp=50,rp=50,np=40,sp=31,ip=200,op=31,ap=50,Bs=50,Ds=Object.freeze(["daily","month"]),Js=Object.freeze(["zh","en","ja"]),cp=Object.freeze(["employee_id","employee_no"]),lp=Yt;async function dp(){let{appId:r,appSecret:t,host:e}=await zt();if(mt&&mt.appId===r&&mt.expiresAt>Date.now())return{token:mt.token,host:e};let s=await(await fetch(`${e}/open-apis/auth/v3/tenant_access_token/internal`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({app_id:r,app_secret:t})})).json();if(s.code!==0)throw new Error(`Lark tenant_access_token failed: ${s.msg||s.code}`);return mt={token:s.tenant_access_token,expiresAt:Date.now()+ep,appId:r},{token:s.tenant_access_token,host:e}}function pp(r,t,e){let n=`Lark attendance API ${r} error ${t}: ${e||"(no message)"}`,s=r.includes("/attendance/v1/groups")?"attendance:rule:readonly (\u6253\u5361\u89C4\u5219/\u8003\u52E4\u7EC4 \u8BFB\u53D6)":r.includes("/contact/v3/users")?"contact:user.id:readonly (\u90AE\u7BB1 \u2192 \u7528\u6237 ID)":"attendance:task:readonly (\u6253\u5361\u7ED3\u679C/\u7EDF\u8BA1\u6570\u636E \u8BFB\u53D6)";return String(t)==="99991672"||/permission|scope|权限/i.test(String(e||""))?`${n}. The connected Lark app is missing the ${s} permission \u2014 add it in the Lark/Feishu developer console (\u5F00\u53D1\u8005\u540E\u53F0 > \u6743\u9650\u7BA1\u7406), then RE-PUBLISH a new app version so the scope takes effect.`:String(t)==="1220002"?`${n}. The tenant token was rejected \u2014 the Lark integration's app credentials look wrong; reconnect Lark in Integrations.`:String(t)==="1220001"?`${n}. Lark rejected the parameters \u2014 check the date range (yyyyMMdd, and within the documented span), stats_type, and that every user id matches the employeeType you passed.`:n}async function Ge(r,t,e){let{token:n,host:s}=await dp(),i={method:r,headers:{Authorization:`Bearer ${n}`,"Content-Type":"application/json; charset=utf-8"}};r!=="GET"&&e!==void 0&&(i.body=JSON.stringify(e));let a=await(await fetch(`${s}${t}`,i)).json();if(a.code!==0)throw new Error(pp(t,a.code,a.msg));return a.data||{}}function Ms(r){if(r==null||r==="")return null;let t=String(r).trim().replace(/[-/.]/g,"");if(!/^\d{8}$/.test(t))return null;let e=Number(t.slice(0,4)),n=Number(t.slice(4,6)),s=Number(t.slice(6,8));if(e<1970||e>9999||n<1||n>12||s<1||s>31)return null;let i=new Date(Date.UTC(e,n-1,s));return i.getUTCFullYear()!==e||i.getUTCMonth()!==n-1||i.getUTCDate()!==s?null:Number(t)}function up(r,t){let e=n=>Date.UTC(Math.floor(n/1e4),Math.floor(n%1e4/100)-1,n%100);return Math.floor((e(t)-e(r))/864e5)+1}function Dr(r,t){let e=Ms(r?.startDate??r?.start_date),n=Ms(r?.endDate??r?.end_date);if(!e||!n)return{error:"startDate and endDate are required, as yyyyMMdd (e.g. 20260401) or YYYY-MM-DD"};if(n<e)return{error:"endDate must not be earlier than startDate"};let s=up(e,n);return s>t?{error:`Lark caps this query at ${t} days; the requested range is ${s} days. Split it into consecutive windows and merge the results.`}:{startDate:e,endDate:n}}function qs(r,t){let e=r?.userIds??r?.user_ids,n=(Array.isArray(e)?e:typeof e=="string"?[e]:[]).map(s=>String(s||"").trim()).filter(Boolean);return n.length?n.length>t?{error:`Lark accepts at most ${t} user ids per call; ${n.length} were passed. Split into batches.`}:{ids:n}:{error:"userIds is required \u2014 attendance data is personal, so this tool never returns a whole tenant. Get the ids from larkattendance_get_group (bind_user_ids) or larkattendance_resolve_users."}}function ht(r,t,e){let n=String(r||"").trim().toLowerCase();return t.includes(n)?n:e}function Wt(r){return ht(r?.employeeType??r?.employee_type,cp,"employee_id")}function mp(r){return{code:String(r?.code||""),title:String(r?.title||""),fields:(Array.isArray(r?.child_fields)?r.child_fields:[]).map(t=>({code:String(t?.code||""),title:String(t?.title||""),...t?.time_unit?{timeUnit:String(t.time_unit)}:{}}))}}function hp(r,t){let n=(Array.isArray(r?.datas)?r.datas:[]).filter(s=>!t||t.has(String(s?.code||""))||t.has(String(s?.title||""))).map(s=>({code:String(s?.code||""),title:String(s?.title||""),value:s?.value===void 0||s?.value===null?"":String(s.value),...s?.duration_num?{durationNum:s.duration_num}:{},...Array.isArray(s?.features)&&s.features.length?{features:s.features}:{}}));return{userId:String(r?.user_id||""),name:String(r?.name||""),fields:n}}function fp(r){return{userId:String(r?.user_id||""),name:String(r?.employee_name||""),day:r?.day??null,groupId:String(r?.group_id||""),shiftId:String(r?.shift_id||""),records:(Array.isArray(r?.records)?r.records:[]).map(t=>({checkInTime:t?.check_in_record?.check_time??null,checkInResult:String(t?.check_in_result||""),checkInResultSupplement:String(t?.check_in_result_supplement||""),checkInShiftTime:t?.check_in_shift_time??null,checkOutTime:t?.check_out_record?.check_time??null,checkOutResult:String(t?.check_out_result||""),checkOutResultSupplement:String(t?.check_out_result_supplement||""),checkOutShiftTime:t?.check_out_shift_time??null,...t?.task_shift_type===void 0?{}:{taskShiftType:t.task_shift_type}}))}}var Fs={id:"lark-attendance",callsBackend:!0,serverName:"larkattendance",allowedTools:["mcp__larkattendance__*"],requiresIntegration:[S.LARK_DOCS,S.LARK],description:"Lark / Feishu attendance (\u8003\u52E4) \u2014 discover attendance groups and statistic fields, then read per-user work-hour / attendance statistics and clock-in records. Read-only.",envKeys:["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV",...lp],promptFragment:"## Lark Attendance (\u8003\u52E4)\nRead-only access to this tenant's Lark/Feishu attendance data. NOTHING about the tenant's setup is known in advance \u2014 group names, what counts as \"\u5DE5\u65F6\", and the per-tenant \u81EA\u5B9A\u4E49\u5B57\u6BB5 all differ \u2014 so DISCOVER before you fetch:\n1. `larkattendance_list_groups` \u2192 the \u8003\u52E4\u7EC4 that exist.\n2. `larkattendance_get_group` \u2192 that group's member user ids (the scope for every data call).\n3. `larkattendance_list_stats_fields` \u2192 every statistic column available for the period, INCLUDING this tenant's \u81EA\u5B9A\u4E49\u5B57\u6BB5. Match the user's words (\"\u5DE5\u65F6\", \"\u51FA\u52E4\u5929\u6570\", \u2026) against the returned `title`s and pass the matching `code`s onward.\n4. `larkattendance_query_stats` (aggregated numbers) and/or `larkattendance_query_records` (raw clock-in/out).\n`larkattendance_query_stats` also needs an `operatorUserId` \u2014 the attendance admin the query runs AS. Lark rejects the call without one, and it selects the saved statistics view that decides which columns come back, so this skill refuses to invent it: if the prompt did not supply one, ASK for it rather than substituting a member id.\nIdentity mapping: attendance ids are the tenant `user_id` (employee_id), NOT the `open_id` the `lark` skill's `lark_lookup_user_by_email` returns \u2014 use `larkattendance_resolve_users` to turn emails into attendance ids. For chat/DM routing keep using the `lark` skill's tools.\nAttendance is personal HR data: every data tool requires an explicit `userIds` list, and there is no whole-tenant dump. Report the numbers as returned; do not invent a column the tenant does not have.\nThese tools return { ok:false, error } on failure \u2014 read the error, it names the missing permission or the range limit.",resolve(){let r=Qd();if(!r)return null;let t={};for(let e of this.envKeys)process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/larkAttendance.js","larkAttendanceSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{switch(r){case"larkattendance_list_groups":{let e=Number(t?.pageSize??t?.page_size),n=Number.isFinite(e)&&e>0?Math.min(Math.floor(e),tp):rp,s=new URLSearchParams({page_size:String(n)}),i=String(t?.pageToken??t?.page_token??"").trim();i&&s.set("page_token",i);let o=await Ge("GET",`/open-apis/attendance/v1/groups?${s.toString()}`),a=(Array.isArray(o?.group_list)?o.group_list:[]).map(c=>({groupId:String(c?.group_id||""),groupName:String(c?.group_name||"")}));return JSON.stringify({ok:!0,count:a.length,groups:a,hasMore:!!o?.has_more,...o?.has_more&&o?.page_token?{pageToken:String(o.page_token)}:{}})}case"larkattendance_get_group":{let e=String(t?.groupId??t?.group_id??"").trim();if(!e)return JSON.stringify({ok:!1,error:"groupId is required (from larkattendance_list_groups)"});let n=Wt(t),s=new URLSearchParams({employee_type:n,dept_type:"open_id"}),i=await Ge("GET",`/open-apis/attendance/v1/groups/${encodeURIComponent(e)}?${s.toString()}`),o=a=>Array.isArray(a)?a.map(c=>String(c)):[];return JSON.stringify({ok:!0,groupId:String(i?.group_id||e),groupName:String(i?.group_name||""),employeeType:n,memberUserIds:o(i?.bind_user_ids),memberDeptIds:o(i?.bind_dept_ids),excludedUserIds:o(i?.except_user_ids),excludedDeptIds:o(i?.except_dept_ids),noPunchUserIds:o(i?.bind_default_user_ids),noPunchDeptIds:o(i?.bind_default_dept_ids),...Array.isArray(i?.group_leader_ids)?{leaderUserIds:o(i.group_leader_ids)}:{}})}case"larkattendance_list_stats_fields":{let e=Dr(t,np);if(e.error)return JSON.stringify({ok:!1,error:e.error});let n=ht(t?.statsType??t?.stats_type,Ds,"month"),s=ht(t?.locale,Js,"zh"),i=Wt(t),a=(await Ge("POST",`/open-apis/attendance/v1/user_stats_fields/query?employee_type=${encodeURIComponent(i)}`,{locale:s,stats_type:n,start_date:e.startDate,end_date:e.endDate}))?.user_stats_field||{},c=(Array.isArray(a?.fields)?a.fields:[]).map(mp);return JSON.stringify({ok:!0,statsType:n,locale:s,startDate:e.startDate,endDate:e.endDate,fieldGroupCount:c.length,fieldGroups:c})}case"larkattendance_query_stats":{let e=Dr(t,sp);if(e.error)return JSON.stringify({ok:!1,error:e.error});let n=qs(t,ip);if(n.error)return JSON.stringify({ok:!1,error:n.error});let s=ht(t?.statsType??t?.stats_type,Ds,"month"),i=ht(t?.locale,Js,"zh"),o=Wt(t),a=String(t?.operatorUserId??t?.user_id??"").trim();if(!a)return JSON.stringify({ok:!1,error:'operatorUserId is required by Lark (the API rejects this call with 1220001 "Need user_id"). It is the OPERATOR performing the query \u2014 a third id, not one of `userIds` and not `employeeType`. It must be a user whose saved attendance statistics view contains the columns you want (normally an attendance admin), because that view decides which columns Lark returns. This skill will NOT pick one for you: substituting an arbitrary member would silently return the wrong column set instead of failing. Ask the caller/prompt for the attendance admin\'s user id, or resolve their email with larkattendance_resolve_users.'});let c={locale:i,stats_type:s,start_date:e.startDate,end_date:e.endDate,user_ids:n.ids,user_id:a,need_history:t?.needHistory===!0,current_group_only:t?.currentGroupOnly===!0},l=Array.isArray(t?.fieldCodes)?t.fieldCodes:null,d=l?l.map(h=>String(h||"").trim()).filter(Boolean):[],p=d.length?new Set(d):null,u=await Ge("POST",`/open-apis/attendance/v1/user_stats_datas/query?employee_type=${encodeURIComponent(o)}`,c),m=(Array.isArray(u?.user_datas)?u.user_datas:[]).map(h=>hp(h,p));return JSON.stringify({ok:!0,statsType:s,startDate:e.startDate,endDate:e.endDate,employeeType:o,userCount:m.length,users:m,invalidUserIds:Array.isArray(u?.invalid_user_list)?u.invalid_user_list.map(h=>String(h)):[]})}case"larkattendance_query_records":{let e=Dr({startDate:t?.startDate??t?.checkDateFrom??t?.check_date_from,endDate:t?.endDate??t?.checkDateTo??t?.check_date_to},op);if(e.error)return JSON.stringify({ok:!1,error:e.error});let n=qs(t,ap);if(n.error)return JSON.stringify({ok:!1,error:n.error});let s=Wt(t),i=new URLSearchParams({employee_type:s,ignore_invalid_users:"true"});t?.includeTerminatedUser===!0&&i.set("include_terminated_user","true");let o=await Ge("POST",`/open-apis/attendance/v1/user_tasks/query?${i.toString()}`,{user_ids:n.ids,check_date_from:e.startDate,check_date_to:e.endDate,need_overtime_result:t?.needOvertimeResult===!0}),a=(Array.isArray(o?.user_task_results)?o.user_task_results:[]).map(fp);return JSON.stringify({ok:!0,startDate:e.startDate,endDate:e.endDate,employeeType:s,count:a.length,results:a,invalidUserIds:Array.isArray(o?.invalid_user_ids)?o.invalid_user_ids.map(c=>String(c)):[],unauthorizedUserIds:Array.isArray(o?.unauthorized_user_ids)?o.unauthorized_user_ids.map(c=>String(c)):[]})}case"larkattendance_resolve_users":{let e=t?.emails,n=(Array.isArray(e)?e:typeof e=="string"?[e]:[]).map(c=>String(c||"").trim()).filter(Boolean);if(!n.length)return JSON.stringify({ok:!1,error:"emails is required (a non-empty array of work email addresses)"});if(n.length>Bs)return JSON.stringify({ok:!1,error:`At most ${Bs} emails per call; ${n.length} were passed. Split into batches.`});let s=await Ge("POST","/open-apis/contact/v3/users/batch_get_id?user_id_type=user_id",{emails:n}),o=(Array.isArray(s?.user_list)?s.user_list:[]).filter(c=>c?.user_id).map(c=>({email:String(c?.email||""),userId:String(c.user_id)})),a=new Set(o.map(c=>c.email));return JSON.stringify({ok:!0,employeeType:"employee_id",users:o,notFound:n.filter(c=>!a.has(c))})}default:return JSON.stringify({ok:!1,error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({ok:!1,error:e?.message||String(e)})}},tools:[{name:"larkattendance_list_groups",description:"DISCOVERY (start here). List this tenant's Lark/Feishu attendance groups (\u8003\u52E4\u7EC4) \u2014 their names are tenant-specific, so never assume one. Returns { ok, count, groups:[{ groupId, groupName }], hasMore, pageToken }. When hasMore is true, call again with pageToken to continue. Needs the attendance:rule:readonly permission on the connected Lark app.",input_schema:{type:"object",properties:{pageSize:{type:"number",description:"Groups per page, 1-50 (default 50)."},pageToken:{type:"string",description:"Cursor from a previous call's pageToken \u2014 omit for the first page."}}}},{name:"larkattendance_get_group",description:"DISCOVERY. Read one attendance group and, crucially, ITS MEMBERS \u2014 memberUserIds is the scope you pass as userIds to larkattendance_query_stats / larkattendance_query_records (a real group can hold hundreds, so expect to batch). Returns { ok, groupId, groupName, employeeType, memberUserIds, memberDeptIds, excludedUserIds, excludedDeptIds, noPunchUserIds, noPunchDeptIds }. THREE different exclusion lists, do not conflate them: excludedUserIds are removed from the group; noPunchUserIds are in the group but not required to clock in (they still have statistics). Members bound by DEPARTMENT appear in memberDeptIds, not memberUserIds \u2014 resolve those people another way (e.g. larkattendance_resolve_users from emails you already have). Lark does not reliably return the group leaders here, so leaderUserIds may be absent \u2014 never source the query operator id from this tool.",input_schema:{type:"object",properties:{groupId:{type:"string",description:"Attendance group id from larkattendance_list_groups."},employeeType:{type:"string",description:"Which id form to return members in: 'employee_id' (tenant user_id, the default and what every other tool here expects) or 'employee_no' (\u5DE5\u53F7)."}},required:["groupId"]}},{name:"larkattendance_list_stats_fields",description:'DISCOVERY \u2014 call this BEFORE larkattendance_query_stats. Lists every statistic column this tenant has for the period, grouped (e.g. \u57FA\u672C\u4FE1\u606F / \u51FA\u52E4\u7EDF\u8BA1 / \u5F02\u5E38\u7EDF\u8BA1 / \u6BCF\u65E5\u7EDF\u8BA1 / \u81EA\u5B9A\u4E49\u5B57\u6BB5). The \u81EA\u5B9A\u4E49\u5B57\u6BB5 group is tenant-defined and exists nowhere else, so this is the only way to learn its codes. Match the user\'s wording ("\u5DE5\u65F6", "\u51FA\u52E4\u5929\u6570", "\u8FDF\u5230\u6B21\u6570") against the returned `title`s and pass the matching `code`s as fieldCodes to larkattendance_query_stats. Returns { ok, statsType, locale, startDate, endDate, fieldGroups:[{ code, title, fields:[{ code, title, timeUnit }] }] }. Range is capped at 40 days.',input_schema:{type:"object",properties:{startDate:{type:"string",description:"Period start as yyyyMMdd (20260401) or YYYY-MM-DD."},endDate:{type:"string",description:"Period end, same format. At most 40 days after startDate."},statsType:{type:"string",description:"'month' (default) for period totals, or 'daily' for per-day columns."},locale:{type:"string",description:"Field-title language: 'zh' (default), 'en', or 'ja'."},employeeType:{type:"string",description:"'employee_id' (default) or 'employee_no'."}},required:["startDate","endDate"]}},{name:"larkattendance_query_stats",description:'The numbers: per-user attendance statistics (work hours, attendance days, exceptions, custom fields) for a period. Needs THREE separate things: userIds (whose data you want, max 200), operatorUserId (WHO IS ASKING \u2014 required by Lark, see below), and the date range (max 31 days). Attendance is personal data and there is no whole-tenant read; get ids from larkattendance_get_group or larkattendance_resolve_users. Returns { ok, statsType, startDate, endDate, users:[{ userId, name, fields:[{ code, title, value, durationNum? }] }], invalidUserIds }. Values are STRINGS exactly as Lark returns them \u2014 report them as-is, do not re-derive. EXPECT MANY COLUMNS: a one-month query returns roughly 40+ cells per person, because Lark mixes period totals (e.g. an "actual attendance hours" column, late/early counts) with identity columns (department, employee number) AND one column PER DAY of the range \u2014 so match on `title` rather than assuming a short list, and pass fieldCodes to trim. The exact set of columns follows the SAVED STATISTICS VIEW of the operatorUserId (\u8003\u52E4 > \u7EDF\u8BA1\u8BBE\u7F6E), so if a field that larkattendance_list_stats_fields advertises is missing from the result, it is switched off in that operator\'s view and an admin must enable it \u2014 or you are querying as the wrong operator.',input_schema:{type:"object",properties:{userIds:{type:"array",items:{type:"string"},description:"The people to report on, in the employeeType id form. Max 200. Required."},startDate:{type:"string",description:"Period start as yyyyMMdd (20260401) or YYYY-MM-DD."},endDate:{type:"string",description:"Period end, same format. At most 31 days after startDate."},statsType:{type:"string",description:"'month' (default) for period totals, or 'daily' for per-day rows."},fieldCodes:{type:"array",items:{type:"string"},description:"Optional filter \u2014 only these field codes/titles are returned. Omit to get every column."},locale:{type:"string",description:"Field-title language: 'zh' (default), 'en', or 'ja'."},employeeType:{type:"string",description:"'employee_id' (default) or 'employee_no' \u2014 must match the form of userIds."},operatorUserId:{type:"string",description:'REQUIRED. The user id of the OPERATOR performing the query \u2014 a third id, distinct from `userIds` (whose data you want) and from `employeeType` (the id form). Lark rejects the call without it (1220001 "Need user_id"). It should be an attendance admin whose saved statistics view contains the columns you need, because that view decides which columns come back. This skill will not pick one for you \u2014 get it from the caller/prompt, or from an email via larkattendance_resolve_users.'},needHistory:{type:"boolean",description:"Include transferred/departed staff (default false)."},currentGroupOnly:{type:"boolean",description:"Restrict to the user's current attendance group (default false)."}},required:["userIds","operatorUserId","startDate","endDate"]}},{name:"larkattendance_query_records",description:"The raw clock-in/out results (\u6253\u5361\u7ED3\u679C) per person per day \u2014 use when the aggregated statistics are not enough (e.g. to show which days were late, or the actual punch times). REQUIRES an explicit userIds list (max 50); range capped at 31 days. Returns { ok, results:[{ userId, name, day, groupId, shiftId, records:[{ checkInTime, checkInResult, checkOutTime, checkOutResult, checkInShiftTime, checkOutShiftTime }] }], invalidUserIds, unauthorizedUserIds }. Unknown ids are reported in invalidUserIds rather than failing the batch. Result values are Lark's own enums (Normal / Early / Late / Lack / \u2026).",input_schema:{type:"object",properties:{userIds:{type:"array",items:{type:"string"},description:"The people to read, in the employeeType id form. Max 50. Required."},startDate:{type:"string",description:"First day as yyyyMMdd (20260401) or YYYY-MM-DD."},endDate:{type:"string",description:"Last day, same format. At most 31 days after startDate."},employeeType:{type:"string",description:"'employee_id' (default) or 'employee_no' \u2014 must match the form of userIds."},needOvertimeResult:{type:"boolean",description:"Also return overtime shift records (default false)."},includeTerminatedUser:{type:"boolean",description:"Include departed employees (default false)."}},required:["userIds","startDate","endDate"]}},{name:"larkattendance_resolve_users",description:"Map work EMAIL addresses to the attendance user ids (tenant user_id = the attendance API's employee_id). Use this to line a report's people up with attendance rows. NOTE this is deliberately different from the `lark` skill's lark_lookup_user_by_email, which returns an open_id for chat/DM \u2014 the attendance endpoints reject open_ids. Max 50 emails per call. Returns { ok, employeeType:\"employee_id\", users:[{ email, userId }], notFound:[email] }. Needs the contact:user.id:readonly permission.",input_schema:{type:"object",properties:{emails:{type:"array",items:{type:"string"},description:"Work email addresses to resolve. Max 50."}},required:["emails"]}}]};var Ks={id:"chat_notify",description:"Chat notification meta-skill \u2014 routes to whichever messaging integration (Slack OR Lark) the user has configured for this project.",envKeys:[...P.envKeys||[],...F.envKeys||[]],get serverName(){if(process.env.SLACK_CHANNEL)return P.serverName;if(process.env.LARK_RECEIVE_ID)return F.serverName;if(process.env.SLACK_BOT_TOKEN)return P.serverName},get allowedTools(){return process.env.SLACK_CHANNEL?P.allowedTools||[]:process.env.LARK_RECEIVE_ID?F.allowedTools||[]:process.env.SLACK_BOT_TOKEN?P.allowedTools||[]:[]},promptFragment:`## Chat notifications (Slack OR Lark \u2014 at least one connected)
|
|
430
|
+
`)){let s=n.replace(/\s+$/,"");if(!s.trim())continue;let i=/^(#{1,3})\s+(.*)$/.exec(s),o=/^\s*[-*]\s+(.*)$/.exec(s),a=/^\s*\d+[.)]\s+(.*)$/.exec(s),c,l,d;if(i){let p=i[1].length;c=`heading${p}`,l=2+p,d=i[2]}else o?(c="bullet",l=12,d=o[1]):a?(c="ordered",l=13,d=a[1]):(c="text",l=2,d=s);e.push({block_type:l,[c]:{elements:[{text_run:{content:d}}],style:{}}})}return e}function ut(r){let t=typeof r?.markdown=="string"?r.markdown:null,e=typeof r?.text=="string"?r.text:null;return t??e}async function Ur(r,t){let e;for(let n=0;n<t.length;n+=$s){let s=t.slice(n,n+$s);e=(await z("POST",`/open-apis/docx/v1/documents/${r}/blocks/${r}/children?document_revision_id=-1`,{children:s})).host}return e}function zd(r){let t=typeof r=="string"?r.trim():"";if(!t)throw new Error("imagePath is required");if(!Cs(t)||!Pd(t).isFile())throw new Error(`imagePath not found (or not a file): ${t}`);if(!/\.(png|jpe?g)$/i.test(t))throw new Error("imagePath must be a .png or .jpg/.jpeg file");let e=Cd(t);if(e.length>Kd)throw new Error(`image is ${(e.length/(1024*1024)).toFixed(1)}MB \u2014 max 10MB`);return e}async function Wd({fileName:r,parentNode:t,bytes:e}){let{token:n,host:s}=await Us(),i=new FormData;i.set("file_name",r),i.set("parent_type","docx_image"),i.set("parent_node",t),i.set("size",String(e.length)),i.set("file",new Blob([e]),r);let a=await(await fetch(`${s}/open-apis/drive/v1/medias/upload_all`,{method:"POST",headers:{Authorization:`Bearer ${n}`},body:i})).json();if(a.code!==0)throw new Error(`Lark media upload_all error: ${a.msg||a.code}`);let c=a.data?.file_token;if(!c)throw new Error("Lark media upload_all returned no file_token");return c}var Zd="docx",Vd=50;function Ps(r){return[{type:"text_run",text_run:{text:String(r??"")}}]}function Xd(r){return Array.isArray(r)?r.map(t=>t?.text_run?.text??t?.docs_link?.url??(t?.person?`@${t.person.user_id||""}`:"")).join(""):""}function Qd(r){let t=Array.isArray(r?.reply_list?.replies)?r.reply_list.replies:[];return{commentId:r?.comment_id||"",resolved:!!r?.is_solved,replies:t.map(e=>({replyId:e?.reply_id||"",author:e?.user_id||"",text:Xd(e?.content?.elements),createTime:e?.create_time||""}))}}function Br(r){return typeof r?.fileType=="string"&&r.fileType.trim()?r.fileType.trim():Zd}var Bs={id:"lark-docs",callsBackend:!0,serverName:"larkdocs",allowedTools:["mcp__larkdocs__*"],requiresIntegration:[S.LARK_DOCS,S.LARK],description:"Lark / Feishu Docs \u2014 read, create, append, and insert images into Lark documents (docx).",envKeys:["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV",...Hd],promptFragment:'## Lark Docs\nYou can read, create, and append Lark/Feishu documents (docx), and read/post/reply to their comments. This runs on the connected Lark Docs app (the chat app is used when no separate docs app is connected). Each `larkdoc_*` / `larkwiki_*` tool documents its own params and return shape in its tool description \u2014 they are not restated here.\nThese tools return { ok:false, error } on failure \u2014 treat an unavailable Lark connection as "cannot read/deliver to Lark Docs" and continue rather than blocking the task.',resolve(){let r=Md();if(!r)return null;let t={};for(let e of this.envKeys)process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/larkDocs.js","larkDocsSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{switch(r){case"larkdoc_get":{let e=t?.documentId||t?.url||t?.id,n=Ae(e);if(!n)return JSON.stringify({ok:!1,error:"A valid Lark doc id or URL is required"});let s=await Ke(n),i="";try{i=(await z("GET",`/open-apis/docx/v1/documents/${s}`)).data?.document?.title||""}catch{}let{data:o,host:a}=await z("GET",`/open-apis/docx/v1/documents/${s}/raw_content?lang=0`),c=String(o?.content||""),l=!1;return c.length>js&&(c=c.slice(0,js),l=!0),JSON.stringify({ok:!0,documentId:s,title:i,url:pt(a,s),text:c,...l?{truncated:!0}:{}})}case"larkdoc_create":{let e=typeof t?.title=="string"&&t.title.trim()?t.title.trim():null;if(!e)return JSON.stringify({ok:!1,error:"title is required"});let n=typeof t?.wikiSpaceId=="string"&&t.wikiSpaceId.trim()?t.wikiSpaceId.trim():null;if(n){let c=typeof t?.parentNodeToken=="string"&&t.parentNodeToken.trim()?t.parentNodeToken.trim():null,{data:l,host:d}=await z("POST",`/open-apis/wiki/v2/spaces/${encodeURIComponent(n)}/nodes`,{obj_type:"docx",node_type:"origin",title:e,...c?{parent_node_token:c}:{}}),p=l?.node||{},u=p.obj_token;if(!u)return JSON.stringify({ok:!1,error:"Lark wiki node create returned no obj_token"});let m=ut(t);if(m&&m.trim()){let h=Cr(m);h.length&&await Ur(u,h)}return JSON.stringify({ok:!0,documentId:u,title:e,wikiSpaceId:n,wikiNodeToken:p.node_token||"",url:p.node_token?Yd(d,p.node_token):pt(d,u)})}let{data:s,host:i}=await z("POST","/open-apis/docx/v1/documents",{title:e,...t?.folderToken?{folder_token:String(t.folderToken)}:{}}),o=s?.document?.document_id;if(!o)return JSON.stringify({ok:!1,error:"Lark Docs create returned no document_id"});let a=ut(t);if(a&&a.trim()){let c=Cr(a);c.length&&await Ur(o,c)}return JSON.stringify({ok:!0,documentId:o,title:e,url:pt(i,o)})}case"larkdoc_append":{let e=t?.documentId||t?.url||t?.id,n=Ae(e);if(!n)return JSON.stringify({ok:!1,error:"A valid Lark doc id or URL is required"});let s=ut(t);if(!s||!s.trim())return JSON.stringify({ok:!1,error:"markdown or text content is required"});let i=await Ke(n),o=Cr(s);if(!o.length)return JSON.stringify({ok:!1,error:"no non-empty content to append"});let a=await Ur(i,o);return JSON.stringify({ok:!0,documentId:i,url:pt(a,i)})}case"larkdoc_insert_image":{let e=t?.documentId||t?.url||t?.id,n=Ae(e);if(!n)return JSON.stringify({ok:!1,error:"A valid Lark doc id or URL is required"});if(!t?.imagePath||typeof t.imagePath!="string"||!t.imagePath.trim())return JSON.stringify({ok:!1,error:"imagePath is required"});let s=await Ke(n),i=t.imagePath.trim(),o=zd(i),a=Bd(i),l=(await z("POST",`/open-apis/docx/v1/documents/${s}/blocks/${s}/children?document_revision_id=-1`,{children:[{block_type:27,image:{}}]})).data?.children?.[0]?.block_id;if(!l)return JSON.stringify({ok:!1,error:"Lark image block create returned no block_id"});let d=await Wd({fileName:a,parentNode:l,bytes:o}),p={token:d},u=Number(t?.width),m=Number(t?.height);Number.isFinite(u)&&u>0&&(p.width=Math.round(u)),Number.isFinite(m)&&m>0&&(p.height=Math.round(m));let{host:h}=await z("PATCH",`/open-apis/docx/v1/documents/${s}/blocks/${l}?document_revision_id=-1`,{replace_image:p});return JSON.stringify({ok:!0,documentId:s,blockId:l,fileToken:d,url:pt(h,s)})}case"larkwiki_list_spaces":{let e=[],n=null;for(let s=0;s<Fd;s++){let i=new URLSearchParams({page_size:String(qd)});n&&i.set("page_token",n);let{data:o}=await z("GET",`/open-apis/wiki/v2/spaces?${i.toString()}`),a=Array.isArray(o?.items)?o.items:[];for(let c of a)e.push({spaceId:String(c?.space_id||""),name:String(c?.name||"")});if(!o?.has_more||!o?.page_token)break;n=o.page_token}return JSON.stringify({ok:!0,count:e.length,spaces:e})}case"larkdoc_list_comments":{let e=t?.documentId||t?.url||t?.id||t?.fileToken,n=Ae(e);if(!n)return JSON.stringify({ok:!1,error:"A valid Lark doc id or URL is required"});let s=await Ke(n),i=Br(t),o=new URLSearchParams({file_type:i,page_size:String(Vd)}),{data:a}=await z("GET",`/open-apis/drive/v1/files/${s}/comments?${o.toString()}`),l=(Array.isArray(a?.items)?a.items:[]).map(Qd);return JSON.stringify({ok:!0,documentId:s,count:l.length,comments:l})}case"larkdoc_add_comment":{let e=t?.documentId||t?.url||t?.id||t?.fileToken,n=Ae(e);if(!n)return JSON.stringify({ok:!1,error:"A valid Lark doc id or URL is required"});let s=ut({text:t?.text??t?.body});if(!s||!s.trim())return JSON.stringify({ok:!1,error:"text is required"});let i=await Ke(n),o=Br(t),{data:a}=await z("POST",`/open-apis/drive/v1/files/${i}/comments?file_type=${encodeURIComponent(o)}`,{reply_list:{replies:[{content:{elements:Ps(s)}}]}});return JSON.stringify({ok:!0,documentId:i,commentId:a?.comment_id||""})}case"larkdoc_reply_comment":{let e=t?.documentId||t?.url||t?.id||t?.fileToken,n=Ae(e);if(!n)return JSON.stringify({ok:!1,error:"A valid Lark doc id or URL is required"});let s=t?.commentId||t?.comment_id;if(!s)return JSON.stringify({ok:!1,error:"commentId is required"});let i=ut({text:t?.text??t?.body});if(!i||!i.trim())return JSON.stringify({ok:!1,error:"text is required"});let o=await Ke(n),a=Br(t),{data:c}=await z("POST",`/open-apis/drive/v1/files/${o}/comments/${encodeURIComponent(s)}/replies?file_type=${encodeURIComponent(a)}`,{content:{elements:Ps(i)}});return JSON.stringify({ok:!0,documentId:o,commentId:String(s),replyId:c?.reply_id||""})}default:return JSON.stringify({ok:!1,error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({ok:!1,error:e.message})}},tools:[{name:"larkdoc_get",description:"Read a Lark/Feishu document (docx) as plain text, for use as reference context. Accepts a raw doc id OR a full Lark doc URL (a /docx/ or /wiki/ link \u2014 wiki links are resolved to their backing docx). Returns { ok, documentId, title, url, text }. Text is truncated to ~20k chars.",input_schema:{type:"object",properties:{documentId:{type:"string",description:"Lark doc id (docx token) OR a full Lark/Feishu doc URL (/docx/\u2026 or /wiki/\u2026)."}},required:["documentId"]}},{name:"larkdoc_create",description:"Create a new Lark/Feishu document (docx) with a title and optional content (markdown: #/##/### headings, - bullets, 1. ordered; or plain text). Pass wikiSpaceId (from larkwiki_list_spaces) to create the doc INSIDE a wiki space instead of as a standalone doc \u2014 optionally nested under parentNodeToken. Returns { ok, documentId, url } (plus wikiNodeToken when created in a wiki) \u2014 share the url with the user.",input_schema:{type:"object",properties:{title:{type:"string",description:"Document title."},markdown:{type:"string",description:"Document body as markdown (preferred)."},text:{type:"string",description:"Document body as plain text (used when markdown is absent)."},folderToken:{type:"string",description:"Optional Lark drive folder token to create the doc in. Absent = the app root. Ignored when wikiSpaceId is set."},wikiSpaceId:{type:"string",description:"Optional wiki space id (from larkwiki_list_spaces) \u2014 create the doc as a node inside this wiki space."},parentNodeToken:{type:"string",description:"Optional wiki node token to nest the new doc under (only with wikiSpaceId). Absent = the space root."}},required:["title"]}},{name:"larkwiki_list_spaces",description:"List the Lark/Feishu wiki spaces visible to the connected app. Returns { ok, count, spaces:[{ spaceId, name }] }. Use to discover the wikiSpaceId for larkdoc_create.",input_schema:{type:"object",properties:{}}},{name:"larkdoc_append",description:"Append markdown/text content to the END of an existing Lark/Feishu document (docx). Accepts a documentId or a full Lark doc URL. Returns { ok, documentId, url }.",input_schema:{type:"object",properties:{documentId:{type:"string",description:"Lark doc id (docx token) OR a full Lark/Feishu doc URL."},markdown:{type:"string",description:"Content to append, as markdown (preferred)."},text:{type:"string",description:"Content to append, as plain text (used when markdown is absent)."}},required:["documentId"]}},{name:"larkdoc_insert_image",description:"Append a LOCAL image file (png/jpg, max 10MB) to the END of an existing Lark/Feishu document (docx). Accepts a documentId or full doc URL plus a local file path. Optional width/height in pixels. Returns { ok, documentId, blockId, fileToken, url }.",input_schema:{type:"object",properties:{documentId:{type:"string",description:"Lark doc id (docx token) OR a full Lark/Feishu doc URL."},imagePath:{type:"string",description:"Local filesystem path to a .png or .jpg/.jpeg image (max 10MB)."},width:{type:"number",description:"Optional display width in pixels."},height:{type:"number",description:"Optional display height in pixels."}},required:["documentId","imagePath"]}},{name:"larkdoc_list_comments",description:"List the comment threads on a Lark/Feishu document. Accepts a documentId or full doc URL. Returns { ok, comments:[{ commentId, replies:[{ replyId, author, text }] }] }. Use to read the thread you are replying to.",input_schema:{type:"object",properties:{documentId:{type:"string",description:"Lark doc id (docx token) OR a full Lark/Feishu doc URL."},fileType:{type:"string",description:"Drive file type \u2014 defaults to 'docx'. Only change for non-docx files (doc/sheet/bitable/file/slides)."}},required:["documentId"]}},{name:"larkdoc_add_comment",description:"Post a NEW top-level comment on a Lark/Feishu document. Accepts a documentId or full doc URL plus text. Returns { ok, documentId, commentId }.",input_schema:{type:"object",properties:{documentId:{type:"string",description:"Lark doc id (docx token) OR a full Lark/Feishu doc URL."},text:{type:"string",description:"The comment body (plain text)."},fileType:{type:"string",description:"Drive file type \u2014 defaults to 'docx'."}},required:["documentId","text"]}},{name:"larkdoc_reply_comment",description:"Reply INSIDE an existing comment thread on a Lark/Feishu document. Pass { documentId, commentId, text }. Use to answer a user who @mentioned Zibby in a doc comment (reply in the same commentId). Returns { ok, documentId, commentId, replyId }.",input_schema:{type:"object",properties:{documentId:{type:"string",description:"Lark doc id (docx token) OR a full Lark/Feishu doc URL."},commentId:{type:"string",description:"The comment_id of the thread to reply into (from larkdoc_list_comments or the webhook event)."},text:{type:"string",description:"The reply body (plain text)."},fileType:{type:"string",description:"Drive file type \u2014 defaults to 'docx'."}},required:["documentId","commentId","text"]}}]};import{existsSync as ep}from"fs";import{fileURLToPath as tp}from"url";import{dirname as rp,resolve as np}from"path";function sp(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=rp(tp(import.meta.url)),t=np(r,"..","bin","mcp-skill.mjs");return ep(t)?t:null}var ip=6e3*1e3,mt=null,op=50,ap=50,cp=40,lp=31,dp=200,pp=31,up=50,Ds=50,Js=Object.freeze(["daily","month"]),Ms=Object.freeze(["zh","en","ja"]),mp=Object.freeze(["employee_id","employee_no"]),hp=Yt;async function fp(){let{appId:r,appSecret:t,host:e}=await zt();if(mt&&mt.appId===r&&mt.expiresAt>Date.now())return{token:mt.token,host:e};let s=await(await fetch(`${e}/open-apis/auth/v3/tenant_access_token/internal`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({app_id:r,app_secret:t})})).json();if(s.code!==0)throw new Error(`Lark tenant_access_token failed: ${s.msg||s.code}`);return mt={token:s.tenant_access_token,expiresAt:Date.now()+ip,appId:r},{token:s.tenant_access_token,host:e}}function yp(r,t,e){let n=`Lark attendance API ${r} error ${t}: ${e||"(no message)"}`,s=r.includes("/attendance/v1/groups")?"attendance:rule:readonly (\u6253\u5361\u89C4\u5219/\u8003\u52E4\u7EC4 \u8BFB\u53D6)":r.includes("/contact/v3/users")?"contact:user.id:readonly (\u90AE\u7BB1 \u2192 \u7528\u6237 ID)":"attendance:task:readonly (\u6253\u5361\u7ED3\u679C/\u7EDF\u8BA1\u6570\u636E \u8BFB\u53D6)";return String(t)==="99991672"||/permission|scope|权限/i.test(String(e||""))?`${n}. The connected Lark app is missing the ${s} permission \u2014 add it in the Lark/Feishu developer console (\u5F00\u53D1\u8005\u540E\u53F0 > \u6743\u9650\u7BA1\u7406), then RE-PUBLISH a new app version so the scope takes effect.`:String(t)==="1220002"?`${n}. The tenant token was rejected \u2014 the Lark integration's app credentials look wrong; reconnect Lark in Integrations.`:String(t)==="1220001"?`${n}. Lark rejected the parameters \u2014 check the date range (yyyyMMdd, and within the documented span), stats_type, and that every user id matches the employeeType you passed.`:n}async function Ge(r,t,e){let{token:n,host:s}=await fp(),i={method:r,headers:{Authorization:`Bearer ${n}`,"Content-Type":"application/json; charset=utf-8"}};r!=="GET"&&e!==void 0&&(i.body=JSON.stringify(e));let a=await(await fetch(`${s}${t}`,i)).json();if(a.code!==0)throw new Error(yp(t,a.code,a.msg));return a.data||{}}function qs(r){if(r==null||r==="")return null;let t=String(r).trim().replace(/[-/.]/g,"");if(!/^\d{8}$/.test(t))return null;let e=Number(t.slice(0,4)),n=Number(t.slice(4,6)),s=Number(t.slice(6,8));if(e<1970||e>9999||n<1||n>12||s<1||s>31)return null;let i=new Date(Date.UTC(e,n-1,s));return i.getUTCFullYear()!==e||i.getUTCMonth()!==n-1||i.getUTCDate()!==s?null:Number(t)}function gp(r,t){let e=n=>Date.UTC(Math.floor(n/1e4),Math.floor(n%1e4/100)-1,n%100);return Math.floor((e(t)-e(r))/864e5)+1}function Dr(r,t){let e=qs(r?.startDate??r?.start_date),n=qs(r?.endDate??r?.end_date);if(!e||!n)return{error:"startDate and endDate are required, as yyyyMMdd (e.g. 20260401) or YYYY-MM-DD"};if(n<e)return{error:"endDate must not be earlier than startDate"};let s=gp(e,n);return s>t?{error:`Lark caps this query at ${t} days; the requested range is ${s} days. Split it into consecutive windows and merge the results.`}:{startDate:e,endDate:n}}function Fs(r,t){let e=r?.userIds??r?.user_ids,n=(Array.isArray(e)?e:typeof e=="string"?[e]:[]).map(s=>String(s||"").trim()).filter(Boolean);return n.length?n.length>t?{error:`Lark accepts at most ${t} user ids per call; ${n.length} were passed. Split into batches.`}:{ids:n}:{error:"userIds is required \u2014 attendance data is personal, so this tool never returns a whole tenant. Get the ids from larkattendance_get_group (bind_user_ids) or larkattendance_resolve_users."}}function ht(r,t,e){let n=String(r||"").trim().toLowerCase();return t.includes(n)?n:e}function Wt(r){return ht(r?.employeeType??r?.employee_type,mp,"employee_id")}function _p(r){return{code:String(r?.code||""),title:String(r?.title||""),fields:(Array.isArray(r?.child_fields)?r.child_fields:[]).map(t=>({code:String(t?.code||""),title:String(t?.title||""),...t?.time_unit?{timeUnit:String(t.time_unit)}:{}}))}}function bp(r,t){let n=(Array.isArray(r?.datas)?r.datas:[]).filter(s=>!t||t.has(String(s?.code||""))||t.has(String(s?.title||""))).map(s=>({code:String(s?.code||""),title:String(s?.title||""),value:s?.value===void 0||s?.value===null?"":String(s.value),...s?.duration_num?{durationNum:s.duration_num}:{},...Array.isArray(s?.features)&&s.features.length?{features:s.features}:{}}));return{userId:String(r?.user_id||""),name:String(r?.name||""),fields:n}}function kp(r){return{userId:String(r?.user_id||""),name:String(r?.employee_name||""),day:r?.day??null,groupId:String(r?.group_id||""),shiftId:String(r?.shift_id||""),records:(Array.isArray(r?.records)?r.records:[]).map(t=>({checkInTime:t?.check_in_record?.check_time??null,checkInResult:String(t?.check_in_result||""),checkInResultSupplement:String(t?.check_in_result_supplement||""),checkInShiftTime:t?.check_in_shift_time??null,checkOutTime:t?.check_out_record?.check_time??null,checkOutResult:String(t?.check_out_result||""),checkOutResultSupplement:String(t?.check_out_result_supplement||""),checkOutShiftTime:t?.check_out_shift_time??null,...t?.task_shift_type===void 0?{}:{taskShiftType:t.task_shift_type}}))}}var Ks={id:"lark-attendance",callsBackend:!0,serverName:"larkattendance",allowedTools:["mcp__larkattendance__*"],requiresIntegration:[S.LARK_DOCS,S.LARK],description:"Lark / Feishu attendance (\u8003\u52E4) \u2014 discover attendance groups and statistic fields, then read per-user work-hour / attendance statistics and clock-in records. Read-only.",envKeys:["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV",...hp],promptFragment:"## Lark Attendance (\u8003\u52E4)\nRead-only access to this tenant's Lark/Feishu attendance data. NOTHING about the tenant's setup is known in advance \u2014 group names, what counts as \"\u5DE5\u65F6\", and the per-tenant \u81EA\u5B9A\u4E49\u5B57\u6BB5 all differ \u2014 so DISCOVER before you fetch:\n1. `larkattendance_list_groups` \u2192 the \u8003\u52E4\u7EC4 that exist.\n2. `larkattendance_get_group` \u2192 that group's member user ids (the scope for every data call).\n3. `larkattendance_list_stats_fields` \u2192 every statistic column available for the period, INCLUDING this tenant's \u81EA\u5B9A\u4E49\u5B57\u6BB5. Match the user's words (\"\u5DE5\u65F6\", \"\u51FA\u52E4\u5929\u6570\", \u2026) against the returned `title`s and pass the matching `code`s onward.\n4. `larkattendance_query_stats` (aggregated numbers) and/or `larkattendance_query_records` (raw clock-in/out).\n`larkattendance_query_stats` also needs an `operatorUserId` \u2014 the attendance admin the query runs AS. Lark rejects the call without one, and it selects the saved statistics view that decides which columns come back, so this skill refuses to invent it: if the prompt did not supply one, ASK for it rather than substituting a member id.\nIdentity mapping: attendance ids are the tenant `user_id` (employee_id), NOT the `open_id` the `lark` skill's `lark_lookup_user_by_email` returns \u2014 use `larkattendance_resolve_users` to turn emails into attendance ids. For chat/DM routing keep using the `lark` skill's tools.\nAttendance is personal HR data: every data tool requires an explicit `userIds` list, and there is no whole-tenant dump. Report the numbers as returned; do not invent a column the tenant does not have.\nThese tools return { ok:false, error } on failure \u2014 read the error, it names the missing permission or the range limit.",resolve(){let r=sp();if(!r)return null;let t={};for(let e of this.envKeys)process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/larkAttendance.js","larkAttendanceSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{switch(r){case"larkattendance_list_groups":{let e=Number(t?.pageSize??t?.page_size),n=Number.isFinite(e)&&e>0?Math.min(Math.floor(e),op):ap,s=new URLSearchParams({page_size:String(n)}),i=String(t?.pageToken??t?.page_token??"").trim();i&&s.set("page_token",i);let o=await Ge("GET",`/open-apis/attendance/v1/groups?${s.toString()}`),a=(Array.isArray(o?.group_list)?o.group_list:[]).map(c=>({groupId:String(c?.group_id||""),groupName:String(c?.group_name||"")}));return JSON.stringify({ok:!0,count:a.length,groups:a,hasMore:!!o?.has_more,...o?.has_more&&o?.page_token?{pageToken:String(o.page_token)}:{}})}case"larkattendance_get_group":{let e=String(t?.groupId??t?.group_id??"").trim();if(!e)return JSON.stringify({ok:!1,error:"groupId is required (from larkattendance_list_groups)"});let n=Wt(t),s=new URLSearchParams({employee_type:n,dept_type:"open_id"}),i=await Ge("GET",`/open-apis/attendance/v1/groups/${encodeURIComponent(e)}?${s.toString()}`),o=a=>Array.isArray(a)?a.map(c=>String(c)):[];return JSON.stringify({ok:!0,groupId:String(i?.group_id||e),groupName:String(i?.group_name||""),employeeType:n,memberUserIds:o(i?.bind_user_ids),memberDeptIds:o(i?.bind_dept_ids),excludedUserIds:o(i?.except_user_ids),excludedDeptIds:o(i?.except_dept_ids),noPunchUserIds:o(i?.bind_default_user_ids),noPunchDeptIds:o(i?.bind_default_dept_ids),...Array.isArray(i?.group_leader_ids)?{leaderUserIds:o(i.group_leader_ids)}:{}})}case"larkattendance_list_stats_fields":{let e=Dr(t,cp);if(e.error)return JSON.stringify({ok:!1,error:e.error});let n=ht(t?.statsType??t?.stats_type,Js,"month"),s=ht(t?.locale,Ms,"zh"),i=Wt(t),a=(await Ge("POST",`/open-apis/attendance/v1/user_stats_fields/query?employee_type=${encodeURIComponent(i)}`,{locale:s,stats_type:n,start_date:e.startDate,end_date:e.endDate}))?.user_stats_field||{},c=(Array.isArray(a?.fields)?a.fields:[]).map(_p);return JSON.stringify({ok:!0,statsType:n,locale:s,startDate:e.startDate,endDate:e.endDate,fieldGroupCount:c.length,fieldGroups:c})}case"larkattendance_query_stats":{let e=Dr(t,lp);if(e.error)return JSON.stringify({ok:!1,error:e.error});let n=Fs(t,dp);if(n.error)return JSON.stringify({ok:!1,error:n.error});let s=ht(t?.statsType??t?.stats_type,Js,"month"),i=ht(t?.locale,Ms,"zh"),o=Wt(t),a=String(t?.operatorUserId??t?.user_id??"").trim();if(!a)return JSON.stringify({ok:!1,error:'operatorUserId is required by Lark (the API rejects this call with 1220001 "Need user_id"). It is the OPERATOR performing the query \u2014 a third id, not one of `userIds` and not `employeeType`. It must be a user whose saved attendance statistics view contains the columns you want (normally an attendance admin), because that view decides which columns Lark returns. This skill will NOT pick one for you: substituting an arbitrary member would silently return the wrong column set instead of failing. Ask the caller/prompt for the attendance admin\'s user id, or resolve their email with larkattendance_resolve_users.'});let c={locale:i,stats_type:s,start_date:e.startDate,end_date:e.endDate,user_ids:n.ids,user_id:a,need_history:t?.needHistory===!0,current_group_only:t?.currentGroupOnly===!0},l=Array.isArray(t?.fieldCodes)?t.fieldCodes:null,d=l?l.map(h=>String(h||"").trim()).filter(Boolean):[],p=d.length?new Set(d):null,u=await Ge("POST",`/open-apis/attendance/v1/user_stats_datas/query?employee_type=${encodeURIComponent(o)}`,c),m=(Array.isArray(u?.user_datas)?u.user_datas:[]).map(h=>bp(h,p));return JSON.stringify({ok:!0,statsType:s,startDate:e.startDate,endDate:e.endDate,employeeType:o,userCount:m.length,users:m,invalidUserIds:Array.isArray(u?.invalid_user_list)?u.invalid_user_list.map(h=>String(h)):[]})}case"larkattendance_query_records":{let e=Dr({startDate:t?.startDate??t?.checkDateFrom??t?.check_date_from,endDate:t?.endDate??t?.checkDateTo??t?.check_date_to},pp);if(e.error)return JSON.stringify({ok:!1,error:e.error});let n=Fs(t,up);if(n.error)return JSON.stringify({ok:!1,error:n.error});let s=Wt(t),i=new URLSearchParams({employee_type:s,ignore_invalid_users:"true"});t?.includeTerminatedUser===!0&&i.set("include_terminated_user","true");let o=await Ge("POST",`/open-apis/attendance/v1/user_tasks/query?${i.toString()}`,{user_ids:n.ids,check_date_from:e.startDate,check_date_to:e.endDate,need_overtime_result:t?.needOvertimeResult===!0}),a=(Array.isArray(o?.user_task_results)?o.user_task_results:[]).map(kp);return JSON.stringify({ok:!0,startDate:e.startDate,endDate:e.endDate,employeeType:s,count:a.length,results:a,invalidUserIds:Array.isArray(o?.invalid_user_ids)?o.invalid_user_ids.map(c=>String(c)):[],unauthorizedUserIds:Array.isArray(o?.unauthorized_user_ids)?o.unauthorized_user_ids.map(c=>String(c)):[]})}case"larkattendance_resolve_users":{let e=t?.emails,n=(Array.isArray(e)?e:typeof e=="string"?[e]:[]).map(c=>String(c||"").trim()).filter(Boolean);if(!n.length)return JSON.stringify({ok:!1,error:"emails is required (a non-empty array of work email addresses)"});if(n.length>Ds)return JSON.stringify({ok:!1,error:`At most ${Ds} emails per call; ${n.length} were passed. Split into batches.`});let s=await Ge("POST","/open-apis/contact/v3/users/batch_get_id?user_id_type=user_id",{emails:n}),o=(Array.isArray(s?.user_list)?s.user_list:[]).filter(c=>c?.user_id).map(c=>({email:String(c?.email||""),userId:String(c.user_id)})),a=new Set(o.map(c=>c.email));return JSON.stringify({ok:!0,employeeType:"employee_id",users:o,notFound:n.filter(c=>!a.has(c))})}default:return JSON.stringify({ok:!1,error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({ok:!1,error:e?.message||String(e)})}},tools:[{name:"larkattendance_list_groups",description:"DISCOVERY (start here). List this tenant's Lark/Feishu attendance groups (\u8003\u52E4\u7EC4) \u2014 their names are tenant-specific, so never assume one. Returns { ok, count, groups:[{ groupId, groupName }], hasMore, pageToken }. When hasMore is true, call again with pageToken to continue. Needs the attendance:rule:readonly permission on the connected Lark app.",input_schema:{type:"object",properties:{pageSize:{type:"number",description:"Groups per page, 1-50 (default 50)."},pageToken:{type:"string",description:"Cursor from a previous call's pageToken \u2014 omit for the first page."}}}},{name:"larkattendance_get_group",description:"DISCOVERY. Read one attendance group and, crucially, ITS MEMBERS \u2014 memberUserIds is the scope you pass as userIds to larkattendance_query_stats / larkattendance_query_records (a real group can hold hundreds, so expect to batch). Returns { ok, groupId, groupName, employeeType, memberUserIds, memberDeptIds, excludedUserIds, excludedDeptIds, noPunchUserIds, noPunchDeptIds }. THREE different exclusion lists, do not conflate them: excludedUserIds are removed from the group; noPunchUserIds are in the group but not required to clock in (they still have statistics). Members bound by DEPARTMENT appear in memberDeptIds, not memberUserIds \u2014 resolve those people another way (e.g. larkattendance_resolve_users from emails you already have). Lark does not reliably return the group leaders here, so leaderUserIds may be absent \u2014 never source the query operator id from this tool.",input_schema:{type:"object",properties:{groupId:{type:"string",description:"Attendance group id from larkattendance_list_groups."},employeeType:{type:"string",description:"Which id form to return members in: 'employee_id' (tenant user_id, the default and what every other tool here expects) or 'employee_no' (\u5DE5\u53F7)."}},required:["groupId"]}},{name:"larkattendance_list_stats_fields",description:'DISCOVERY \u2014 call this BEFORE larkattendance_query_stats. Lists every statistic column this tenant has for the period, grouped (e.g. \u57FA\u672C\u4FE1\u606F / \u51FA\u52E4\u7EDF\u8BA1 / \u5F02\u5E38\u7EDF\u8BA1 / \u6BCF\u65E5\u7EDF\u8BA1 / \u81EA\u5B9A\u4E49\u5B57\u6BB5). The \u81EA\u5B9A\u4E49\u5B57\u6BB5 group is tenant-defined and exists nowhere else, so this is the only way to learn its codes. Match the user\'s wording ("\u5DE5\u65F6", "\u51FA\u52E4\u5929\u6570", "\u8FDF\u5230\u6B21\u6570") against the returned `title`s and pass the matching `code`s as fieldCodes to larkattendance_query_stats. Returns { ok, statsType, locale, startDate, endDate, fieldGroups:[{ code, title, fields:[{ code, title, timeUnit }] }] }. Range is capped at 40 days.',input_schema:{type:"object",properties:{startDate:{type:"string",description:"Period start as yyyyMMdd (20260401) or YYYY-MM-DD."},endDate:{type:"string",description:"Period end, same format. At most 40 days after startDate."},statsType:{type:"string",description:"'month' (default) for period totals, or 'daily' for per-day columns."},locale:{type:"string",description:"Field-title language: 'zh' (default), 'en', or 'ja'."},employeeType:{type:"string",description:"'employee_id' (default) or 'employee_no'."}},required:["startDate","endDate"]}},{name:"larkattendance_query_stats",description:'The numbers: per-user attendance statistics (work hours, attendance days, exceptions, custom fields) for a period. Needs THREE separate things: userIds (whose data you want, max 200), operatorUserId (WHO IS ASKING \u2014 required by Lark, see below), and the date range (max 31 days). Attendance is personal data and there is no whole-tenant read; get ids from larkattendance_get_group or larkattendance_resolve_users. Returns { ok, statsType, startDate, endDate, users:[{ userId, name, fields:[{ code, title, value, durationNum? }] }], invalidUserIds }. Values are STRINGS exactly as Lark returns them \u2014 report them as-is, do not re-derive. EXPECT MANY COLUMNS: a one-month query returns roughly 40+ cells per person, because Lark mixes period totals (e.g. an "actual attendance hours" column, late/early counts) with identity columns (department, employee number) AND one column PER DAY of the range \u2014 so match on `title` rather than assuming a short list, and pass fieldCodes to trim. The exact set of columns follows the SAVED STATISTICS VIEW of the operatorUserId (\u8003\u52E4 > \u7EDF\u8BA1\u8BBE\u7F6E), so if a field that larkattendance_list_stats_fields advertises is missing from the result, it is switched off in that operator\'s view and an admin must enable it \u2014 or you are querying as the wrong operator.',input_schema:{type:"object",properties:{userIds:{type:"array",items:{type:"string"},description:"The people to report on, in the employeeType id form. Max 200. Required."},startDate:{type:"string",description:"Period start as yyyyMMdd (20260401) or YYYY-MM-DD."},endDate:{type:"string",description:"Period end, same format. At most 31 days after startDate."},statsType:{type:"string",description:"'month' (default) for period totals, or 'daily' for per-day rows."},fieldCodes:{type:"array",items:{type:"string"},description:"Optional filter \u2014 only these field codes/titles are returned. Omit to get every column."},locale:{type:"string",description:"Field-title language: 'zh' (default), 'en', or 'ja'."},employeeType:{type:"string",description:"'employee_id' (default) or 'employee_no' \u2014 must match the form of userIds."},operatorUserId:{type:"string",description:'REQUIRED. The user id of the OPERATOR performing the query \u2014 a third id, distinct from `userIds` (whose data you want) and from `employeeType` (the id form). Lark rejects the call without it (1220001 "Need user_id"). It should be an attendance admin whose saved statistics view contains the columns you need, because that view decides which columns come back. This skill will not pick one for you \u2014 get it from the caller/prompt, or from an email via larkattendance_resolve_users.'},needHistory:{type:"boolean",description:"Include transferred/departed staff (default false)."},currentGroupOnly:{type:"boolean",description:"Restrict to the user's current attendance group (default false)."}},required:["userIds","operatorUserId","startDate","endDate"]}},{name:"larkattendance_query_records",description:"The raw clock-in/out results (\u6253\u5361\u7ED3\u679C) per person per day \u2014 use when the aggregated statistics are not enough (e.g. to show which days were late, or the actual punch times). REQUIRES an explicit userIds list (max 50); range capped at 31 days. Returns { ok, results:[{ userId, name, day, groupId, shiftId, records:[{ checkInTime, checkInResult, checkOutTime, checkOutResult, checkInShiftTime, checkOutShiftTime }] }], invalidUserIds, unauthorizedUserIds }. Unknown ids are reported in invalidUserIds rather than failing the batch. Result values are Lark's own enums (Normal / Early / Late / Lack / \u2026).",input_schema:{type:"object",properties:{userIds:{type:"array",items:{type:"string"},description:"The people to read, in the employeeType id form. Max 50. Required."},startDate:{type:"string",description:"First day as yyyyMMdd (20260401) or YYYY-MM-DD."},endDate:{type:"string",description:"Last day, same format. At most 31 days after startDate."},employeeType:{type:"string",description:"'employee_id' (default) or 'employee_no' \u2014 must match the form of userIds."},needOvertimeResult:{type:"boolean",description:"Also return overtime shift records (default false)."},includeTerminatedUser:{type:"boolean",description:"Include departed employees (default false)."}},required:["userIds","startDate","endDate"]}},{name:"larkattendance_resolve_users",description:"Map work EMAIL addresses to the attendance user ids (tenant user_id = the attendance API's employee_id). Use this to line a report's people up with attendance rows. NOTE this is deliberately different from the `lark` skill's lark_lookup_user_by_email, which returns an open_id for chat/DM \u2014 the attendance endpoints reject open_ids. Max 50 emails per call. Returns { ok, employeeType:\"employee_id\", users:[{ email, userId }], notFound:[email] }. Needs the contact:user.id:readonly permission.",input_schema:{type:"object",properties:{emails:{type:"array",items:{type:"string"},description:"Work email addresses to resolve. Max 50."}},required:["emails"]}}]};var Gs={id:"chat_notify",description:"Chat notification meta-skill \u2014 routes to whichever messaging integration (Slack OR Lark) the user has configured for this project.",envKeys:[...P.envKeys||[],...F.envKeys||[]],get serverName(){if(process.env.SLACK_CHANNEL)return P.serverName;if(process.env.LARK_RECEIVE_ID)return F.serverName;if(process.env.SLACK_BOT_TOKEN)return P.serverName},get allowedTools(){return process.env.SLACK_CHANNEL?P.allowedTools||[]:process.env.LARK_RECEIVE_ID?F.allowedTools||[]:process.env.SLACK_BOT_TOKEN?P.allowedTools||[]:[]},promptFragment:`## Chat notifications (Slack OR Lark \u2014 at least one connected)
|
|
431
431
|
You can post chat messages via:
|
|
432
432
|
- slack_post_message (channel, text[, blocks]) \u2014 Slack. The \`channel\` is REQUIRED on every call.
|
|
433
433
|
- lark_send_message (receive_id, text) \u2014 Lark.
|
|
434
434
|
Where to post:
|
|
435
435
|
- If SLACK_CHANNEL / LARK_RECEIVE_ID is set, that is the default destination \u2014 use it.
|
|
436
436
|
- If NO destination env var is set but your instructions name a channel (e.g. "post to #bla"), post to THAT channel \u2014 pass it as the \`channel\` arg (a "#name" or "C0123" id both work).
|
|
437
|
-
- If neither an env var NOR an instruction gives you a channel, do NOT post \u2014 there is nowhere to send it.`,resolve(r){return process.env.SLACK_CHANNEL&&typeof P.resolve=="function"?P.resolve(r):process.env.LARK_RECEIVE_ID&&typeof F.resolve=="function"?F.resolve(r):process.env.SLACK_BOT_TOKEN&&typeof P.resolve=="function"?P.resolve(r):null},async handleToolCall(r,t,e){return typeof r=="string"&&r.startsWith("slack_")?P.handleToolCall(r,t,e):typeof r=="string"&&r.startsWith("lark_")?F.handleToolCall(r,t,e):JSON.stringify({error:`chat_notify: unknown tool "${r}". Expected slack_* or lark_*.`})},get tools(){return[...P.tools||[],...F.tools||[]]}};import{createRequire as
|
|
437
|
+
- If neither an env var NOR an instruction gives you a channel, do NOT post \u2014 there is nowhere to send it.`,resolve(r){return process.env.SLACK_CHANNEL&&typeof P.resolve=="function"?P.resolve(r):process.env.LARK_RECEIVE_ID&&typeof F.resolve=="function"?F.resolve(r):process.env.SLACK_BOT_TOKEN&&typeof P.resolve=="function"?P.resolve(r):null},async handleToolCall(r,t,e){return typeof r=="string"&&r.startsWith("slack_")?P.handleToolCall(r,t,e):typeof r=="string"&&r.startsWith("lark_")?F.handleToolCall(r,t,e):JSON.stringify({error:`chat_notify: unknown tool "${r}". Expected slack_* or lark_*.`})},get tools(){return[...P.tools||[],...F.tools||[]]}};import{createRequire as wp}from"module";import{execFileSync as Sp}from"child_process";import{join as Hs}from"path";import{existsSync as vp}from"fs";var Ip=wp(import.meta.url);function Np(){if(process.env.MCP_MEMORY_PATH)return process.env.MCP_MEMORY_PATH;try{return Ip.resolve("@zibby/ui-memory/mcp-server")}catch{return null}}var Ys={id:"memory",serverName:"memory",allowedTools:["mcp__memory__*"],envKeys:[],description:"Zibby Memory MCP Server (test history, selectors, page model)",async middleware(){try{let{createMemoryMiddleware:r}=await import("@zibby/ui-memory");return r()}catch{return null}},promptFragment:`BEFORE executing browser actions:
|
|
438
438
|
- Review any test memory/history above. Prefer selectors proven to work.
|
|
439
439
|
- If a previous run failed, avoid the same approach.
|
|
440
440
|
- After setup/login completes, navigate directly to the target page instead of clicking through menus.
|
|
@@ -446,7 +446,7 @@ DURING execution \u2014 when a selector fails and you switch to a fallback:
|
|
|
446
446
|
AFTER completing the test, you MUST call memory_save_insight at least once:
|
|
447
447
|
- Save any useful finding: reliable selectors, timing quirks, navigation patterns, workarounds.
|
|
448
448
|
- Category: selector_tip | timing | navigation | workaround | flaky | general
|
|
449
|
-
- Be specific \u2014 future runs will read your insights.`,resolve(){let r=
|
|
449
|
+
- Be specific \u2014 future runs will read your insights.`,resolve(){let r=Np();if(!r)return console.warn("[memory] @zibby/ui-memory not found \u2014 memory tools disabled for this run"),null;let t=Hs(process.cwd(),".zibby","memory");if(!vp(Hs(t,".dolt")))return console.warn("[memory] DB/dolt unavailable \u2014 memory tools disabled for this run"),null;try{let e=Sp("dolt",["sql","-q","SELECT COUNT(*) AS cnt FROM test_runs","-r","json"],{cwd:t,encoding:"utf-8",timeout:5e3}),n=JSON.parse(e.trim()).rows||[];if(!n[0]||n[0].cnt===0)return console.log("[memory] Database empty \u2014 memory tools activate after first completed run"),null}catch(e){return console.warn(`[memory] DB/dolt unavailable \u2014 memory tools disabled for this run (${e.message})`),null}return{command:"node",args:[r,"--db-path",t],description:this.description}},tools:[{name:"memory_get_test_history",description:"Query recent test runs with pass/fail results and timing",input_schema:{type:"object",properties:{specPath:{type:"string",description:"Filter by spec path (substring match)"},limit:{type:"number",description:"Max results (default 10)"}}}},{name:"memory_get_selectors",description:"Query known selectors for a page with stability metrics",input_schema:{type:"object",properties:{pageUrl:{type:"string",description:"Filter by page URL (substring match)"},limit:{type:"number",description:"Max results (default 20)"}}}},{name:"memory_get_page_model",description:"Query page structure \u2014 elements, roles, selectors",input_schema:{type:"object",properties:{url:{type:"string",description:"Filter by page URL (substring match)"},limit:{type:"number",description:"Max results (default 20)"}}}},{name:"memory_get_navigation",description:"Query known page-to-page transitions",input_schema:{type:"object",properties:{fromUrl:{type:"string",description:"Filter by source URL (substring match)"},limit:{type:"number",description:"Max results (default 20)"}}}},{name:"memory_save_insight",description:"Save a useful observation for future runs (selector tips, timing, workarounds)",input_schema:{type:"object",properties:{category:{type:"string",enum:["selector_tip","timing","navigation","workaround","flaky","general"],description:"Type of insight"},content:{type:"string",description:"The insight text \u2014 be specific and actionable"},specPath:{type:"string",description:"Related spec path"},sessionId:{type:"string",description:"Current session ID"}},required:["category","content"]}}]};import{existsSync as Op,readFileSync as Tp}from"fs";import{homedir as Ap}from"os";import{join as Rp}from"path";import{spawn as Ep}from"child_process";var Re={jira:{description:"Jira issue search, details, comments, transitions",integrationProvider:"jira",envKeys:[],setupInstructions:`To connect Jira:
|
|
450
450
|
1. Go to Settings \u2192 Integrations (https://studio.zibby.dev/integrations)
|
|
451
451
|
2. Click "Connect Jira" and authorize via Atlassian OAuth
|
|
452
452
|
3. After OAuth completes, ask me to install Jira again`},github:{description:"GitHub issues, PRs, repository management",integrationProvider:"github",envKeys:[],setupInstructions:`To connect GitHub:
|
|
@@ -458,17 +458,17 @@ AFTER completing the test, you MUST call memory_save_insight at least once:
|
|
|
458
458
|
3. After OAuth completes, ask me to install Slack again`},sentry:{description:"Sentry error tracking \u2014 projects, issues, events",integrationProvider:"sentry",envKeys:[],setupInstructions:`To connect Sentry:
|
|
459
459
|
1. Go to Settings \u2192 Integrations (https://studio.zibby.dev/integrations)
|
|
460
460
|
2. Click "Connect Sentry" and authorize
|
|
461
|
-
3. After OAuth completes, ask me to install Sentry again`},runner:{description:"Run zibby test workflows from chat (parallel supported)",envKeys:[],setupInstructions:"Ready to use. Runs zibby test workflows as background processes \u2014 each with its own browser and session."},browser:{description:"Playwright browser automation (navigate, click, fill, screenshot)",envKeys:[],setupInstructions:"Ready to use. Starts a Playwright browser for web automation."},memory:{description:"Test memory database (Dolt) \u2014 history, selectors, insights",envKeys:[],setupInstructions:"Ready to use. Requires Dolt (https://docs.dolthub.com/introduction/installation) and a memory DB via `zibby init --mem`."},"chat-memory":{description:"Persistent chat memory \u2014 remembers facts, decisions, and task history across sessions (Dolt-backed)",envKeys:[],setupInstructions:'Ready to use. Requires Dolt installed. Tables auto-create on first use. Install with: "add chat memory" or "install chat-memory".'},git:{description:"Clone and explore git repositories locally for codebase analysis",envKeys:[],setupInstructions:"Ready to use. Clone repos with git_checkout, explore with git_explore. Auto-authenticates with GitHub/GitLab tokens."}};function
|
|
462
|
-
`)}function
|
|
463
|
-
`)}function
|
|
461
|
+
3. After OAuth completes, ask me to install Sentry again`},runner:{description:"Run zibby test workflows from chat (parallel supported)",envKeys:[],setupInstructions:"Ready to use. Runs zibby test workflows as background processes \u2014 each with its own browser and session."},browser:{description:"Playwright browser automation (navigate, click, fill, screenshot)",envKeys:[],setupInstructions:"Ready to use. Starts a Playwright browser for web automation."},memory:{description:"Test memory database (Dolt) \u2014 history, selectors, insights",envKeys:[],setupInstructions:"Ready to use. Requires Dolt (https://docs.dolthub.com/introduction/installation) and a memory DB via `zibby init --mem`."},"chat-memory":{description:"Persistent chat memory \u2014 remembers facts, decisions, and task history across sessions (Dolt-backed)",envKeys:[],setupInstructions:'Ready to use. Requires Dolt installed. Tables auto-create on first use. Install with: "add chat memory" or "install chat-memory".'},git:{description:"Clone and explore git repositories locally for codebase analysis",envKeys:[],setupInstructions:"Ready to use. Clone repos with git_checkout, explore with git_explore. Auto-authenticates with GitHub/GitLab tokens."}};function xp(){let r=["## Available Skills"];for(let[t,e]of Object.entries(Re)){let n=e.integrationProvider?`integration: ${e.integrationProvider}`:"ready";r.push(`- ${t}: ${e.description} [${n}]`)}return r.push(""),r.push("Use the install_skill / uninstall_skill / list_available_skills tools to manage skills."),r.push(`Zibby third party Integration settings page: ${Jr()}`),r.push(""),r.push("## Tool-First Policy (mandatory)"),r.push("CRITICAL RULES \u2014 follow these strictly:"),r.push("1. When user asks to do something and a matching skill is available but not installed, IMMEDIATELY call install_skill. Never ask for credentials or confirmation first."),r.push(`2. If install_skill succeeds, the skill's tools are now available. Use them RIGHT AWAY in the same turn \u2014 don't just say "it's connected", actually call the tools.`),r.push("3. If install_skill reports needsIntegration, tell the user to connect via the integration URL and try again after."),r.push("4. When the relevant skill is already installed, use its tools directly \u2014 don't ask for IDs or keys. Each skill's own instructions explain the workflow."),r.push("5. If a task needs multiple skills (e.g. data from one + execution from another), install all of them, then follow each skill's workflow instructions."),r.join(`
|
|
462
|
+
`)}function Lp(){if(process.env.ZIBBY_USER_TOKEN)return process.env.ZIBBY_USER_TOKEN;try{let r=Rp(Ap(),".zibby","config.json");return Op(r)&&JSON.parse(Tp(r,"utf-8")).sessionToken||null}catch{return null}}function jp(){return(process.env.ZIBBY_API_URL||process.env.ZIBBY_PROD_API_URL||"https://api-prod.zibby.app").replace(/\/$/,"")}function Jr(){return`${(process.env.ZIBBY_FRONTEND_URL||process.env.ZIBBY_PROD_FRONTEND_URL||"https://studio.zibby.dev").replace(/\/$/,"")}/integrations`}function $p(r){try{let t=process.platform;return Ep(t==="darwin"?"open":t==="win32"?"cmd":"xdg-open",t==="win32"?["/c","start","",r]:[r],{detached:!0,stdio:"ignore"}).unref(),!0}catch{return!1}}async function Pp(){let r=Lp();if(!r)return{checked:!1,statuses:null,reason:"no-session-token"};try{let t=await fetch(`${jp()}/integrations/status`,{method:"GET",headers:{Authorization:`Bearer ${r}`}});return t.ok?{checked:!0,statuses:await t.json()||{},reason:null}:{checked:!1,statuses:null,reason:`status-${t.status}`}}catch{return{checked:!1,statuses:null,reason:"network-error"}}}function zs(r,t){if(!t||!r)return{connected:null};let e=r[t];return!e||typeof e.connected!="boolean"?{connected:null,details:e||null}:{connected:e.connected,details:e}}var Ws={id:"skill-installer",description:"Live skill installation for chat sessions",envKeys:[],catalog:Re,promptFragment:xp,tools:[{name:"install_skill",description:"Install a skill into the current chat session so its tools become available",input_schema:{type:"object",properties:{skillId:{type:"string",description:'Skill identifier to install (e.g. "jira", "github", "browser", "memory")'}},required:["skillId"]}},{name:"uninstall_skill",description:"Remove a skill from the current chat session",input_schema:{type:"object",properties:{skillId:{type:"string",description:"Skill identifier to remove"}},required:["skillId"]}},{name:"list_available_skills",description:"List all skills that can be installed, with their env-var readiness status",input_schema:{type:"object",properties:{}}}],async handleToolCall(r,t,e){let{activeSkills:n}=e,s=await Pp();if(r==="list_available_skills"){let i=Object.entries(Re).map(([o,a])=>{let c=n.includes(o),l=zs(s.statuses,a.integrationProvider);return{id:o,description:a.description,installed:c,integrationProvider:a.integrationProvider||void 0,integrationConnected:l.connected,setupInstructions:l.connected===!1?a.setupInstructions:void 0}});return JSON.stringify({skills:i})}if(r==="install_skill"){let{skillId:i}=t;if(!i)return JSON.stringify({ok:!1,error:"skillId is required"});if(n.includes(i)){let d=Re[i],{getSkill:p}=await import("@zibby/agent-workflow"),m=(p(i)?.tools||[]).map(h=>h.name);return JSON.stringify({ok:!0,alreadyInstalled:!0,skillId:i,description:d?.description,availableTools:m,integrationUrl:d?.integrationProvider?Jr():void 0,hint:`${i} is already active. Tools available: ${m.join(", ")}. Use them directly.`})}if(!Re[i])return JSON.stringify({ok:!1,error:`Unknown skill "${i}". Available: ${Object.keys(Re).join(", ")}`});let o=Re[i];if(o.integrationProvider){let d=zs(s.statuses,o.integrationProvider),p=Jr();if(s.checked&&d.connected===!1){let u=$p(p);return JSON.stringify({ok:!1,error:`${o.integrationProvider} is not connected for this Zibby account yet`,needsIntegration:!0,integrationUrl:p,openedBrowser:u,setupInstructions:`Please connect ${o.integrationProvider} first at ${p}. After you finish OAuth, ask me to install ${i} again.`})}}n.push(i);let{getSkill:a}=await import("@zibby/agent-workflow"),l=(a(i)?.tools||[]).map(d=>d.name);return JSON.stringify({ok:!0,installed:i,description:o.description,availableTools:l,hint:`${i} is now active. You now have these tools: ${l.join(", ")}. Use them immediately to help the user \u2014 don't just confirm installation.`})}if(r==="uninstall_skill"){let{skillId:i}=t;if(!i)return JSON.stringify({ok:!1,error:"skillId is required"});if(i==="skill-installer")return JSON.stringify({ok:!1,error:"Cannot uninstall the skill installer"});let o=n.indexOf(i);return o===-1?JSON.stringify({ok:!1,error:`${i} is not installed`}):(n.splice(o,1),JSON.stringify({ok:!0,uninstalled:i}))}return JSON.stringify({error:`Unknown tool: ${r}`})},resolve(){return null}};import{readFileSync as Cp,readdirSync as Up,statSync as Vs,writeFileSync as Bp,mkdirSync as Dp}from"fs";import{join as Xs,resolve as Jp,relative as Mp}from"path";import{execSync as Qs}from"child_process";var Zs=256*1024,qp=64*1024,ei={id:"core-tools",description:"File read/write, directory listing, shell commands, open URLs, wait for async operations",envKeys:[],tools:[{name:"read_file",description:"Read the contents of a file. Returns the text content.",input_schema:{type:"object",properties:{path:{type:"string",description:"File path (relative to cwd or absolute)"}},required:["path"]}},{name:"write_file",description:"Write content to a file. Creates parent directories if needed.",input_schema:{type:"object",properties:{path:{type:"string",description:"File path (relative to cwd or absolute)"},content:{type:"string",description:"Content to write"}},required:["path","content"]}},{name:"list_directory",description:"List files and directories in a path. Returns names with type indicators (/ for dirs).",input_schema:{type:"object",properties:{path:{type:"string",description:"Directory path (relative to cwd or absolute). Defaults to cwd."}}}},{name:"run_command",description:"Run a shell command and return its output. Use for grep, git, npm, etc.",input_schema:{type:"object",properties:{command:{type:"string",description:"Shell command to execute"},cwd:{type:"string",description:"Working directory (optional, defaults to project root)"}},required:["command"]}},{name:"open_url",description:"Open a URL in the user's default browser. Use for OAuth flows, documentation, integration setup pages.",input_schema:{type:"object",properties:{url:{type:"string",description:"URL to open"}},required:["url"]}},{name:"wait",description:"Wait for N seconds. Use this for async operations (tests, builds, deploys) \u2014 wait, then check status again.",input_schema:{type:"object",properties:{seconds:{type:"number",description:"Seconds to wait (default: 5, max: 300)"},reason:{type:"string",description:"Why waiting (for logging/clarity)"}}}}],async handleToolCall(r,t,e){let n=e?.options?.workspace||process.cwd();try{switch(r){case"read_file":return Fp(t,n);case"write_file":return Kp(t,n);case"list_directory":return Gp(t,n);case"run_command":return Hp(t,n);case"open_url":return Yp(t);case"wait":return await zp(t,e?.options?.signal);default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(s){return JSON.stringify({error:s.message})}},resolve(){return null}};function Zt(r,t){return Jp(t,r)}function Fp(r,t){let e=Zt(r.path,t),n=Vs(e);return n.size>Zs?JSON.stringify({error:`File too large (${(n.size/1024).toFixed(0)}KB). Max: ${Zs/1024}KB`}):Cp(e,"utf-8")}function Kp(r,t){let e=Zt(r.path,t),n=Xs(e,"..");return Dp(n,{recursive:!0}),Bp(e,r.content,"utf-8"),JSON.stringify({ok:!0,path:Mp(t,e)})}function Gp(r,t){let e=Zt(r.path||".",t);return Up(e).map(s=>{try{return Vs(Xs(e,s)).isDirectory()?`${s}/`:s}catch{return s}}).join(`
|
|
463
|
+
`)}function Hp(r,t){let e=r.cwd?Zt(r.cwd,t):t;return Qs(r.command,{cwd:e,encoding:"utf-8",timeout:3e4,maxBuffer:qp,stdio:["pipe","pipe","pipe"]})||"(no output)"}function Yp(r){let{url:t}=r;if(!t||!t.startsWith("http://")&&!t.startsWith("https://"))return JSON.stringify({error:"Invalid URL \u2014 must start with http:// or https://"});let e=process.platform,n=e==="darwin"?"open":e==="win32"?"start":"xdg-open";try{return Qs(`${n} "${t}"`,{stdio:"ignore",timeout:5e3}),JSON.stringify({ok:!0,opened:t})}catch{return JSON.stringify({ok:!1,error:`Could not open browser. Please visit: ${t}`})}}async function zp(r,t){let e=Math.min(Math.max(r.seconds||5,1),300),n=r.reason||"async operation",s=500,i=Date.now()+e*1e3;for(;Date.now()<i;){if(t?.aborted)return JSON.stringify({ok:!0,waited:Math.round((e*1e3-(i-Date.now()))/1e3),reason:n,interrupted:!0});await new Promise(o=>setTimeout(o,Math.min(s,i-Date.now())))}return JSON.stringify({ok:!0,waited:e,reason:n})}import{existsSync as Wp}from"fs";import{fileURLToPath as Zp}from"url";import{dirname as Vp,resolve as Xp}from"path";import{resolveIntegrationToken as ft}from"@zibby/core/backend-client.js";function Qp(){if(process.env.MCP_SENTRY_PATH)return process.env.MCP_SENTRY_PATH;let r=Vp(Zp(import.meta.url)),t=Xp(r,"..","bin","mcp-sentry.mjs");return Wp(t)?t:null}function yt(r){return(r||process.env.SENTRY_URL||"https://sentry.io").trim().replace(/\/+$/,"")}function ti(r){let t=r||process.env.SENTRY_ORG;if(!t)throw new Error('Sentry organization not resolved \u2014 reconnect Sentry, or set SENTRY_ORG (self-hosted; the default org slug is "sentry").');return t}async function ri(r,t={}){let{token:e,organizationSlug:n,baseUrl:s}=await ft("sentry"),i=`${yt(s)}/api/0/organizations/${ti(n)}${r}`,o={method:t.method||"GET",headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json"}};t.body!=null&&(o.body=typeof t.body=="string"?t.body:JSON.stringify(t.body));let a=await fetch(i,o);if(!a.ok){let c=await a.text().catch(()=>"");throw new Error(`Sentry API ${a.status}: ${c.slice(0,300)}`)}return a.json()}async function eu(){return ri("/projects/?per_page=50")}async function tu({query:r="is:unresolved",sort:t="date",project:e,limit:n=25}={}){let s=`/issues/?query=${encodeURIComponent(r)}&sort=${t}&per_page=${n}`;return e&&(s+=`&project=${encodeURIComponent(e)}`),ri(s)}async function Mr(r){let t=String(r??"").trim();if(!t)throw new Error("resolveSentryIssueId: issueRef is required");if(/^\d+$/.test(t))return t;let{token:e,organizationSlug:n,baseUrl:s}=await ft("sentry"),i=await fetch(`${yt(s)}/api/0/organizations/${ti(n)}/shortids/${encodeURIComponent(t)}/`,{headers:{Authorization:`Bearer ${e}`}});if(!i.ok){let c=await i.text().catch(()=>"");throw new Error(`Sentry API ${i.status} resolving shortId "${t}": ${c.slice(0,200)}`)}let o=await i.json(),a=o.groupId||o.group&&o.group.id;if(!a)throw new Error(`Sentry shortId "${t}" did not resolve to a numeric issue id`);return String(a)}async function ru(r){if(!r)throw new Error("sentryGetIssue: issueId is required");let t=await Mr(r),{token:e,baseUrl:n}=await ft("sentry"),s=await fetch(`${yt(n)}/api/0/issues/${t}/`,{headers:{Authorization:`Bearer ${e}`}});if(!s.ok){let i=await s.text().catch(()=>"");throw new Error(`Sentry API ${s.status}: ${i.slice(0,300)}`)}return s.json()}async function nu(r,t={}){if(!r)throw new Error("sentryUpdateIssue: issueId is required");let e={};for(let a of["status","statusDetails","assignedTo","isBookmarked","hasSeen"])t[a]!==void 0&&(e[a]=t[a]);if(Object.keys(e).length===0)throw new Error("sentryUpdateIssue: nothing to update (pass status / statusDetails / assignedTo / isBookmarked / hasSeen)");let n=await Mr(r),{token:s,baseUrl:i}=await ft("sentry"),o=await fetch(`${yt(i)}/api/0/issues/${n}/`,{method:"PUT",headers:{Authorization:`Bearer ${s}`,"Content-Type":"application/json"},body:JSON.stringify(e)});if(!o.ok){let a=await o.text().catch(()=>"");throw o.status===403?new Error(`Sentry API 403 updating issue ${r}: ${a.slice(0,200)}. The connected Sentry integration likely lacks the \`event:write\` scope \u2014 reconnect Sentry with write access to let Zibby resolve/comment on issues.`):new Error(`Sentry API ${o.status} updating issue ${r}: ${a.slice(0,300)}`)}return o.json()}async function su(r,t){if(!r)throw new Error("sentryAddComment: issueId is required");if(!t||!String(t).trim())throw new Error("sentryAddComment: text is required");let e=await Mr(r),{token:n,baseUrl:s}=await ft("sentry"),i=await fetch(`${yt(s)}/api/0/issues/${e}/comments/`,{method:"POST",headers:{Authorization:`Bearer ${n}`,"Content-Type":"application/json"},body:JSON.stringify({text:String(t)})});if(!i.ok){let o=await i.text().catch(()=>"");throw i.status===403?new Error(`Sentry API 403 commenting on issue ${r}: ${o.slice(0,200)}. The connected Sentry integration likely lacks the \`event:write\` scope \u2014 reconnect Sentry with write access.`):new Error(`Sentry API ${i.status} commenting on issue ${r}: ${o.slice(0,300)}`)}return i.json()}var Vt={id:"sentry",callsBackend:!0,serverName:"sentry",allowedTools:["mcp__sentry__*"],requiresIntegration:S.SENTRY,description:"Sentry error tracking \u2014 projects, issues, events",envKeys:[],tools:[],promptFragment:`## Sentry
|
|
464
464
|
You have access to the user's Sentry. Use these tools:
|
|
465
465
|
- sentry_list_projects: List projects in the organization
|
|
466
466
|
- sentry_list_issues: List errors/issues (supports Sentry search query, project filter, sort)
|
|
467
467
|
- sentry_get_issue: Get detailed info about a specific issue (requires issueId)
|
|
468
468
|
- sentry_update_issue: Change an issue's status (resolved / resolvedInNextRelease / ignored / unresolved / muted), assignment, or bookmark (requires issueId; needs write scope)
|
|
469
|
-
- sentry_add_comment: Post a comment/note on an issue (requires issueId + text; needs write scope)`,resolve(){let r=
|
|
469
|
+
- sentry_add_comment: Post a comment/note on an issue (requires issueId + text; needs write scope)`,resolve(){let r=Qp();if(!r)return null;let t={};for(let e of["PROJECT_API_TOKEN","ZIBBY_USER_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV","ZIBBY_PROD_ACCOUNT_API_URL","PROGRESS_API_URL","EXECUTION_ID","PROJECT_ID","STAGE","ZIBBY_SELF_HOST","SENTRY_URL","SENTRY_ORG","SENTRY_AUTH_TOKEN"])process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r],env:t,alwaysLoad:!0}},async handleToolCall(r,t={}){try{switch(r){case"sentry_list_projects":{let e=await eu();return JSON.stringify({projects:e.map(n=>({slug:n.slug,name:n.name,platform:n.platform}))})}case"sentry_list_issues":{let e=await tu({query:t.query,sort:t.sort,project:t.project,limit:t.limit});return JSON.stringify({issues:e.map(n=>({id:n.id,title:n.title,culprit:n.culprit,count:n.count,firstSeen:n.firstSeen,lastSeen:n.lastSeen,level:n.level,status:n.status}))})}case"sentry_get_issue":{let e=await ru(t.issueId);return JSON.stringify({id:e.id,title:e.title,culprit:e.culprit,metadata:e.metadata,count:e.count,userCount:e.userCount,firstSeen:e.firstSeen,lastSeen:e.lastSeen,level:e.level,status:e.status,project:{slug:e.project?.slug,name:e.project?.name}})}case"sentry_update_issue":{let e=await nu(t.issueId,{status:t.status,statusDetails:t.statusDetails,assignedTo:t.assignedTo,isBookmarked:t.isBookmarked,hasSeen:t.hasSeen});return JSON.stringify({ok:!0,id:e.id??t.issueId,status:e.status,assignedTo:e.assignedTo,isBookmarked:e.isBookmarked})}case"sentry_add_comment":{let e=await su(t.issueId,t.text);return JSON.stringify({ok:!0,id:e.id,issueId:t.issueId})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}},toolsForAssistant:[{name:"sentry_list_projects",description:"List Sentry projects",input_schema:{type:"object",properties:{}}},{name:"sentry_list_issues",description:"List Sentry issues (errors)",input_schema:{type:"object",properties:{project:{type:"string",description:"Project slug (optional)"},query:{type:"string",description:"Sentry search query (default: is:unresolved)"},sort:{type:"string",description:"Sort order: date, new, priority, freq, user (default: date)"},limit:{type:"number",description:"Max issues to return (default 25)"}}}},{name:"sentry_get_issue",description:"Get details of a specific Sentry issue",input_schema:{type:"object",properties:{issueId:{type:"string",description:"Sentry issue ID"}},required:["issueId"]}},{name:"sentry_update_issue",description:"Update a Sentry issue's status, assignment, or bookmark (needs event:write scope)",input_schema:{type:"object",properties:{issueId:{type:"string",description:"Sentry issue ID"},status:{type:"string",description:"resolved | resolvedInNextRelease | unresolved | ignored | muted"},statusDetails:{type:"object",description:'Optional status details, e.g. { "inRelease": "latest" }'},assignedTo:{type:"string",description:'Assignee actor id, e.g. "user:123" or "team:456" (optional)'},isBookmarked:{type:"boolean",description:"Bookmark/unbookmark the issue (optional)"},hasSeen:{type:"boolean",description:"Mark the issue seen/unseen (optional)"}},required:["issueId"]}},{name:"sentry_add_comment",description:"Post a comment/note on a Sentry issue (needs event:write scope)",input_schema:{type:"object",properties:{issueId:{type:"string",description:"Sentry issue ID"},text:{type:"string",description:"Comment body (markdown)"}},required:["issueId","text"]}}]};Vt.tools=Vt.toolsForAssistant;import{spawn as ui}from"child_process";import{writeFileSync as iu,mkdirSync as ni,existsSync as oe,readdirSync as tr,readFileSync as er,unlinkSync as ou,createWriteStream as au,statSync as cu}from"fs";import{resolve as Ee,join as X}from"path";import{resolveMaxParallelRuns as mi}from"@zibby/core/utils/parallel-config.js";import{zibbyScratchSpecsDir as lu}from"@zibby/core/constants/zibby-scratch.js";var Kr="sessions",Gr=".zibby/output",Xt=process.env.ZIBBY_RUNNER_NODE_PROGRESS==="1",du=process.env.ZIBBY_RUNNER_STATUS_STREAM==="1",hi=process.env.ZIBBY_RUNNER_SPAWN_LOGS==="1",K=new Map,Se=[],pu=0,qr=0,si=3e3;function fi(){return`run_${++pu}_${Date.now().toString(36)}`}function ii(r){let t=Math.floor(r/1e3);return t<60?`${t}s`:`${Math.floor(t/60)}m ${t%60}s`}function yi(r){return r.replace(/\x1b\[[0-9;]*[a-zA-Z]/g,"")}function D(r,t,e){if(!du)return;let n=`
|
|
470
470
|
${t} [${r}] ${e}
|
|
471
|
-
`;try{process.stderr.write(n)}catch{}}function Hr(){Se.length=0;for(let[,r]of K)if(r.status==="queued"&&(r.status="cancelled"),r.status==="running"&&r._child)try{r._child.kill("SIGTERM")}catch{}}process.on("exit",Hr);process.on("SIGINT",()=>{Hr(),process.exit(0)});process.on("SIGTERM",()=>{Hr(),process.exit(0)});var
|
|
471
|
+
`;try{process.stderr.write(n)}catch{}}function Hr(){Se.length=0;for(let[,r]of K)if(r.status==="queued"&&(r.status="cancelled"),r.status==="running"&&r._child)try{r._child.kill("SIGTERM")}catch{}}process.on("exit",Hr);process.on("SIGINT",()=>{Hr(),process.exit(0)});process.on("SIGTERM",()=>{Hr(),process.exit(0)});var gi={id:"runner",description:"Run zibby test workflows from chat (parallel supported)",envKeys:[],promptFragment:`## Test Runner
|
|
472
472
|
You can run zibby test workflows directly from chat:
|
|
473
473
|
|
|
474
474
|
**CRITICAL: When user asks to test a ticket:**
|
|
@@ -605,8 +605,8 @@ Each run generates:
|
|
|
605
605
|
- events.json: All browser events
|
|
606
606
|
- raw_stream_output.txt: Agent log
|
|
607
607
|
|
|
608
|
-
Use run_artifacts({ runId, type }) and run_diagnose({ runId }) to inspect and explain failures.`,resolve(){return null},async handleToolCall(r,t,e){let n=e?.options?.workspace||process.cwd();try{switch(r){case"run_generate":return await
|
|
609
|
-
`)){let k=
|
|
608
|
+
Use run_artifacts({ runId, type }) and run_diagnose({ runId }) to inspect and explain failures.`,resolve(){return null},async handleToolCall(r,t,e){let n=e?.options?.workspace||process.cwd();try{switch(r){case"run_generate":return await uu(t,n);case"run_test":return await _u(t,n,e);case"run_status":return bu(t);case"run_cancel":return ku(t);case"run_artifacts":return vu(t,n);case"run_diagnose":return Iu(t,n);case"list_specs":return Nu(t,n);default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(s){return JSON.stringify({error:s.message})}},tools:[{name:"run_generate",description:"Generate specs from codebase. CRITICAL: DO NOT USE if ticket has test steps in comments. Only use when: (1) NO steps in ticket AND (2) local codebase exists (not external URLs). For tickets with steps, use run_test with inline format.",input_schema:{type:"object",properties:{ticket:{type:"string",description:"Jira ticket key (e.g. SCRUM-123). Auto-fetches ticket details."},description:{type:"string",description:"Ticket description text (use if no Jira key available)"},input:{type:"string",description:"Path to a file containing ticket/requirements text"},repo:{type:"string",description:"Path to the codebase (default: current directory)"},agent:{type:"string",description:"Optional agent override (cursor, gemini, claude, codex, assistant). Omit to use configured agent."},output:{type:"string",description:"Output directory for spec files (default: test-specs)"}}}},{name:"run_test",description:"Start a test (async, returns runId). spec = file path, or inline:+steps, or a Jira-shaped issue key (e.g. PROJ-123): when Jira is connected, the runner loads that issue's description+comments into an inline spec. After starting, tell the user and let them ask for progress via run_status.",input_schema:{type:"object",properties:{spec:{type:"string",description:"Workspace file path; or inline:+steps; or Jira issue key (KEY-123) to auto-fetch from Jira when the jira skill is active."},ticketKey:{type:"string",description:"Optional label (e.g. SCRUM-123). If spec is an issue key, this defaults to that key."},agent:{type:"string",description:"Optional agent override (cursor, gemini, claude, codex, assistant). Omit to use configured agent."},headless:{type:"boolean",description:"Run browser headless (default false)"},workflow:{type:"string",description:"Workflow override (e.g. quick-smoke)"}},required:["spec"]}},{name:"run_status",description:'Instant progress check \u2014 returns immediately. Use this whenever user asks about test progress. ALWAYS use runId="all".',input_schema:{type:"object",properties:{runId:{type:"string",description:'Use "all" to see all runs in this session (recommended). Or a specific run ID if known.'}},required:["runId"]}},{name:"run_cancel",description:'Cancel/kill a running test. ONLY use when the USER explicitly asks to cancel or stop a run. NEVER auto-cancel \u2014 tests take 1-5 minutes and "running" is normal. Use runId="all" to cancel all active runs.',input_schema:{type:"object",properties:{runId:{type:"string",description:'Run ID to cancel, or "all" to cancel all active runs'}},required:["runId"]}},{name:"run_artifacts",description:"Read artifacts from a test run session. Can list files, read results/events/logs, or search across all sessions.",input_schema:{type:"object",properties:{runId:{type:"string",description:"Run ID from run_test. Omit to search across all sessions."},type:{type:"string",enum:["list","result","events","log","search"],description:'What to retrieve: "list" = all files in session, "result" = result.json, "events" = events.json, "log" = raw output tail, "search" = search text across sessions'},node:{type:"string",description:'Node name to read from (e.g. "execute_live", "generate_script"). Default: "execute_live"'},query:{type:"string",description:'Search text (only for type="search"). Searches across all session logs/events.'},tail:{type:"number",description:"Number of characters from end of log to return (default: 3000)"}},required:["type"]}},{name:"run_diagnose",description:"Diagnose one or all runs, especially failed ones. Uses run logs + known error patterns and returns likely root cause with suggested next action.",input_schema:{type:"object",properties:{runId:{type:"string",description:'Run ID from run_test, or "all" (default) to diagnose all known runs'},tail:{type:"number",description:"Characters of run log tail to inspect (default: 2000)"}}}},{name:"list_specs",description:"List available test spec files in the project",input_schema:{type:"object",properties:{directory:{type:"string",description:'Directory to scan (default: "test-specs")'}}}}]};function Fr(){let r=0;for(let[,t]of K)t.status==="running"&&r++;return r}function oi(){for(;Se.length>0;){let r=mi(Se[0]?.context?.options?.config);if(Fr()>=r)break;let{args:t,cwd:e,context:n}=Se.shift();_i(t,e,n)}}async function uu(r,t){let{ticket:e,description:n,input:s,repo:i,agent:o,output:a}=r,c=["generate"];e&&c.push("--ticket",e),n&&c.push("--description",n),s&&c.push("--input",s),i&&c.push("--repo",i),a&&c.push("--output",a);let l=["assistant","cursor","claude","codex","gemini"],d=o||process.env.AGENT_TYPE,p=d&&l.includes(d)?d:null;p&&c.push("--agent",p);let u=e||"generate";return D(u,"\u{1F9EA}","Starting test spec generation (real agent with codebase access)..."),new Promise(m=>{hi&&console.error(`[zibby:spawn] skill=run_generate parentPid=${process.pid} \u2192 child zibby ${c.map(y=>/\s/.test(y)?JSON.stringify(y):y).join(" ")} cwd=${t}`);let h=ui("zibby",c,{cwd:t,env:{...process.env},stdio:["ignore","pipe","pipe"],detached:!1}),f="",b="";h.stdout.on("data",y=>{let _=y.toString();f+=_;for(let g of _.split(`
|
|
609
|
+
`)){let k=yi(g).trim();k.startsWith("\u2705")?D(u,"\u2705",k.slice(2).trim()):k.startsWith("\u2713")&&D(u,"\u2714",k.slice(2).trim())}}),h.stderr.on("data",y=>{b+=y.toString()}),h.on("close",y=>{if(y!==0){D(u,"\u274C",`Generation failed (exit ${y})`),m(JSON.stringify({error:`zibby generate failed with exit code ${y}`,stderr:b.slice(-1e3)}));return}let _=Ee(t,a||"test-specs"),g=[];try{let k=e?e.toLowerCase().replace(/[^a-z0-9]+/g,"-"):"";g=tr(_).filter(O=>O.endsWith(".txt")&&(!k||O.startsWith(k))).map(O=>X(_,O))}catch{}D(u,"\u2705",`Generated ${g.length} test spec files`),m(JSON.stringify({success:!0,ticketKey:e||null,specFiles:g.map(k=>k.replace(`${t}/`,"")),total:g.length,message:`Generated ${g.length} specs. Now call run_test for each file.`}))}),h.on("error",y=>{D(u,"\u274C",`Spawn error: ${y.message}`),m(JSON.stringify({error:y.message}))})})}var ai=1e5,ci=/^[A-Z][A-Z0-9]+-\d+$/,mu=new Set(["paragraph","heading","bulletList","orderedList","listItem","blockquote","codeBlock","rule","table","tableRow","tableCell","tableHeader","mediaSingle","panel"]);function hu(r,t){if(!t||!t.length)return r;let e=r;for(let n of t)n.type==="strong"?e=`**${e}**`:n.type==="em"?e=`_${e}_`:n.type==="code"?e=`\`${e}\``:n.type==="strike"?e=`~~${e}~~`:n.type==="link"&&n.attrs?.href&&(e=`[${e}](${n.attrs.href})`);return e}function Qt(r,t=0){if(!Array.isArray(r))return"";let e=[];for(let n of r){if(n.type==="text"){e.push(hu(n.text||"",n.marks));continue}if(n.type==="hardBreak"){e.push(`
|
|
610
610
|
`);continue}if(n.type==="rule"){e.push(`
|
|
611
611
|
---
|
|
612
612
|
`);continue}let s=n.content?Qt(n.content,t+1):"";if(n.type==="listItem")e.push(s);else if(n.type==="bulletList"){let i=(n.content||[]).map(o=>`- ${Qt(o.content||[],t+1).trim()}`);e.push(`
|
|
@@ -619,21 +619,21 @@ ${i.join(`
|
|
|
619
619
|
|
|
620
620
|
${"#".repeat(i)} ${s.trim()}
|
|
621
621
|
|
|
622
|
-
`)}else
|
|
622
|
+
`)}else mu.has(n.type)?e.push(`
|
|
623
623
|
|
|
624
624
|
${s}
|
|
625
625
|
`):e.push(s)}return e.join("").replace(/\n{3,}/g,`
|
|
626
626
|
|
|
627
|
-
`)}function
|
|
627
|
+
`)}function fu(r){return r==null||r===""?"":typeof r=="string"?r.trim():typeof r=="object"&&Array.isArray(r.content)?Qt(r.content).trim():""}async function yu(r){let{getSkill:t}=await import("@zibby/agent-workflow"),e=t("jira");if(!e||typeof e.handleToolCall!="function")return null;try{let n=await e.handleToolCall("jira_get_issue",{issueKey:r}),s=JSON.parse(n);if(s?.error)return null;let i=await e.handleToolCall("jira_get_comments",{issueKey:r,maxResults:50}),o=JSON.parse(i);if(o?.error)return null;let a=fu(s.description),c=[];a&&c.push(a);let l=Array.isArray(o.comments)?o.comments:[];if(l.length>0){let p=l.map(u=>String(u.body||"").trim()).filter(Boolean).join(`
|
|
628
628
|
|
|
629
629
|
`);p&&c.push(p)}let d=c.join(`
|
|
630
630
|
|
|
631
|
-
`).trim();return d?(d.length>
|
|
631
|
+
`).trim();return d?(d.length>ai&&(d=`${d.slice(0,ai)}
|
|
632
632
|
|
|
633
|
-
...[truncated]`),{inlineSpec:`inline:${d}`,issueKey:r}):null}catch{return null}}function
|
|
634
|
-
`);O=q.pop();for(let x of q)M(x)}return _.stdout.on("data",ye),_.stderr.on("data",T=>{let R=T.toString();g.error+=R,h.write(R),g.error.length>2e4&&(g.error=g.error.slice(-1e4))}),_.on("close",T=>{g.status=T===0?"passed":"failed",g.exitCode=T,g.endTime=Date.now(),O&&M(O),h.end();let R=
|
|
635
|
-
Spawn error: ${T.message}`,D(k,"\u274C",`Spawn error: ${T.message}`),h.end(),
|
|
636
|
-
${e||""}`.toLowerCase(),i={runId:r?.runId||null,status:r?.status||null,exitCode:r?.exitCode??null,likelyCause:"Unknown failure",confidence:"low",nextStep:'Call run_artifacts({ runId, type: "log" }) with larger tail and inspect full logs.'};return r?.status==="running"||r?.status==="queued"?{...i,likelyCause:"Run is still active; no terminal failure to diagnose yet.",confidence:"high",nextStep:'Call run_status({ runId: "all" }) to check progress.'}:s.includes("test spec not found")?{...i,likelyCause:"Invalid spec input: run_test received a non-existent spec path.",confidence:"high",nextStep:"Use spec as inline:... or a real file path from list_specs. For ticket keys, fetch steps first via Jira then build inline spec."}:s.includes("unknown command")&&s.includes("'run'")?{...i,likelyCause:"CLI command mismatch (`zibby run` unsupported in current CLI).",confidence:"high",nextStep:"Use `zibby test ...` spawn path (runner should already do this)."}:s.includes("missing openai_api_key")||s.includes("didn't provide an api key")||s.includes("401")?{...i,likelyCause:"Provider authentication/config issue (API key/proxy auth missing or rejected).",confidence:"medium",nextStep:"Verify proxy/token env and auth mode, then retry once configuration is valid."}:s.includes("spawn error")||s.includes("enoent")?{...i,likelyCause:"Failed to spawn CLI process (binary/path/environment issue).",confidence:"medium",nextStep:"Confirm `zibby` is installed and available in PATH for the chat process."}:s.includes("security command failed")||s.includes("security process exited with code: 45")||s.includes("password not found for account")?{...i,likelyCause:"Cursor agent keychain/auth failed during preflight (often transient, more common under parallel starts).",confidence:"high",nextStep:'Retry failed ticket sequentially (not parallel), or run with a different agent via run_test({ ..., agent: "codex" }).'}:i}function
|
|
633
|
+
...[truncated]`),{inlineSpec:`inline:${d}`,issueKey:r}):null}catch{return null}}function gu(r,t){try{let e=JSON.parse(r);return JSON.stringify({...e,...t})}catch{return r}}async function _u(r,t,e){let n={...r},s=String(n.spec??"").trim();if(!s)return JSON.stringify({error:"spec is required"});let i=null;if(ci.test(s)&&!s.startsWith("inline:")){let d=await yu(s);d&&(s=d.inlineSpec,n.spec=s,String(n.ticketKey||"").trim()||(n.ticketKey=d.issueKey),i=d.issueKey)}let o=String(n.ticketKey||"").trim();if(o){for(let[d,p]of K.entries())if(p?.ticketKey===o&&!(p?.status!=="running"&&p?.status!=="queued"))return JSON.stringify({runId:d,ticketKey:o,status:p.status,reused:!0,message:`A run for ${o} is already ${p.status}. Reusing existing run instead of starting a duplicate.`})}if(!s.startsWith("inline:")){let d=Ee(t,s);if(!oe(d))return ci.test(s)?JSON.stringify({error:`Invalid run_test spec: "${s}" is an issue id, not a spec.`,reason:"Jira auto-load was attempted but did not return usable text, or Jira is not configured.",doNext:["Confirm the jira skill is active and authenticated.",'Or call tracker tools yourself, then run_test with spec: "inline:" + steps.'],validExample:{spec:"inline:1. Open https://example.com \u2026 2. Verify \u2026",ticketKey:s},invalidExample:{spec:s,ticketKey:s}}):JSON.stringify({error:`Test spec not found: ${s}`,hint:'If this should be issue steps, load the issue with your tracker tools first, then run_test with spec: "inline:" + steps. Otherwise use a real file path.'})}let a=mi(e?.options?.config);if(Fr()>=a){let d=fi(),p=n.ticketKey||d,u={runId:d,spec:n.ticketKey?`${n.ticketKey}: ${n.spec}`:n.spec,ticketKey:n.ticketKey||null,status:"queued",startTime:Date.now(),exitCode:null,output:"",error:""};K.set(d,u),Se.push({args:{...n,_queuedRunId:d},cwd:t,context:e}),D(p,"\u23F3",`Queued (${Fr()}/${a} running, ${Se.length} queued)`);let m={runId:d,spec:u.spec,ticketKey:u.ticketKey,status:"queued",message:`Queued \u2014 will start when a slot opens (max ${a} concurrent).`};return i&&(m.resolvedFromJiraIssue=i,m.message+=` (spec built from Jira ${i})`),JSON.stringify(m)}let c=Date.now()-qr;c<si&&qr>0&&await new Promise(d=>setTimeout(d,si-c)),qr=Date.now();let l=_i(n,t,e);return i?gu(l,{resolvedFromJiraIssue:i,message:`Spec was loaded from Jira issue ${i} (description + comments).`}):l}function _i(r,t,e){let{spec:n,ticketKey:s,agent:i,headless:o,workflow:a,_queuedRunId:c}=r,l=c||fi(),d=n,p=!1;if(n.startsWith("inline:")){p=!0;let T=lu(t);ni(T,{recursive:!0}),d=X(T,`${l}.txt`),iu(d,n.slice(7).trim(),"utf-8")}let u=Ee(t,".zibby","output","runs");ni(u,{recursive:!0});let m=X(u,`${l}.log`),h=au(m,{flags:"a"}),b=i&&["assistant","cursor","claude","codex","gemini"].includes(i)?i:null,y=["test",d];b&&y.push("--agent",b),o&&y.push("--headless"),a&&y.push("--workflow",a),hi&&console.error(`[zibby:spawn] skill=run_test parentPid=${process.pid} \u2192 child zibby ${y.map(T=>/\s/.test(T)?JSON.stringify(T):T).join(" ")} cwd=${t}`);let _=ui("zibby",y,{cwd:t,env:{...process.env,ZIBBY_WORKFLOW_GRAPH_LOG_MARKERS:"1"},stdio:["ignore","pipe","pipe"],detached:!1}),g={runId:l,spec:s?`${s}: ${n}`:n,ticketKey:s||null,specPath:d,logPath:m,isInline:p,pid:_.pid,status:"running",output:"",error:"",startTime:Date.now(),exitCode:null,currentNode:null,completedNodes:[]},k=s||l,O="";function M(T){let R=yi(T).trim();if(!R)return;if(R.startsWith("__WORKFLOW_GRAPH_LOG__")){try{let x=JSON.parse(R.slice(22));x.phase==="node_begin"?g.currentNode=x.node:x.phase==="node_end"&&(x.node&&!g.completedNodes.includes(x.node)&&g.completedNodes.push(x.node),g.currentNode===x.node&&(g.currentNode=null))}catch{}return}let q=R.match(/Session\s+(\S+)/);if(q&&!g.sessionId&&(g.sessionId=q[1],g.sessionPath=Ee(t,Gr,Kr,g.sessionId)),R.startsWith("\u250C ")||R.startsWith("\u250C ")){let x=R.slice(2).trim();g.currentNode=x,Xt&&D(k,"\u25B6",`${x}`)}else if(R.startsWith("\u2514 ")||R.startsWith("\u2514 ")){let x=R.slice(2).trim();x.startsWith("done")?(g.currentNode&&!g.completedNodes.includes(g.currentNode)&&g.completedNodes.push(g.currentNode),Xt&&D(k,"\u2714",`${g.currentNode||"node"} done ${x.replace("done","").trim()}`),g.currentNode=null):x.startsWith("failed")&&(Xt&&D(k,"\u2718",`${g.currentNode||"node"} failed ${x.replace("failed","").trim()}`),g.currentNode=null)}else R.includes("Workflow completed")&&(g.currentNode=null,Xt&&D(k,"\u2714",`Workflow completed (${ii(Date.now()-g.startTime)})`))}function ye(T){let R=T.toString();g.output+=R,h.write(R),g.output.length>5e4&&(g.output=g.output.slice(-3e4)),O+=R;let q=O.split(`
|
|
634
|
+
`);O=q.pop();for(let x of q)M(x)}return _.stdout.on("data",ye),_.stderr.on("data",T=>{let R=T.toString();g.error+=R,h.write(R),g.error.length>2e4&&(g.error=g.error.slice(-1e4))}),_.on("close",T=>{g.status=T===0?"passed":"failed",g.exitCode=T,g.endTime=Date.now(),O&&M(O),h.end();let R=ii(Date.now()-g.startTime);if(T===0?D(k,"\u2705",`Passed (${R})`):D(k,"\u274C",`Failed (${R})`),g.isInline)try{ou(g.specPath)}catch{}oi()}),_.on("error",T=>{g.status="error",g.error+=`
|
|
635
|
+
Spawn error: ${T.message}`,D(k,"\u274C",`Spawn error: ${T.message}`),h.end(),oi()}),g._child=_,K.set(l,g),JSON.stringify({runId:l,spec:g.spec,ticketKey:g.ticketKey,status:"running",pid:_.pid,logFile:m})}function li(r){let t=Math.round(((r.endTime||Date.now())-r.startTime)/1e3),e=r.completedNodes||[],n=r.currentNode||null;if(r.status!=="running")return{elapsed:t,stage:r.status,completedNodes:e,currentNode:null};let s;return n?(s=`Actively executing node "${n}"`,e.length&&(s+=` (completed: ${e.join(", ")})`)):e.length?s=`Between nodes (completed: ${e.join(", ")})`:s="Starting up (initializing workflow)",s+=`. Elapsed: ${t}s. This is normal progress \u2014 do not cancel.`,{elapsed:t,stage:"running",currentNode:n,completedNodes:e,progress:s}}function bu(r){let{runId:t}=r;if(!t)return JSON.stringify({error:"runId is required"});if(t==="all"){let i=[...K.entries()].map(([d,p])=>{let u=li(p),m={runId:d,spec:p.spec,ticketKey:p.ticketKey,status:p.status,elapsed:u.elapsed,exitCode:p.exitCode,sessionId:p.sessionId||null};return p.status==="running"?(m.currentNode=u.currentNode,m.completedNodes=u.completedNodes,m.progress=u.progress):m.outputTail=p.output.slice(-500),m}),o=i.filter(d=>d.status==="running").length,a=i.filter(d=>d.status==="passed").length,c=i.filter(d=>d.status==="failed").length,l={total:i.length,running:o,passed:a,failed:c,runs:i};return o>0&&(l._hint="All running tests are progressing normally through their workflow nodes. Do NOT cancel, diagnose, or interpret as stuck. Just tell the user they are still running."),JSON.stringify(l)}let e=K.get(t);if(!e)return JSON.stringify({error:`Run not found: ${t}`});let n=li(e),s={runId:t,spec:e.spec,ticketKey:e.ticketKey,status:e.status,elapsed:n.elapsed,exitCode:e.exitCode,sessionId:e.sessionId||null};return e.status==="running"?(s.currentNode=n.currentNode,s.completedNodes=n.completedNodes,s.progress=n.progress):(s.outputTail=e.output.slice(-1e3),s.errorTail=e.error.slice(-500)),e.status==="running"&&(s._hint="This run is actively progressing. Do NOT cancel, diagnose, or assume stuck. Just tell the user it is still running."),JSON.stringify(s)}function di(r,t){if(t.status==="queued"){let e=Se.findIndex(n=>n.args._queuedRunId===r);return e>=0&&Se.splice(e,1),t.status="cancelled",t.endTime=Date.now(),{ok:!0,runId:r,status:"cancelled"}}if(t.status!=="running")return{ok:!1,runId:r,error:`Run is not active (status: ${t.status})`};try{return t._child.kill("SIGTERM"),t.status="cancelled",t.endTime=Date.now(),{ok:!0,runId:r,status:"cancelled"}}catch(e){return{ok:!1,runId:r,error:`Failed to cancel: ${e.message}`}}}function ku(r){let{runId:t}=r;if(!t)return JSON.stringify({error:"runId is required"});if(t==="all"){let n=[];for(let[s,i]of K.entries())(i.status==="running"||i.status==="queued")&&n.push(di(s,i));return n.length===0?JSON.stringify({ok:!0,message:"No active runs to cancel"}):JSON.stringify({ok:!0,cancelled:n.length,results:n})}let e=K.get(t);return JSON.stringify(e?di(t,e):{error:`Run not found: ${t}`})}function wu(r,t){let e=K.get(r);if(e?.sessionPath&&oe(e.sessionPath))return e.sessionPath;if(e?.sessionId){let n=Ee(t,Gr,Kr,e.sessionId);if(oe(n))return n}return null}function bi(r,t=""){let e=[];if(!oe(r))return e;for(let n of tr(r,{withFileTypes:!0})){let s=t?`${t}/${n.name}`:n.name;if(n.isDirectory())e.push(...bi(X(r,n.name),s));else{let i=cu(X(r,n.name));e.push({path:s,size:i.size})}}return e}function pi(r){if(!oe(r))return null;try{return JSON.parse(er(r,"utf-8"))}catch{return null}}function ki(r,t=2e3){if(!r||!oe(r))return"";try{return er(r,"utf-8").slice(-Math.max(200,Number(t)||2e3))}catch{return""}}function Su({run:r,logTail:t,errorTail:e}){let s=`${t||""}
|
|
636
|
+
${e||""}`.toLowerCase(),i={runId:r?.runId||null,status:r?.status||null,exitCode:r?.exitCode??null,likelyCause:"Unknown failure",confidence:"low",nextStep:'Call run_artifacts({ runId, type: "log" }) with larger tail and inspect full logs.'};return r?.status==="running"||r?.status==="queued"?{...i,likelyCause:"Run is still active; no terminal failure to diagnose yet.",confidence:"high",nextStep:'Call run_status({ runId: "all" }) to check progress.'}:s.includes("test spec not found")?{...i,likelyCause:"Invalid spec input: run_test received a non-existent spec path.",confidence:"high",nextStep:"Use spec as inline:... or a real file path from list_specs. For ticket keys, fetch steps first via Jira then build inline spec."}:s.includes("unknown command")&&s.includes("'run'")?{...i,likelyCause:"CLI command mismatch (`zibby run` unsupported in current CLI).",confidence:"high",nextStep:"Use `zibby test ...` spawn path (runner should already do this)."}:s.includes("missing openai_api_key")||s.includes("didn't provide an api key")||s.includes("401")?{...i,likelyCause:"Provider authentication/config issue (API key/proxy auth missing or rejected).",confidence:"medium",nextStep:"Verify proxy/token env and auth mode, then retry once configuration is valid."}:s.includes("spawn error")||s.includes("enoent")?{...i,likelyCause:"Failed to spawn CLI process (binary/path/environment issue).",confidence:"medium",nextStep:"Confirm `zibby` is installed and available in PATH for the chat process."}:s.includes("security command failed")||s.includes("security process exited with code: 45")||s.includes("password not found for account")?{...i,likelyCause:"Cursor agent keychain/auth failed during preflight (often transient, more common under parallel starts).",confidence:"high",nextStep:'Retry failed ticket sequentially (not parallel), or run with a different agent via run_test({ ..., agent: "codex" }).'}:i}function vu(r,t){let{runId:e,type:n,node:s="execute_live",query:i,tail:o=3e3}=r;if(n==="search"){if(!i)return JSON.stringify({error:'query is required for type="search"'});let c=Ee(t,Gr,Kr);if(!oe(c))return JSON.stringify({matches:[],message:"No sessions found"});let l=[],d=i.toLowerCase();for(let p of tr(c,{withFileTypes:!0})){if(!p.isDirectory())continue;let u=X(c,p.name),m=[{file:"execute_live/result.json",label:"result"},{file:"execute_live/events.json",label:"events"},{file:"execute_live/raw_stream_output.txt",label:"log"},{file:"generate_script/raw_stream_output.txt",label:"script_log"},{file:"title.txt",label:"title"}];for(let{file:h,label:f}of m){let b=X(u,h);if(oe(b))try{let y=er(b,"utf-8");if(y.toLowerCase().includes(d)){let _=y.toLowerCase().indexOf(d),g=Math.max(0,_-100),k=Math.min(y.length,_+i.length+100);l.push({sessionId:p.name,artifact:f,snippet:y.slice(g,k)})}}catch{}}if(l.length>=20)break}return JSON.stringify({query:i,matches:l,total:l.length})}if(!e)return JSON.stringify({error:"runId is required for this type"});if(n==="log"){let c=K.get(e),l=ki(c?.logPath,o);if(l)return JSON.stringify({runId:e,source:"run-log",totalLength:l.length,tail:l})}let a=wu(e,t);if(!a)return JSON.stringify({error:`No session found for run ${e}. The run may still be starting.`});switch(n){case"list":{let c=bi(a);return JSON.stringify({sessionId:a.split("/").pop(),files:c,total:c.length})}case"result":{let c=pi(X(a,s,"result.json"));return JSON.stringify(c?{sessionId:a.split("/").pop(),node:s,result:c}:{error:`No result.json found in ${s}`})}case"events":{let c=pi(X(a,s,"events.json"));if(!c)return JSON.stringify({error:`No events.json found in ${s}`});let l=Array.isArray(c)?c:c.events||[];return JSON.stringify({sessionId:a.split("/").pop(),node:s,totalEvents:l.length,events:l.slice(-50)})}case"log":{let c=X(a,s,"raw_stream_output.txt");if(!oe(c))return JSON.stringify({error:`No log found in ${s}`});let l=er(c,"utf-8");return JSON.stringify({sessionId:a.split("/").pop(),node:s,totalLength:l.length,tail:l.slice(-o)})}default:return JSON.stringify({error:`Unknown artifact type: ${n}. Use: list, result, events, log, search`})}}function Iu(r,t){let e=String(r?.runId||"all"),n=Number(r?.tail||2e3),s=e==="all"?[...K.keys()]:[e];if(s.length===0)return JSON.stringify({error:"No runs available to diagnose. Call run_test first."});let i=s.map(c=>{let l=K.get(c);if(!l)return{runId:c,error:`Run not found: ${c}`};let d=ki(l.logPath,n),p=String(l.error||"").slice(-Math.max(200,n));return{...Su({run:l,logTail:d,errorTail:p}),ticketKey:l.ticketKey||null,spec:l.spec,logTail:d,errorTail:p}}),o=i.filter(c=>c.status==="failed"||c.status==="error"),a=i.filter(c=>c.status==="running"||c.status==="queued");return JSON.stringify({total:i.length,failed:o.length,active:a.length,diagnoses:i})}function Nu(r,t){let e=r?.directory||"test-specs",n=Ee(t,e);if(!oe(n))return JSON.stringify({specs:[],directory:e,message:`Directory not found: ${e}`});try{let i=function(o,a){for(let c of tr(o,{withFileTypes:!0})){let l=a?`${a}/${c.name}`:c.name;c.isDirectory()?i(X(o,c.name),l):(c.name.endsWith(".txt")||c.name.endsWith(".md"))&&s.push(l)}},s=[];return i(n,""),JSON.stringify({specs:s.map(o=>`${e}/${o}`),total:s.length,directory:e})}catch(s){return JSON.stringify({error:s.message})}}function wi(r){let t=(r||"").match(/github\.com[/:]([^/]+)\/([^/]+?)(?:\.git)?$/);return t?{provider:"github",owner:t[1],repo:t[2]}:(t=(r||"").match(/gitlab\.com[/:](.+?)\/([^/]+?)(?:\.git)?$/),t?{provider:"gitlab",owner:t[1],repo:t[2]}:null)}var Si={...be,id:"git-write",envKeys:[...be.envKeys||[],...De.envKeys||[],...Je.envKeys||[]].filter((r,t,e)=>e.indexOf(r)===t),promptFragment:`${be.promptFragment}
|
|
637
637
|
|
|
638
638
|
## Opening a pull request / merge request (git_open_pr)
|
|
639
639
|
After you have pushed a branch, OPEN the PR/MR with the provider-agnostic tool:
|
|
@@ -645,7 +645,7 @@ After you have pushed a branch, OPEN the PR/MR with the provider-agnostic tool:
|
|
|
645
645
|
To MERGE an open PR/MR, use the provider-agnostic tool:
|
|
646
646
|
- git_merge_pr: Merge a pull request (GitHub) or accept a merge request (GitLab) by number. Provider is auto-detected from \`repoUrl\`. Args:
|
|
647
647
|
{ repoUrl, number (the PR/MR number; GitLab alias: iid), mergeMethod? ('merge'|'squash'|'rebase', GitHub only; default 'squash') }
|
|
648
|
-
Returns { success:true, merged:true, sha } with the REAL merge SHA from the provider. Expected non-mergeable states (draft, failing checks, conflicts, head sha moved, pipeline not done) come back as { success:false, skippedReason } \u2014 a normal "not mergeable yet", not a hard failure.`,async handleToolCall(r,t,e){if(r!=="git_open_pr"&&r!=="git_merge_pr")return be.handleToolCall(r,t,e);try{let n=t||{},s=n.repoUrl||n.repo_url||n.url;if(!s)return JSON.stringify({error:"repoUrl is required (the github.com/gitlab.com repo to open/merge the PR/MR against)"});if(r==="git_merge_pr"){let d=n.number??n.iid??n.prNumber;if(d==null)return JSON.stringify({error:"number (the PR/MR number to merge; GitLab alias: iid) is required"});let p=
|
|
648
|
+
Returns { success:true, merged:true, sha } with the REAL merge SHA from the provider. Expected non-mergeable states (draft, failing checks, conflicts, head sha moved, pipeline not done) come back as { success:false, skippedReason } \u2014 a normal "not mergeable yet", not a hard failure.`,async handleToolCall(r,t,e){if(r!=="git_open_pr"&&r!=="git_merge_pr")return be.handleToolCall(r,t,e);try{let n=t||{},s=n.repoUrl||n.repo_url||n.url;if(!s)return JSON.stringify({error:"repoUrl is required (the github.com/gitlab.com repo to open/merge the PR/MR against)"});if(r==="git_merge_pr"){let d=n.number??n.iid??n.prNumber;if(d==null)return JSON.stringify({error:"number (the PR/MR number to merge; GitLab alias: iid) is required"});let p=wi(s);return p?p.provider==="github"?De.handleToolCall("github_merge_pr",{owner:p.owner,repo:p.repo,number:d,mergeMethod:n.mergeMethod},e):Je.handleToolCall("gitlab_accept_mr",{project:`${p.owner}/${p.repo}`,iid:d},e):JSON.stringify({success:!1,skippedReason:`Unrecognized repo host: ${s}. git_merge_pr supports github.com and gitlab.com.`})}let i=n.head||n.source_branch||n.sourceBranch||n.branch,o=n.base||n.target_branch||n.targetBranch,{title:a,body:c}=n;if(!i||!a)return JSON.stringify({error:"head (the pushed source branch) and title are required"});let l=wi(s);return l?l.provider==="github"?De.handleToolCall("github_create_pr",{owner:l.owner,repo:l.repo,head:i,base:o,title:a,body:c},e):Je.handleToolCall("gitlab_create_mr",{project:`${l.owner}/${l.repo}`,source_branch:i,target_branch:o,title:a,description:c},e):JSON.stringify({success:!1,skippedReason:`Unrecognized repo host: ${s}. git_open_pr supports github.com and gitlab.com.`})}catch(n){return JSON.stringify({error:n.message})}},tools:[...be.tools||[],{name:"git_open_pr",description:"Open a pull request (GitHub) or merge request (GitLab) from an already-pushed branch. The provider is auto-detected from repoUrl. Returns the REAL provider-returned url (pr_url = GitHub html_url / GitLab web_url) \u2014 never fabricate a PR url. Expected business outcomes (no commits between base and head, a PR/MR already exists, base==head) return { success:false, skippedReason } rather than erroring. Delegates to the github/gitlab provider APIs (the same auth path the github_*/gitlab_* tools use).",input_schema:{type:"object",properties:{repoUrl:{type:"string",description:'The repo URL the PR/MR is opened against (e.g. "https://github.com/org/repo" or "https://gitlab.com/group/repo"). Provider is detected from the host.'},head:{type:"string",description:"Source branch to merge FROM (must already be pushed). GitLab alias: source_branch."},base:{type:"string",description:"Target branch to merge INTO (default: the repo/project default branch). GitLab alias: target_branch."},title:{type:"string",description:"PR/MR title"},body:{type:"string",description:"PR/MR description (markdown)"}},required:["repoUrl","head","title"]}},{name:"git_merge_pr",description:"Merge a pull request (GitHub) or accept a merge request (GitLab) by number. The provider is auto-detected from repoUrl. Returns { success:true, merged:true, sha } with the REAL merge SHA from the provider \u2014 never fabricate it. Expected non-mergeable states (draft, failing checks, conflicts, head sha moved, pipeline not done) return { success:false, skippedReason } rather than erroring. Delegates to the github/gitlab provider APIs (the same auth path the github_*/gitlab_* tools use).",input_schema:{type:"object",properties:{repoUrl:{type:"string",description:'The repo URL the PR/MR belongs to (e.g. "https://github.com/org/repo" or "https://gitlab.com/group/repo"). Provider is detected from the host.'},number:{type:"number",description:"The PR (GitHub) / MR (GitLab) number to merge. GitLab alias: iid."},mergeMethod:{type:"string",enum:["merge","squash","rebase"],description:"How to merge (GitHub only; default: squash). Ignored for GitLab."}},required:["repoUrl","number"]}}]};import{execFileSync as Ti}from"child_process";import{existsSync as Xr,mkdirSync as Ai}from"fs";import{join as ue,basename as Ou}from"path";import{randomBytes as Tu}from"crypto";import{pathToFileURL as _t}from"url";import{createRequire as Ri}from"module";var Wr=".zibby/memory",Ei="dolt",xi={encoding:"utf-8",stdio:["pipe","pipe","pipe"],timeout:15e3},Zr="mem0",Yr=new Map,rr=new Map,nr=!1,Au=Ri(import.meta.url),ar=()=>Tu(8).toString("hex"),xe=()=>new Date().toISOString(),Ru=[`CREATE TABLE IF NOT EXISTS chat_memory (
|
|
649
649
|
id VARCHAR(64) PRIMARY KEY,
|
|
650
650
|
memory_key VARCHAR(160),
|
|
651
651
|
category VARCHAR(32) NOT NULL,
|
|
@@ -676,10 +676,10 @@ To MERGE an open PR/MR, use the provider-agnostic tool:
|
|
|
676
676
|
tasks_failed INT DEFAULT 0,
|
|
677
677
|
key_facts TEXT,
|
|
678
678
|
created_at VARCHAR(32) NOT NULL
|
|
679
|
-
)`],
|
|
680
|
-
`)};`;H(r,t);try{H(r,"ALTER TABLE chat_memory ADD COLUMN tier VARCHAR(16) DEFAULT 'mid'")}catch{}try{H(r,"ALTER TABLE chat_memory ADD COLUMN memory_key VARCHAR(160)")}catch{}return
|
|
679
|
+
)`],vi=new Set;function G(r,t){return Ti(Ei,t,{...xi,cwd:r})}function ve(r,t){try{let e=G(r,["sql","-q",t,"-r","json"]);return JSON.parse(e.trim()).rows||[]}catch{return[]}}function H(r,t){G(r,["sql","-q",t])}function sr(r){if(vi.has(r))return!0;if(!Xr(ue(r,".dolt"))){if(!Eu())return!1;Ai(r,{recursive:!0}),G(r,["init","--name","Zibby Chat Memory","--email","chat@zibby.app"])}let t=`${Ru.join(`;
|
|
680
|
+
`)};`;H(r,t);try{H(r,"ALTER TABLE chat_memory ADD COLUMN tier VARCHAR(16) DEFAULT 'mid'")}catch{}try{H(r,"ALTER TABLE chat_memory ADD COLUMN memory_key VARCHAR(160)")}catch{}return vi.add(r),!0}function Eu(){try{return Ti(Ei,["version"],{...xi,timeout:5e3}),!0}catch{return!1}}function v(r){return r==null?"NULL":`'${String(r).replace(/'/g,"''")}'`}function Vr(r){return String(r||"").toLowerCase().replace(/[“”]/g,'"').replace(/[‘’]/g,"'").replace(/[\s_-]+/g," ").replace(/[^\w\s"']/g,"").replace(/\s+/g," ").trim()}function He(r){return r==="long"?3:r==="mid"?2:r==="short"?1:0}function Qr(r,t){let e=["short","mid","long"].includes(r)?r:"mid";return new Set(["fact","decision","preference","credential","url","workaround"]).has(String(t||"").toLowerCase())&&e==="short"?"mid":e}function Li(r){let t=new Map;for(let e of r||[]){let n=Vr(e.content),s=e.memory_key?`key:${e.memory_key}`:n?`norm:${n}`:"";if(!s)continue;let i=t.get(s);if(!i){t.set(s,e);continue}let o=He(i.tier),a=He(e.tier);if(a>o){t.set(s,e);continue}a===o&&Number(e.relevance||0)>Number(i.relevance||0)&&t.set(s,e)}return[...t.values()]}function or(r,t){let e=String(r??"");return e.length<=t?e:t<=1?e.slice(0,t):`${e.slice(0,t-1)}\u2026`}function gt(r,t){let e={recentSessions:Array.isArray(r?.recentSessions)?r.recentSessions:[],topMemories:Array.isArray(r?.topMemories)?r.topMemories:[],taskStats:Array.isArray(r?.taskStats)?r.taskStats:[],ticketFilter:r?.ticketFilter||null,backend:t||String(r?.backend||Zr),error:r?.error||null};return e.backend==="mem0"?{...e,recentSessions:[],taskStats:[]}:e}function Ii(r){let t=[];if(r.recentSessions?.length>0){t.push("Recent sessions:");for(let e of r.recentSessions.slice(0,3))e?.summary?.trim()&&t.push(`- ${or(e.summary,150)}${e.tickets?` [${e.tickets}]`:""}`)}if(r.topMemories?.length>0){t.push("Known facts:");for(let e of r.topMemories.slice(0,10)){let n=e.tier==="long"?"\u2605":"\xB7";t.push(`${n} [${e.category}] ${or(e.content,120)}`)}}return t.length===0?"":`## Memory Context
|
|
681
681
|
${t.join(`
|
|
682
|
-
`)}`}function ir(r){return{backend:r.backend,recentSessions:r.recentSessions.slice(0,3).map(t=>({summary:or(String(t?.summary||""),160),tickets:t?.tickets||null,created_at:t?.created_at||null})),topMemories:r.topMemories.slice(0,8).map(t=>({category:t?.category||null,tier:t?.tier||null,content:or(String(t?.content||""),140),source:t?.source||null})),taskStats:r.taskStats,error:r.error||null}}async function
|
|
682
|
+
`)}`}function ir(r){return{backend:r.backend,recentSessions:r.recentSessions.slice(0,3).map(t=>({summary:or(String(t?.summary||""),160),tickets:t?.tickets||null,created_at:t?.created_at||null})),topMemories:r.topMemories.slice(0,8).map(t=>({category:t?.category||null,tier:t?.tier||null,content:or(String(t?.content||""),140),source:t?.source||null})),taskStats:r.taskStats,error:r.error||null}}async function xu(r,t){let e=String(process.env.ZIBBY_MEMORY_BACKEND||"").trim().toLowerCase();if(e==="mem0"||e==="dolt")return e;let n=String(t?.options?.memoryBackend||t?.options?.config?.memory?.backend||"").trim().toLowerCase();if(n==="mem0"||n==="dolt")return n;if(rr.has(r))return rr.get(r);try{let s=ue(r,".zibby.config.mjs");if(Xr(s)){let i=await import(_t(s).href),o=String(i?.default?.memory?.backend||"").trim().toLowerCase();if(o==="mem0"||o==="dolt")return rr.set(r,o),o}}catch{}return rr.set(r,Zr),Zr}function ji(r){let t=String(process.env.ZIBBY_MEMORY_USER_ID||"").trim();return t||`workspace:${Ou(r||process.cwd())}`}var Lu="mem0";function $i(r){let t=ue(r,Wr,Lu);return{dir:t,vectorDbPath:ue(t,"vectors.db"),historyDbPath:ue(t,"history.db")}}function ju(r){let t=String(process.env.ZIBBY_MEM0_OPENAI_BASE_URL||"").trim();if(!t)return null;let e=String(process.env.ZIBBY_MEM0_API_KEY||process.env.ZIBBY_USER_TOKEN||process.env.OPENAI_API_KEY||"").trim(),n=String(process.env.ZIBBY_MEM0_LLM_MODEL||"gpt-4.1-mini").trim(),s=String(process.env.ZIBBY_MEM0_EMBEDDER_MODEL||"text-embedding-3-small").trim(),i=Number(process.env.ZIBBY_MEM0_EMBEDDING_DIMS||1536),{vectorDbPath:o,historyDbPath:a}=$i(r||process.cwd());return{llm:{provider:"openai",config:{model:n,baseURL:t,...e?{apiKey:e}:{}}},embedder:{provider:"openai",config:{model:s,embeddingDims:i,baseURL:t,...e?{apiKey:e}:{}}},vectorStore:{provider:"memory",config:{dimension:i,dbPath:o}},historyDbPath:a}}async function Pi(r){let t=r||process.cwd();if(Yr.has(t))return Yr.get(t);let e;try{let a=Ri(_t(ue(t,"package.json")).href).resolve("mem0ai/oss");e=await import(_t(a).href)}catch{try{let o=Au.resolve("mem0ai/oss");e=await import(_t(o).href)}catch(o){throw new Error(`Cannot find package 'mem0ai' for workspace "${t}". Install in that project: npm install mem0ai. (${o.message})`,{cause:o})}}let n=e?.Memory;if(!n)throw new Error("mem0ai/oss does not export Memory");let s=ju(t);if(s)try{Ai($i(t).dir,{recursive:!0})}catch{}let i=s?new n(s):new n;return Yr.set(t,i),i}function Ni(r,t="mid"){return(Array.isArray(r)?r:Array.isArray(r?.results)?r.results:[]).map(n=>({id:n?.id||ar(),memory_key:n?.metadata?.memoryKey||n?.metadata?.memory_key||null,category:n?.metadata?.category||"fact",content:n?.memory||n?.content||"",source:n?.metadata?.source||"mem0",ticket_key:n?.metadata?.ticketKey||n?.metadata?.ticket_key||null,tier:Qr(n?.metadata?.tier||t,n?.metadata?.category||"fact"),relevance:Number(n?.score??n?.metadata?.relevance??.8),created_at:n?.created_at||n?.metadata?.created_at||xe()})).filter(n=>String(n.content||"").trim().length>0)}var Ye={id:"dolt",store:(r,t)=>Ui(r,t),recall:(r,t)=>Du(r,t),brief:(r,t)=>Ju(r,t),endSession:(r,t)=>Di(r,t),logTask:(r,t)=>Ji(r,t),taskHistory:(r,t)=>Mi(r,t)},$u={id:"mem0",store:(r,t,e)=>Bu(r,t,e),recall:(r,t,e)=>Bi(r,t,e),brief:(r,t,e)=>Mu(r,t,e),endSession:(r,t)=>Di(r,t),logTask:(r,t)=>Ji(r,t),taskHistory:(r,t)=>Mi(r,t)},Pu={dolt:Ye,mem0:$u};async function Oi(r,t){let e=await xu(r,t);return Pu[e]||Ye}var Ci={id:"chat-memory",description:"Persistent chat memory and task history (Dolt-backed)",envKeys:[],promptFragment:`## Chat Memory (persistent)
|
|
683
683
|
You have persistent memory across sessions. Use it to avoid losing context:
|
|
684
684
|
- **memory_store**: Save important facts, decisions, or context. Anything worth remembering.
|
|
685
685
|
- **memory_recall**: Search your memory by keyword or category. Use this at the START of conversations to recall relevant context.
|
|
@@ -695,9 +695,9 @@ You have persistent memory across sessions. Use it to avoid losing context:
|
|
|
695
695
|
- When the user's request is complete: call memory_end_session
|
|
696
696
|
|
|
697
697
|
### Categories for memory_store
|
|
698
|
-
fact, decision, context, insight, credential, url, error, workaround`,resolve(){return null},async buildPromptContext(r,t={}){let e=r?.options?.workspace||process.cwd(),n=ue(e,Wr),s=await
|
|
699
|
-
`)}catch{}}try{let l=await Ye.brief(t,n,e),d=JSON.parse(l||"{}"),p=gt({...d,backend:"dolt"},"dolt");return{backend:"dolt",brief:p,promptContext:
|
|
700
|
-
`)}catch{}}try{return await c(Ye)}catch(d){return JSON.stringify({error:d.message,backend:"dolt",degradedFrom:"mem0"})}}return JSON.stringify({error:`mem0 unavailable (${l.message}); dolt fallback also unavailable`,backend:"mem0"})}return JSON.stringify({error:l.message})}},tools:[{name:"memory_store",description:"Save a fact, decision, or context to persistent memory. Survives across sessions.",input_schema:{type:"object",properties:{memoryKey:{type:"string",description:"Stable semantic identity key (e.g. user.jira.default_board)"},content:{type:"string",description:"The information to remember"},category:{type:"string",enum:["fact","decision","context","insight","preference","credential","url","error","workaround"],description:"Category of memory"},tier:{type:"string",enum:["short","mid","long"],description:"Memory tier: short (session/24h), mid (days/weeks), long (permanent)"},source:{type:"string",description:'Where this info came from (e.g. "jira", "github", "user", "test_run")'},ticketKey:{type:"string",description:"Related ticket key (optional)"},infer:{type:"boolean",description:"true = LLM distills/dedupes facts (costs tokens); false = store raw, embed-only, free",default:!1}},required:["content","category"]}},{name:"memory_recall",description:"Search persistent memory by keyword, category, ticket, or tier. Returns matching facts and context.",input_schema:{type:"object",properties:{query:{type:"string",description:"Search text (matches content)"},category:{type:"string",description:"Filter by category"},ticketKey:{type:"string",description:"Filter by ticket key"},tier:{type:"string",enum:["short","mid","long"],description:"Filter by memory tier"},limit:{type:"number",description:"Max results (default: 20)"}}}},{name:"memory_brief",description:"Get a compact briefing: recent session summaries + top relevant facts. Call at the start of a conversation.",input_schema:{type:"object",properties:{ticketKey:{type:"string",description:"Focus briefing on a specific ticket (optional)"}}}},{name:"memory_end_session",description:"End the current session and save a summary for future recall. Call when a task is complete.",input_schema:{type:"object",properties:{summary:{type:"string",description:"What happened in this session (1-3 sentences)"},tickets:{type:"string",description:"Comma-separated ticket keys covered"},tasksRun:{type:"number",description:"Number of tasks/tests run"},tasksPassed:{type:"number",description:"Number passed"},tasksFailed:{type:"number",description:"Number failed"},keyFacts:{type:"string",description:"Key facts worth remembering from this session (semicolon-separated)"}},required:["summary"]}},{name:"task_log",description:"Record a completed task (test run, analysis, generation) to persistent history.",input_schema:{type:"object",properties:{title:{type:"string",description:"Task description"},type:{type:"string",enum:["test_run","generate","analysis","research","other"],description:"Task type"},status:{type:"string",enum:["passed","failed","cancelled","error"],description:"Outcome"},ticketKey:{type:"string",description:"Related ticket key"},specPath:{type:"string",description:"Spec file path (if test run)"},resultSummary:{type:"string",description:"Brief result description"}},required:["title","type","status"]}},{name:"task_history",description:"Query past tasks by ticket, status, or type. See what was done before.",input_schema:{type:"object",properties:{ticketKey:{type:"string",description:"Filter by ticket key"},type:{type:"string",description:"Filter by task type"},status:{type:"string",description:"Filter by status"},limit:{type:"number",description:"Max results (default: 20)"}}}}]};function
|
|
698
|
+
fact, decision, context, insight, credential, url, error, workaround`,resolve(){return null},async buildPromptContext(r,t={}){let e=r?.options?.workspace||process.cwd(),n=ue(e,Wr),s=await Oi(e,r),i=s.id;if(i==="dolt"&&!sr(n)){let o="Dolt not available. Install: brew install dolt (macOS) or see https://docs.dolthub.com/introduction/installation";return{backend:i,brief:gt({backend:i,error:o},i),promptContext:"",debugPreview:ir(gt({backend:i,error:o},i)),error:o}}try{let o=await s.brief(t,n,e),a=JSON.parse(o||"{}"),c=gt({...a,backend:i},i);return{backend:i,brief:c,promptContext:Ii(c),debugPreview:ir(c),error:c.error||null}}catch(o){if(i==="mem0"&&s!==Ye&&sr(n)){if(!nr){nr=!0;try{process.stderr.write(`[chat-memory] mem0 backend unavailable (${o?.message||o}); degrading to dolt for this run
|
|
699
|
+
`)}catch{}}try{let l=await Ye.brief(t,n,e),d=JSON.parse(l||"{}"),p=gt({...d,backend:"dolt"},"dolt");return{backend:"dolt",brief:p,promptContext:Ii(p),debugPreview:ir(p),error:p.error||null,degradedFrom:"mem0"}}catch{}}let a=String(o?.message||o),c=gt({backend:i,error:a},i);return{backend:i,brief:c,promptContext:"",debugPreview:ir(c),error:a}}},async handleToolCall(r,t,e){let n=e?.options?.workspace||process.cwd(),s=ue(n,Wr),i=await Oi(n,e),o=i.id;if((o==="dolt"||["memory_end_session","task_log","task_history"].includes(r))&&!sr(s))return JSON.stringify({error:"Dolt not available. Install: brew install dolt (macOS) or see https://docs.dolthub.com/introduction/installation"});let c=l=>{switch(r){case"memory_store":return l.store(t,s,n);case"memory_recall":return l.recall(t,s,n);case"memory_brief":return l.brief(t,s,n);case"memory_end_session":return l.endSession(t,s,n);case"task_log":return l.logTask(t,s,n);case"task_history":return l.taskHistory(t,s,n);default:return JSON.stringify({error:`Unknown tool: ${r}`})}};try{return await c(i)}catch(l){if(o==="mem0"&&i!==Ye){if(sr(s)){if(!nr){nr=!0;try{process.stderr.write(`[chat-memory] mem0 backend unavailable (${l.message}); degrading to dolt for this run
|
|
700
|
+
`)}catch{}}try{return await c(Ye)}catch(d){return JSON.stringify({error:d.message,backend:"dolt",degradedFrom:"mem0"})}}return JSON.stringify({error:`mem0 unavailable (${l.message}); dolt fallback also unavailable`,backend:"mem0"})}return JSON.stringify({error:l.message})}},tools:[{name:"memory_store",description:"Save a fact, decision, or context to persistent memory. Survives across sessions.",input_schema:{type:"object",properties:{memoryKey:{type:"string",description:"Stable semantic identity key (e.g. user.jira.default_board)"},content:{type:"string",description:"The information to remember"},category:{type:"string",enum:["fact","decision","context","insight","preference","credential","url","error","workaround"],description:"Category of memory"},tier:{type:"string",enum:["short","mid","long"],description:"Memory tier: short (session/24h), mid (days/weeks), long (permanent)"},source:{type:"string",description:'Where this info came from (e.g. "jira", "github", "user", "test_run")'},ticketKey:{type:"string",description:"Related ticket key (optional)"},infer:{type:"boolean",description:"true = LLM distills/dedupes facts (costs tokens); false = store raw, embed-only, free",default:!1}},required:["content","category"]}},{name:"memory_recall",description:"Search persistent memory by keyword, category, ticket, or tier. Returns matching facts and context.",input_schema:{type:"object",properties:{query:{type:"string",description:"Search text (matches content)"},category:{type:"string",description:"Filter by category"},ticketKey:{type:"string",description:"Filter by ticket key"},tier:{type:"string",enum:["short","mid","long"],description:"Filter by memory tier"},limit:{type:"number",description:"Max results (default: 20)"}}}},{name:"memory_brief",description:"Get a compact briefing: recent session summaries + top relevant facts. Call at the start of a conversation.",input_schema:{type:"object",properties:{ticketKey:{type:"string",description:"Focus briefing on a specific ticket (optional)"}}}},{name:"memory_end_session",description:"End the current session and save a summary for future recall. Call when a task is complete.",input_schema:{type:"object",properties:{summary:{type:"string",description:"What happened in this session (1-3 sentences)"},tickets:{type:"string",description:"Comma-separated ticket keys covered"},tasksRun:{type:"number",description:"Number of tasks/tests run"},tasksPassed:{type:"number",description:"Number passed"},tasksFailed:{type:"number",description:"Number failed"},keyFacts:{type:"string",description:"Key facts worth remembering from this session (semicolon-separated)"}},required:["summary"]}},{name:"task_log",description:"Record a completed task (test run, analysis, generation) to persistent history.",input_schema:{type:"object",properties:{title:{type:"string",description:"Task description"},type:{type:"string",enum:["test_run","generate","analysis","research","other"],description:"Task type"},status:{type:"string",enum:["passed","failed","cancelled","error"],description:"Outcome"},ticketKey:{type:"string",description:"Related ticket key"},specPath:{type:"string",description:"Spec file path (if test run)"},resultSummary:{type:"string",description:"Brief result description"}},required:["title","type","status"]}},{name:"task_history",description:"Query past tasks by ticket, status, or type. See what was done before.",input_schema:{type:"object",properties:{ticketKey:{type:"string",description:"Filter by ticket key"},type:{type:"string",description:"Filter by task type"},status:{type:"string",description:"Filter by status"},limit:{type:"number",description:"Max results (default: 20)"}}}}]};function Ui(r,t){let{content:e,category:n,source:s,ticketKey:i,tier:o,memoryKey:a}=r;if(!e||!n)return JSON.stringify({error:"content and category are required"});let c=Vr(e);if(!c)return JSON.stringify({error:"content is empty after normalization"});let l=Qr(o,n),d=l==="long"?1:l==="mid"?.8:.5,p=String(a||"").trim().slice(0,160);if(p){let y=ve(t,`SELECT id, tier, relevance
|
|
701
701
|
FROM chat_memory
|
|
702
702
|
WHERE memory_key = ${v(p)}
|
|
703
703
|
ORDER BY created_at DESC
|
|
@@ -717,18 +717,18 @@ fact, decision, context, insight, credential, url, error, workaround`,resolve(){
|
|
|
717
717
|
SET tier = ${v(_?l:b)},
|
|
718
718
|
relevance = ${Math.max(d,y)}
|
|
719
719
|
WHERE id = ${v(m.id)}`);try{G(t,["add","."]),G(t,["commit","-m",`memory promote: ${n} \u2014 ${String(e).slice(0,60)}`])}catch{}return JSON.stringify({ok:!0,id:m.id,category:n,tier:_?l:b,deduped:!0,promoted:!0})}return JSON.stringify({ok:!0,id:m.id,category:n,tier:b,deduped:!0,promoted:!1})}let h=ar(),f=process.env.ZIBBY_CHAT_SESSION_ID||null;H(t,`INSERT INTO chat_memory (id, memory_key, category, content, source, ticket_key, session_id, tier, relevance, created_at)
|
|
720
|
-
VALUES (${v(h)}, ${v(p||null)}, ${v(n)}, ${v(e)}, ${v(s)}, ${v(i)}, ${v(f)}, ${v(l)}, ${d}, ${v(xe())})`);try{G(t,["add","."]),G(t,["commit","-m",`memory: ${n} \u2014 ${e.slice(0,60)}`])}catch{}return JSON.stringify({ok:!0,id:h,category:n,tier:l,memoryKey:p||null,stored:e.slice(0,100)})}function
|
|
720
|
+
VALUES (${v(h)}, ${v(p||null)}, ${v(n)}, ${v(e)}, ${v(s)}, ${v(i)}, ${v(f)}, ${v(l)}, ${d}, ${v(xe())})`);try{G(t,["add","."]),G(t,["commit","-m",`memory: ${n} \u2014 ${e.slice(0,60)}`])}catch{}return JSON.stringify({ok:!0,id:h,category:n,tier:l,memoryKey:p||null,stored:e.slice(0,100)})}function Cu(r){let t=String(r||"").trim().toLowerCase();return t==="1"||t==="true"||t==="yes"||t==="on"}var zr=new Map;async function Uu(r,t){if(typeof r=="boolean")return r;if(process.env.ZIBBY_MEM0_INFER!=null&&String(process.env.ZIBBY_MEM0_INFER).trim()!=="")return Cu(process.env.ZIBBY_MEM0_INFER);let e=t||process.cwd();if(zr.has(e))return zr.get(e);let n=!1;try{let s=ue(e,".zibby.config.mjs");Xr(s)&&(n=(await import(_t(s).href))?.default?.memory?.infer===!0)}catch{}return zr.set(e,n),n}async function Bu(r,t,e){let{content:n,category:s,source:i,ticketKey:o,tier:a,memoryKey:c,infer:l}=r;if(!n||!s)return JSON.stringify({error:"content and category are required"});try{let d=await Pi(e),p=ji(e),u=Qr(a,s),m=await Uu(l,e);return await d.add([{role:"user",content:String(n)}],{userId:p,infer:m,metadata:{memoryKey:c||null,category:s,tier:u,source:i||"zibby-chat",ticketKey:o||null,created_at:xe()}}),JSON.stringify({ok:!0,backend:"mem0",userId:p,category:s,tier:u,infer:m,memoryKey:c||null,stored:String(n).slice(0,100)})}catch(d){throw new Error(`mem0 store failed: ${d.message}. If mem0 is not installed, run: npm install mem0ai`,{cause:d})}}function Du(r,t){let{query:e,category:n,ticketKey:s,tier:i,limit:o=20}=r,a=[];e&&a.push(`content LIKE ${v(`%${e}%`)}`),n&&a.push(`category = ${v(n)}`),s&&a.push(`ticket_key = ${v(s)}`),i&&a.push(`tier = ${v(i)}`);let l=`SELECT id, memory_key, category, content, source, ticket_key, tier, relevance, created_at
|
|
721
721
|
FROM chat_memory ${a.length>0?`WHERE ${a.join(" AND ")}`:""}
|
|
722
722
|
ORDER BY relevance DESC, created_at DESC
|
|
723
|
-
LIMIT ${o}`,d=ve(t,l);return JSON.stringify({total:d.length,memories:d})}async function
|
|
723
|
+
LIMIT ${o}`,d=ve(t,l);return JSON.stringify({total:d.length,memories:d})}async function Bi(r,t,e){let{query:n,category:s,ticketKey:i,tier:o,limit:a=20}=r;try{let c=await Pi(e),l=ji(e),d=[];if(n&&String(n).trim()){let p=await c.search(String(n),{filters:{user_id:l},topK:a});d=Ni(p)}else{let p=await c.getAll({filters:{user_id:l},topK:Math.max(a,50)});d=Ni(p)}return s&&(d=d.filter(p=>p.category===s)),i&&(d=d.filter(p=>p.ticket_key===i)),o&&(d=d.filter(p=>p.tier===o)),d=d.slice(0,a),JSON.stringify({total:d.length,memories:d,backend:"mem0"})}catch(c){throw new Error(`mem0 recall failed: ${c.message}. If mem0 is not installed, run: npm install mem0ai`,{cause:c})}}function Ju(r,t){let{ticketKey:e}=r;Fu(t);let s=ve(t,`SELECT session_id, summary, tickets, tasks_run, tasks_passed, tasks_failed, created_at
|
|
724
724
|
FROM chat_sessions ORDER BY created_at DESC LIMIT 5`),i=e?`AND ticket_key = ${v(e)}`:"",o=ve(t,`SELECT memory_key, category, content, source, tier, relevance, created_at FROM chat_memory
|
|
725
725
|
WHERE tier = 'long' ${i} ORDER BY relevance DESC, created_at DESC LIMIT 10`),a=ve(t,`SELECT memory_key, category, content, source, tier, relevance, created_at FROM chat_memory
|
|
726
726
|
WHERE tier = 'mid' ${i} ORDER BY relevance DESC, created_at DESC LIMIT 8`),l=ve(t,`SELECT type, status, COUNT(*) as cnt FROM chat_tasks
|
|
727
|
-
GROUP BY type, status ORDER BY cnt DESC LIMIT 10`),d=
|
|
728
|
-
VALUES (${v(c)}, ${v(e)}, ${v(n)}, ${s}, ${i}, ${o}, ${v(a)}, ${v(xe())})`),a)for(let l of a.split(";").map(d=>d.trim()).filter(Boolean))
|
|
729
|
-
VALUES (${v(c)}, ${v(i)}, ${v(n)}, ${v(e)}, ${v(s)}, ${v(o)}, ${v(l)}, ${v(a)}, ${v(xe())}, ${v(xe())})`);try{G(t,["add","."]),G(t,["commit","-m",`task: ${s} \u2014 ${e.slice(0,60)}`])}catch{}return JSON.stringify({ok:!0,id:c,title:e,type:n,status:s})}function
|
|
727
|
+
GROUP BY type, status ORDER BY cnt DESC LIMIT 10`),d=Li([...o,...a]);return JSON.stringify({recentSessions:s,topMemories:d,taskStats:l,ticketFilter:e||null})}async function Mu(r,t,e){let{ticketKey:n}=r,s=await Bi({limit:80},t,e),i=JSON.parse(s||"{}"),o=Array.isArray(i.memories)?i.memories:[];n&&(o=o.filter(u=>u.ticket_key===n));let a=u=>{let m=Date.parse(String(u?.created_at||""))||0;return Number(u?.relevance||0)*1e12+m},c=(u,m)=>a(m)-a(u),l=o.filter(u=>u.tier==="long").sort(c).slice(0,10),d=o.filter(u=>u.tier==="mid").sort(c).slice(0,8),p=Li([...l,...d]);return JSON.stringify({recentSessions:[],topMemories:p,taskStats:[],ticketFilter:n||null,backend:"mem0"})}function Di(r,t){let{summary:e,tickets:n,tasksRun:s=0,tasksPassed:i=0,tasksFailed:o=0,keyFacts:a}=r;if(!e)return JSON.stringify({error:"summary is required"});let c=process.env.ZIBBY_CHAT_SESSION_ID||`session_${ar()}`;if(H(t,`INSERT INTO chat_sessions (session_id, summary, tickets, tasks_run, tasks_passed, tasks_failed, key_facts, created_at)
|
|
728
|
+
VALUES (${v(c)}, ${v(e)}, ${v(n)}, ${s}, ${i}, ${o}, ${v(a)}, ${v(xe())})`),a)for(let l of a.split(";").map(d=>d.trim()).filter(Boolean))Ui({content:l,category:"fact",source:"session_summary",tier:"mid"},t);qu(t);try{G(t,["add","."]),G(t,["commit","-m",`session end: ${e.slice(0,60)}`])}catch{}return JSON.stringify({ok:!0,sessionId:c,summary:e.slice(0,200)})}function Ji(r,t){let{title:e,type:n,status:s,ticketKey:i,specPath:o,resultSummary:a}=r;if(!e||!n||!s)return JSON.stringify({error:"title, type, and status are required"});let c=ar(),l=process.env.ZIBBY_CHAT_SESSION_ID||null;H(t,`INSERT INTO chat_tasks (id, ticket_key, type, title, status, spec_path, session_id, result_summary, created_at, finished_at)
|
|
729
|
+
VALUES (${v(c)}, ${v(i)}, ${v(n)}, ${v(e)}, ${v(s)}, ${v(o)}, ${v(l)}, ${v(a)}, ${v(xe())}, ${v(xe())})`);try{G(t,["add","."]),G(t,["commit","-m",`task: ${s} \u2014 ${e.slice(0,60)}`])}catch{}return JSON.stringify({ok:!0,id:c,title:e,type:n,status:s})}function Mi(r,t){let{ticketKey:e,type:n,status:s,limit:i=20}=r,o=[];e&&o.push(`ticket_key = ${v(e)}`),n&&o.push(`type = ${v(n)}`),s&&o.push(`status = ${v(s)}`);let c=`SELECT id, ticket_key, type, title, status, spec_path, result_summary, created_at, finished_at
|
|
730
730
|
FROM chat_tasks ${o.length>0?`WHERE ${o.join(" AND ")}`:""}
|
|
731
|
-
ORDER BY created_at DESC LIMIT ${i}`,l=ve(t,c);return JSON.stringify({total:l.length,tasks:l})}function
|
|
731
|
+
ORDER BY created_at DESC LIMIT ${i}`,l=ve(t,c);return JSON.stringify({total:l.length,tasks:l})}function qu(r){try{H(r,"UPDATE chat_memory SET relevance = relevance * 0.98 WHERE tier = 'long' AND relevance > 0.5"),H(r,"UPDATE chat_memory SET relevance = relevance * 0.90 WHERE tier = 'mid' AND relevance > 0.1"),H(r,"UPDATE chat_memory SET relevance = relevance * 0.70 WHERE tier = 'short' AND relevance > 0.05"),H(r,"DELETE FROM chat_memory WHERE relevance < 0.05")}catch{}}function Fu(r){try{let t=new Date(Date.now()-864e5).toISOString();H(r,`DELETE FROM chat_memory WHERE tier = 'short' AND created_at < ${v(t)}`)}catch{}}import{existsSync as qi,readFileSync as Ku}from"node:fs";import{homedir as Gu}from"node:os";import{join as Hu,dirname as Yu,resolve as zu}from"node:path";import{fileURLToPath as Wu}from"node:url";function Zu(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=Yu(Wu(import.meta.url)),t=zu(r,"..","bin","mcp-skill.mjs");return qi(t)?t:null}function Vu(){if(process.env.PROJECT_API_TOKEN)return process.env.PROJECT_API_TOKEN;if(process.env.ZIBBY_USER_TOKEN)return process.env.ZIBBY_USER_TOKEN;try{let r=Hu(Gu(),".zibby","config.json");return qi(r)&&JSON.parse(Ku(r,"utf-8")).sessionToken||null}catch{return null}}function Xu(){return process.env.ZIBBY_ACCOUNT_API_URL?process.env.ZIBBY_ACCOUNT_API_URL.replace(/\/$/,""):(process.env.ZIBBY_ENV||"prod")==="local"?"http://localhost:3001":process.env.ZIBBY_PROD_ACCOUNT_API_URL||"https://api-prod.zibby.app"}function Qu(){return(typeof process.env.WORKFLOW_TYPE=="string"?process.env.WORKFLOW_TYPE.trim():"")||"agent"}function en(r){return`${Qu()}:${r}`}async function tn(r,t){let e=Vu();if(!e)throw new Error("No backend credential (PROJECT_API_TOKEN). KV memory is only available inside a Zibby run.");let n=`${Xu()}/credits/review-memory`,s=await fetch(n,{method:"POST",headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json"},body:JSON.stringify({op:r,...t})});if(!s.ok){let i=await s.text().catch(()=>"");throw new Error(`KV memory ${r} failed (${s.status}): ${i.slice(0,300)}`)}return s.json()}var Fi={id:"kv-memory",callsBackend:!0,serverName:"kv_memory",allowedTools:["mcp__kv_memory__*"],description:"KV memory \u2014 a private, per-agent persistent key\u2192value store across stateless runs (auto-namespaced)",promptFragment:`## KV Memory (private, per-agent, persistent key-value store)
|
|
732
732
|
You have a PRIVATE per-agent key-value memory that survives across your
|
|
733
733
|
stateless runs. It is automatically namespaced to YOU (this agent type) \u2014 other
|
|
734
734
|
agents cannot see or collide with your entries, and you don't need to prefix
|
|
@@ -743,7 +743,7 @@ Tools:
|
|
|
743
743
|
Use to record durable facts \u2014 e.g. dedup markers, prior decisions, summaries.
|
|
744
744
|
|
|
745
745
|
Your namespace is added for you automatically; pass plain keys like
|
|
746
|
-
"seen#owner/repo#42" or "lastRun".`,resolve(){let r=
|
|
746
|
+
"seen#owner/repo#42" or "lastRun".`,resolve(){let r=Zu();if(!r)return{command:null,args:[],env:{},description:this.description};let t={};for(let e of["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV","ZIBBY_PROD_ACCOUNT_API_URL","ZIBBY_USER_TOKEN","WORKFLOW_TYPE"])process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/kvMemory.js","kvMemorySkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{switch(r){case"kv_recall":{let e=typeof t?.key=="string"?t.key.trim():"";if(!e)return JSON.stringify({error:"key is required"});let n=await tn("recall",{scope:en(e)});return JSON.stringify(n)}case"kv_recall_prefix":{let e=typeof t?.keyPrefix=="string"?t.keyPrefix.trim():"";if(!e)return JSON.stringify({error:"keyPrefix is required"});let n=await tn("recall-prefix",{scopePrefix:en(e)});return JSON.stringify(n)}case"kv_store":{let e=typeof t?.key=="string"?t.key.trim():"";if(!e)return JSON.stringify({error:"key is required"});if(typeof t?.content!="string"||t.content.length===0)return JSON.stringify({error:"content is required (non-empty string)"});let n={scope:en(e),content:t.content};t.metadata!=null&&(n.metadata=t.metadata);let s=await tn("store",n);return JSON.stringify(s)}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"kv_recall",description:'Recall the value you stored under a plain key (exact match). Your per-agent namespace is added automatically \u2014 pass a plain key like "seen#owner/repo#42".',input_schema:{type:"object",properties:{key:{type:"string",description:'Plain storage key (no namespace prefix needed) \u2014 e.g. "seen#owner/repo#42" or "lastRun".'}},required:["key"]}},{name:"kv_recall_prefix",description:'List your entries whose plain key STARTS WITH a prefix (e.g. "seen#"). Your per-agent namespace is added automatically. Capped at 25.',input_schema:{type:"object",properties:{keyPrefix:{type:"string",description:'Plain key prefix to match (no namespace prefix needed) \u2014 e.g. "seen#".'}},required:["keyPrefix"]}},{name:"kv_store",description:"Store (overwrite) a value under a plain key so a later run of yours can recall it. Your per-agent namespace is added automatically.",input_schema:{type:"object",properties:{key:{type:"string",description:"Plain storage key (no namespace prefix needed). Same key you recall by."},content:{type:"string",description:"The value to persist. Free-form markdown/text."},metadata:{type:"object",description:"Optional structured metadata."}},required:["key","content"]}}]};import{existsSync as Gi,readFileSync as em}from"node:fs";import{homedir as tm}from"node:os";import{join as rm,dirname as nm,resolve as sm}from"node:path";import{fileURLToPath as im}from"node:url";function om(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=nm(im(import.meta.url)),t=sm(r,"..","bin","mcp-skill.mjs");return Gi(t)?t:null}function Hi(){if(process.env.PROJECT_API_TOKEN)return process.env.PROJECT_API_TOKEN;if(process.env.ZIBBY_USER_TOKEN)return process.env.ZIBBY_USER_TOKEN;try{let r=rm(tm(),".zibby","config.json");return Gi(r)&&JSON.parse(em(r,"utf-8")).sessionToken||null}catch{return null}}function Yi(){return process.env.ZIBBY_ACCOUNT_API_URL?process.env.ZIBBY_ACCOUNT_API_URL.replace(/\/$/,""):(process.env.ZIBBY_ENV||"prod")==="local"?"http://localhost:3001":process.env.ZIBBY_PROD_ACCOUNT_API_URL||"https://api-prod.zibby.app"}function Ki(){return(typeof process.env.WORKFLOW_TYPE=="string"?process.env.WORKFLOW_TYPE.trim():"")||"agent"}function am(){let r={};for(let[t,e]of Object.entries(process.env)){let n=/^ZIBBY_STORE__(.+)$/.exec(t);if(!n)continue;let s=typeof e=="string"?e.trim():"";s&&(r[n[1]]=s)}return r}var zi={};function Le(r){let t={...am(),...zi},e=Object.keys(t),n=typeof r=="string"?r.trim():"";return n?Object.prototype.hasOwnProperty.call(t,n)?{storeId:t[n],name:n}:{error:`unknown store '${n}'; available: ${e.join(", ")}`}:e.length===1?{storeId:t[e[0]],name:e[0]}:e.length===0?{error:"no stores bound to this agent"}:{error:`multiple stores are bound; pass \`store\` (one of: ${e.join(", ")})`}}async function cm(r){let t=Hi();if(!t)throw new Error("No backend credential (PROJECT_API_TOKEN). Stores are only available inside a Zibby run.");let e=await fetch(`${Yi()}/datasets/stores/ensure`,{method:"POST",headers:{Authorization:`Bearer ${t}`,"Content-Type":"application/json"},body:JSON.stringify(r)});if(!e.ok){let n=await e.text().catch(()=>"");throw new Error(`ensure_store failed (${e.status}): ${n.slice(0,300)}`)}return e.json()}async function me(r,t,e){let n=Hi();if(!n)throw new Error("No backend credential (PROJECT_API_TOKEN). Dataset store is only available inside a Zibby run.");let s=`${Yi()}/datasets/stores/${encodeURIComponent(r)}/${t}`,i=await fetch(s,{method:"POST",headers:{Authorization:`Bearer ${n}`,"Content-Type":"application/json"},body:JSON.stringify(e)});if(!i.ok){let o=await i.text().catch(()=>"");throw new Error(`Store ${t} failed (${i.status}): ${o.slice(0,300)}`)}return i.json()}var lm=Math.floor(3.5*1024*1024);async function dm(r,t,e,n){let s=await me(r,"put-url",{path:t,contentType:n});if(!s?.url)throw new Error("put-url did not return an upload URL");let i=await fetch(s.url,{method:s.method||"PUT",headers:s.headers||{"Content-Type":n},body:e});if(!i.ok){let o=await i.text().catch(()=>"");throw new Error(`direct upload failed (${i.status}): ${o.slice(0,200)}`)}return{ok:!0,path:s.path||t,size:e.length,contentType:s.contentType||n,via:"presign"}}async function pm(r,t){let e=await me(r,"get-url",{path:t});if(!e?.url)throw new Error("get-url did not return a download URL");let n=await fetch(e.url,{method:e.method||"GET"});if(!n.ok){let i=await n.text().catch(()=>"");throw new Error(`direct download failed (${n.status}): ${i.slice(0,200)}`)}let s=await n.arrayBuffer();return{buf:Buffer.from(s),contentType:n.headers.get("content-type")||"application/octet-stream"}}var Wi={id:"dataset-store",callsBackend:!0,serverName:"dataset_store",allowedTools:["mcp__dataset_store__*"],description:"Dataset store \u2014 a durable, queryable store for structured JSON records; append rows now, run SQL-style aggregations/reports later",promptFragment:`## Dataset Store (durable, queryable structured-record store)
|
|
747
747
|
You have one or more durable stores for STRUCTURED records that survive across
|
|
748
748
|
your stateless runs. Unlike key-value memory (for picking up where you left
|
|
749
749
|
off), this is for accumulating DATA you want to QUERY and AGGREGATE later \u2014 e.g.
|
|
@@ -790,7 +790,7 @@ Tools:
|
|
|
790
790
|
- file_list: (file stores) List stored files (optionally by path prefix).
|
|
791
791
|
- file_delete: (file stores) Delete ONE file by path.
|
|
792
792
|
Pick the tool that matches the store's TYPE; using a dataset tool on a sqlite
|
|
793
|
-
store (or a file tool on either, etc.) is rejected.`,resolve(){let r=tm();if(!r)return{command:null,args:[],env:{},description:this.description};let t={};for(let e of["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV","ZIBBY_PROD_ACCOUNT_API_URL","ZIBBY_USER_TOKEN","WORKFLOW_TYPE"])process.env[e]&&(t[e]=process.env[e]);for(let e of Object.keys(process.env))/^ZIBBY_STORE__.+$/.test(e)&&process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/datasetStore.js","datasetStoreSkill"],env:t,description:this.description,alwaysLoad:!1}},async handleToolCall(r,t){try{switch(r){case"dataset_append":{if(t?.record==null||typeof t.record!="object"||Array.isArray(t.record))return JSON.stringify({error:"record is required (a JSON object)"});let e=Le(t?.store);if(e.error)return JSON.stringify({error:e.error});let n=typeof t?.agent=="string"&&t.agent.trim()?t.agent.trim():Fi(),s={record:t.record,agent:n};typeof t?.description=="string"&&t.description.trim()&&(s.description=t.description.trim());let i=await me(e.storeId,"append",s);return JSON.stringify({...i,store:e.name,storeId:e.storeId})}case"dataset_query":{let e=Le(t?.store);if(e.error)return JSON.stringify({error:e.error});let n={};for(let i of["select","where","groupBy","orderBy","limit","since","until","agent"])t?.[i]!=null&&(n[i]=t[i]);let s=await me(e.storeId,"query",n);return JSON.stringify({...s,store:e.name,storeId:e.storeId})}case"ensure_store":{let e=typeof t?.name=="string"?t.name.trim():"";if(!e)return JSON.stringify({error:"name is required"});let n=typeof t?.type=="string"&&t.type.trim()?t.type.trim().toLowerCase():"sqlite",s=typeof t?.description=="string"?t.description.trim():"",i=await nm({name:e,type:n,description:s,namespace:Fi()});return i?.storeId&&(Yi[e]=i.storeId),JSON.stringify({...i,store:e})}case"file_put":{let e=Le(t?.store);if(e.error)return JSON.stringify({error:e.error});if(typeof t?.path!="string"||!t.path.trim())return JSON.stringify({error:'path is required (a relative file path like "reports/2026-07.json")'});let n=typeof t?.content=="string",s=typeof t?.contentBase64=="string"&&t.contentBase64.length>0;if(!n&&!s)return JSON.stringify({error:"content (text) or contentBase64 (base64 bytes) is required"});let i=t.path.trim(),o=typeof t?.contentType=="string"&&t.contentType.trim()?t.contentType.trim():"",a=n?Buffer.from(t.content,"utf8"):Buffer.from(String(t.contentBase64).replace(/\s+/g,""),"base64");if(a.length>sm){let d=o||(n?"text/plain; charset=utf-8":"application/octet-stream"),p=await im(e.storeId,i,a,d);return JSON.stringify({...p,store:e.name,storeId:e.storeId})}let c={path:i};n?c.content=t.content:c.contentBase64=t.contentBase64,o&&(c.contentType=o);let l=await me(e.storeId,"put",c);return JSON.stringify({...l,store:e.name,storeId:e.storeId})}case"file_get":{let e=Le(t?.store);if(e.error)return JSON.stringify({error:e.error});if(typeof t?.path!="string"||!t.path.trim())return JSON.stringify({error:"path is required"});let n=t.path.trim(),s;try{s=await me(e.storeId,"get",{path:n})}catch(c){if(!/failed \(413\)/.test(c?.message||""))throw c;let l=await om(e.storeId,n);s={path:n,size:l.buf.length,contentType:l.contentType,lastModified:null,contentBase64:l.buf.toString("base64")}}let i={ok:!0,store:e.name,storeId:e.storeId,path:s.path,size:s.size,contentType:s.contentType,lastModified:s.lastModified},o=Buffer.from(s.contentBase64||"","base64"),a=o.toString("utf8");return Buffer.compare(Buffer.from(a,"utf8"),o)===0&&!a.includes("\0")?(i.content=a,i.encoding="utf8"):(i.contentBase64=s.contentBase64,i.encoding="base64"),JSON.stringify(i)}case"file_list":{let e=Le(t?.store);if(e.error)return JSON.stringify({error:e.error});let n={};typeof t?.prefix=="string"&&t.prefix.trim()&&(n.prefix=t.prefix.trim()),t?.limit!=null&&(n.limit=t.limit),typeof t?.cursor=="string"&&t.cursor&&(n.cursor=t.cursor);let s=await me(e.storeId,"list",n);return JSON.stringify({...s,store:e.name,storeId:e.storeId})}case"file_delete":{let e=Le(t?.store);if(e.error)return JSON.stringify({error:e.error});if(typeof t?.path!="string"||!t.path.trim())return JSON.stringify({error:"path is required"});let n=await me(e.storeId,"delete",{path:t.path.trim()});return JSON.stringify({...n,store:e.name,storeId:e.storeId})}case"sqlite_exec":case"sqlite_query":{let e=Le(t?.store);if(e.error)return JSON.stringify({error:e.error});if(typeof t?.sql!="string"||!t.sql.trim())return JSON.stringify({error:"sql is required (a non-empty SQL string)"});let n={sql:t.sql};r==="sqlite_query"&&(n.readOnly=!0),Array.isArray(t?.params)&&(n.params=t.params);let s=await me(e.storeId,"sql",n);return JSON.stringify({...s,store:e.name,storeId:e.storeId})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"dataset_append",description:"Append ONE structured JSON record to a bound store, durably. Records persist across your stateless runs and are auto-tagged with your agent type so you can filter to your own writes later. Use to accumulate data you will query/aggregate (e.g. per-run metrics, processed items). Append ONE record per call.",input_schema:{type:"object",properties:{store:{type:"string",description:'The logical store NAME to write to (e.g. "scorecards"), taken from the AVAILABLE STORES list \u2014 pick by description. NOT an id. If exactly one store is bound you may omit this and it defaults to that store; you can ONLY write to a bound store name.'},record:{type:"object",description:'An arbitrary JSON object \u2014 one row of data. Its keys become queryable fields (e.g. {"repo":"owner/x","stars":1200}). One record per call.'},description:{type:"string",description:"Optional, informational note about this write. The store already exists from deploy, so this is not required and does not create anything."},agent:{type:"string",description:"Optional writing-agent tag. Defaults to your own agent type \u2014 leave unset to auto-tag."}},required:["record"]}},{name:"dataset_query",description:"Run a SQL-style query over a bound store to build reports: select/aggregate (count|sum|avg|min|max), filter, group, order, limit, and bound by month. Returns { columns, rows }. Use this to compute summaries/aggregations from records you appended earlier.",input_schema:{type:"object",properties:{store:{type:"string",description:'The logical store NAME to query (e.g. "scorecards"), taken from the AVAILABLE STORES list \u2014 pick by description. NOT an id. If exactly one store is bound you may omit this and it defaults to that store.'},select:{type:"array",description:"Columns to return. Each item is { field?, agg?, as? }. agg \u2208 count|sum|avg|min|max; omit field for count(*). Omit `select` entirely to return raw rows."},where:{type:"array",description:"Filters, ANDed. Each item is { field, op, value }; op \u2208 eq|ne|gt|gte|lt|lte|like. `field` is a JSON key of the stored record."},groupBy:{type:"array",description:"Field names to group by (array of strings) for aggregation."},orderBy:{type:"array",description:"Sort spec. Each item is { field|as, dir }; dir \u2208 asc|desc."},limit:{type:"number",description:"Maximum number of rows to return."},since:{type:"string",description:"Inclusive lower bound month, 'yyyy-MM' (e.g. '2026-01')."},until:{type:"string",description:"Inclusive upper bound month, 'yyyy-MM' (e.g. '2026-06')."},agent:{type:"string",description:"Filter to records written by one agent namespace. Omit to query across all writers."}},required:[]}},{name:"ensure_store",description:'Create (or reuse) a store ON DEMAND for THIS agent \u2014 use when you need a store that was NOT declared/bound at deploy. Idempotent by name and private to this agent: calling again with the same name returns the SAME store (safe to call at the start of every run). Returns { storeId }. For type "sqlite" you then define schema with sqlite_exec (CREATE TABLE IF NOT EXISTS) and read/write via sqlite_exec/sqlite_query using this name.',input_schema:{type:"object",properties:{name:{type:"string",description:'A short logical name for the store (e.g. "linkedin_posts"). Letters, digits, _ and - only.'},type:{type:"string",enum:["sqlite","dataset","file"],description:'Store type. "sqlite" (default) = a mutable relational DB whose schema YOU define with SQL. "dataset" = append-only JSON records for later aggregation/analytics. "file" = arbitrary file/blob storage by relative path (file_put/file_get/file_list/file_delete).'},description:{type:"string",description:"What this store is for (shown in the Storage UI)."}},required:["name"]}},{name:"sqlite_exec",description:"For SQLITE-type stores: run SQL that CHANGES data \u2014 CREATE TABLE (use IF NOT EXISTS), INSERT, UPDATE, DELETE (one or more statements in one call). The store is a real, mutable SQLite database that persists across your stateless runs. Returns { rowsModified, wrote }. Use this to build schema on the fly and to update rows / track changing state (e.g. a queue with a status column).",input_schema:{type:"object",properties:{store:{type:"string",description:"The logical store NAME (a sqlite-type store from AVAILABLE STORES) \u2014 pick by description. NOT an id. If exactly one store is bound you may omit this."},sql:{type:"string",description:'The SQL to run. May contain multiple statements separated by ";". Prefer CREATE TABLE IF NOT EXISTS for idempotent schema.'},params:{type:"array",description:'Optional positional bind params for a SINGLE parameterized statement (safe binding of values), e.g. sql "UPDATE t SET s=? WHERE id=?" with params ["done", 1].'}},required:["sql"]}},{name:"sqlite_query",description:"For SQLITE-type stores: run a read-only SELECT (optionally with `params` for safe binding) against the store's SQLite database. Returns { columns, rows }. Never changes data. Use to read back rows/state you stored earlier.",input_schema:{type:"object",properties:{store:{type:"string",description:"The logical store NAME (a sqlite-type store from AVAILABLE STORES) \u2014 pick by description. NOT an id. If exactly one store is bound you may omit this."},sql:{type:"string",description:"A single SELECT statement. Use ? placeholders + `params` for any values."},params:{type:"array",description:'Optional positional bind params for the SELECT, e.g. ["linkedin_personal"].'}},required:["sql"]}},{name:"file_put",description:"For FILE-type stores: write (or overwrite) ONE file at a relative path \u2014 raw JSON dumps, CSVs, images, snapshots, any blob you want to keep across your stateless runs. Text goes in `content`; binary goes base64-encoded in `contentBase64` (pass exactly one). SIZE: there is no practical limit \u2014 anything over ~3.5 MiB is streamed straight to object storage via a presigned URL automatically, so do NOT gzip, base64-wrap, chunk or split a file just to make it fit. Non-ASCII paths (e.g. \u4E2A\u4EBA\u62A5\u544A.html) are fine \u2014 do not transliterate. Overwriting the same path UPDATES the file. Returns { ok, path, size }.",input_schema:{type:"object",properties:{store:{type:"string",description:"The logical store NAME (a file-type store from AVAILABLE STORES) \u2014 pick by description. NOT an id. If exactly one store is bound you may omit this."},path:{type:"string",description:'Relative file path, e.g. "dumps/run-42.json" or "img/chart.png". Letters, digits, ".", "_", "-" and "/" only; no "..", no leading "/".'},content:{type:"string",description:"Text content (UTF-8). Use for JSON/CSV/text files."},contentBase64:{type:"string",description:"Base64-encoded binary content (images etc.). Alternative to `content`."},contentType:{type:"string",description:'Optional MIME type (e.g. "application/json", "image/png"). Defaults sensibly.'}},required:["path"]}},{name:"file_get",description:'For FILE-type stores: read ONE stored file back by its relative path. Text files come back as `content` (encoding "utf8"); binary files come back as `contentBase64` (encoding "base64"). Returns { path, size, contentType, lastModified, content|contentBase64, encoding }.',input_schema:{type:"object",properties:{store:{type:"string",description:"The logical store NAME (a file-type store from AVAILABLE STORES). If exactly one store is bound you may omit this."},path:{type:"string",description:"The relative file path to fetch (as listed by file_list / used in file_put)."}},required:["path"]}},{name:"file_list",description:'For FILE-type stores: list the stored files \u2014 each entry has { path, size, lastModified }. Optionally filter by a path `prefix` (e.g. "dumps/"). Paginated via `cursor` when there are more results.',input_schema:{type:"object",properties:{store:{type:"string",description:"The logical store NAME (a file-type store from AVAILABLE STORES). If exactly one store is bound you may omit this."},prefix:{type:"string",description:'Optional path prefix filter, e.g. "dumps/" or "reports/2026".'},limit:{type:"number",description:"Max entries to return (default/max 1000)."},cursor:{type:"string",description:"Pagination cursor from a previous file_list response (nextCursor)."}},required:[]}},{name:"file_delete",description:"For FILE-type stores: delete ONE stored file by its relative path. Returns { ok, path, deleted }. Errors if the path does not exist.",input_schema:{type:"object",properties:{store:{type:"string",description:"The logical store NAME (a file-type store from AVAILABLE STORES). If exactly one store is bound you may omit this."},path:{type:"string",description:"The relative file path to delete."}},required:["path"]}}]};import{SKILL_META as Gm}from"@zibby/skill-ids";import{existsSync as uo,readFileSync as Hm}from"node:fs";import{homedir as Ym}from"node:os";import{join as zm,dirname as Wm,resolve as Zm}from"node:path";import{fileURLToPath as Vm}from"node:url";import{existsSync as am}from"node:fs";import{dirname as cm,resolve as lm}from"node:path";import{fileURLToPath as dm}from"node:url";var Q={ZERO_WIDTH:"zero-width-bar",ROW_COUNT:"data-row-count",ROW_MISSING:"data-row-missing",BAR_COUNT:"data-bar-count",BAR_PROPORTION:"bar-proportion",VALUE_MISMATCH:"data-value-mismatch",PLACEHOLDER_TEXT:"placeholder-text",OVERFLOW:"overflow-clipped"},pm=5,um=20,mm=.04,hm=3,fm=.5;function ae(r,t){if(t==null||t<0)return null;let e=1;for(let n=0;n<t&&n<r.length;n+=1)r.charCodeAt(n)===10&&(e+=1);return e}function ce(r,t,e){let n=t[e.code]||0;n>=pm||r.length>=um||(t[e.code]=n+1,r.push(e))}var ym={amp:"&",lt:"<",gt:">",quot:'"',apos:"'",nbsp:" ",ndash:"\u2013",mdash:"\u2014",hellip:"\u2026"};function Vi(r){return String(r).replace(/&(#x?[0-9a-f]+|[a-z]+);/gi,(t,e)=>{if(e[0]==="#"){let s=e[1]==="x"||e[1]==="X"?parseInt(e.slice(2),16):parseInt(e.slice(1),10);return Number.isFinite(s)?String.fromCodePoint(s):t}let n=ym[String(e).toLowerCase()];return n??t})}function ze(r){return Vi(String(r??"")).replace(/\s+/g," ").trim().toLowerCase()}function Wi(r){return Math.round(r*10)/10}var gm=new Set(["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"]),nn=new Set(["script","style","textarea"]),_m=new Set(["span","a","em","strong","b","i","u","s","small","code","label","abbr","cite","q","sub","sup","mark","time","var","kbd","samp","font","tt"]),bm=/^<\s*(\/?)\s*([a-zA-Z][a-zA-Z0-9:_.-]*)((?:"[^"]*"|'[^']*'|[^>"'])*?)(\/?)>/;function km(r){let t={},e=/([a-zA-Z_:][-a-zA-Z0-9_:.]*)\s*=\s*("([^"]*)"|'([^']*)'|([^\s"'=<>`]+))|([a-zA-Z_:][-a-zA-Z0-9_:.]*)/g,n;for(;(n=e.exec(r))!==null;)n[1]?t[n[1].toLowerCase()]=n[3]!=null?n[3]:n[4]!=null?n[4]:n[5]==null?"":n[5]:n[6]&&(t[n[6].toLowerCase()]="");return t}function wm(r){let t={tag:"#root",attrs:{},children:[],parent:null,start:0},e=t,n=[t],s=0,i=(o,a)=>{if(a<=o)return;let c=r.slice(o,a);c.trim()&&e.children.push({tag:"#text",attrs:{},children:[],parent:e,start:o,value:c})};for(;s<r.length;){let o=r.indexOf("<",s);if(o<0){i(s,r.length);break}if(i(s,o),r.startsWith("<!--",o)){let p=r.indexOf("-->",o);s=p<0?r.length:p+3;continue}if(r.startsWith("<!",o)||r.startsWith("<?",o)){let p=r.indexOf(">",o);s=p<0?r.length:p+1;continue}let a=bm.exec(r.slice(o));if(!a){s=o+1;continue}let c=a[0],l=a[2].toLowerCase();if(a[1]){for(let p=n.length-1;p>0;p-=1)if(n[p].tag===l){n.length=p,e=n[p-1];break}s=o+c.length;continue}let d={tag:l,attrs:km(a[3]||""),children:[],parent:e,start:o};if(e.children.push(d),s=o+c.length,!(a[4]||gm.has(l))){if(nn.has(l)){let p=r.slice(s),u=new RegExp(`</\\s*${l}\\s*>`,"i").exec(p);d.raw=u?p.slice(0,u.index):p,s+=u?u.index+u[0].length:p.length;continue}n.push(d),e=d}}return t}function je(r,t){for(let e of r.children)e.tag!=="#text"&&(t(e),je(e,t))}function lr(r){let t=[],e=n=>{for(let s of n.children)s.tag==="#text"?t.push(s.value||""):(t.push(" "),e(s),t.push(" "))};return e(r),ze(t.join(""))}function Sm(r){let t=[],e=n=>{for(let s of n.children)s.tag==="#text"?t.push({value:s.value||"",start:s.start,parent:n}):s.tag!=="pre"&&s.tag!=="code"&&e(s)};return e(r),t}function bt(r){let t={};for(let e of String(r||"").split(";")){let n=e.indexOf(":");n<0||(t[e.slice(0,n).trim().toLowerCase()]=e.slice(n+1).trim().replace(/\s*!important$/i,""))}return t}function vm(r){let t=[];return je(r,e=>{if(e.tag!=="style"||!e.raw)return;let n=e.raw.replace(/@[a-z-]+[^{]*\{/gi," "),s=/([^{}]+)\{([^{}]*)\}/g,i;for(;(i=s.exec(n))!==null;){let o=bt(i[2]);for(let a of i[1].split(",")){let c=a.trim();if(!c||/[\s>+~:[\]*]/.test(c))continue;let l=[],d=null,p=null,u=!0,m=/([.#]?)([A-Za-z_][-\w]*)/g,h;for(;(h=m.exec(c))!==null;)if(h[1]===".")l.push(h[2].toLowerCase());else if(h[1]==="#")d=h[2];else if(h.index===0)p=h[2].toLowerCase();else{u=!1;break}u&&(p||d||l.length)&&t.push({classes:l,id:d,tag:p,decls:o})}}}),t}function Xi(r){return String(r.attrs.class||"").split(/\s+/).filter(Boolean).map(t=>t.toLowerCase())}function Im(r,t,e){if(r.tag&&r.tag!==t.tag||r.id&&r.id!==t.attrs.id)return!1;for(let n of r.classes)if(e.indexOf(n)<0)return!1;return!0}function he(r,t,e){let n=bt(r.attrs.style)[t];if(n!=null&&n!=="")return n.toLowerCase();let s=Xi(r),i=null;for(let o of e){if(!Im(o,r,s))continue;let a=o.decls[t];a!=null&&a!==""&&(i=a.toLowerCase())}return i}function Zi(r,t){let e=he(r,"display",t);return e||(_m.has(r.tag)?"inline":"block")}function rn(r){if(!r)return null;let t=/^(-?\d+(?:\.\d+)?)px$/.exec(String(r).trim());return t?Number(t[1]):null}function Qi(r){if(!r)return null;let t=/^(-?\d+(?:\.\d+)?)%$/.exec(String(r).trim());return t?Number(t[1]):null}function cr(r){return r!=null&&typeof r=="object"&&!Array.isArray(r)}function Nm(r){if(!r.length||!cr(r[0]))return r.map(n=>n==null?"":String(n));let t=null,e=0;for(let n of Object.keys(r[0])){let s=r.map(o=>cr(o)&&o[n]!=null?String(o[n]):"");if(s.some(o=>o.length<2))continue;let i=new Set(s.map(ze)).size;if(i>e&&(e=i,t=s),i===r.length)break}return t||r.map((n,s)=>String(cr(n)?Object.values(n)[0]==null?s:Object.values(n)[0]:n))}function Om(r){let t=[],e=[],n=new Set,s=(o,a)=>{if(!(a.length<2)){if(a.every(cr)){t.push({path:o,records:a,identities:Nm(a)});let c=Object.keys(a[0]),l=c.filter(p=>a.every(u=>typeof u[p]=="number"&&Number.isFinite(u[p]))),d=c.filter(p=>a.every(u=>typeof u[p]=="string"));l.length===1&&d.length>=1&&e.push({path:o,labels:a.map(p=>String(p[d[0]])),values:a.map(p=>Number(p[l[0]]))});return}a.every(c=>typeof c=="number"&&Number.isFinite(c))&&e.push({path:o,labels:a.map((c,l)=>`#${l}`),values:a.slice()})}},i=(o,a,c)=>{if(!(c>6||o==null||typeof o!="object"||n.has(o))){if(n.add(o),Array.isArray(o)){s(a,o);for(let l=0;l<o.length&&l<200;l+=1)i(o[l],`${a}[${l}]`,c+1);return}for(let l of Object.keys(o))i(o[l],a?`${a}.${l}`:l,c+1)}};return i(r,"",0),{collections:t,series:e}}function Tm(r){let t=String(r||"").match(/[MmLlHhVvZz]|-?\d*\.?\d+(?:e-?\d+)?/gi);if(!t)return null;let e=0,n=0,s="",i=1/0,o=-1/0,a=1/0,c=-1/0,l=()=>{!Number.isFinite(e)||!Number.isFinite(n)||(e<i&&(i=e),e>o&&(o=e),n<a&&(a=n),n>c&&(c=n))},d=0,p=0;for(;d<t.length&&p++<2e4;){let u=t[d];if(/[A-Za-z]/.test(u)&&(s=u,d+=1,s==="Z"||s==="z"))continue;if(d>=t.length)break;let m=()=>{let h=Number(t[d]);return d+=1,h};switch(s){case"M":e=m(),n=m(),l(),s="L";break;case"m":e+=m(),n+=m(),l(),s="l";break;case"L":e=m(),n=m(),l();break;case"l":e+=m(),n+=m(),l();break;case"H":e=m(),l();break;case"h":e+=m(),l();break;case"V":n=m(),l();break;case"v":n+=m(),l();break;default:d+=1;break}}return!Number.isFinite(i)||!Number.isFinite(a)?null:{w:o-i,h:c-a}}var Am=/(^|[-_])(bar|gauge|meter|fill|progress|track)([-_]|$)/i;function Rm(r){let t=r.parent;for(let e=0;t&&e<3;e+=1,t=t.parent){let n=lr(t);if(n)return n}return""}function eo(r,t){if(Xi(r).some(s=>Am.test(s)))return!0;let e=bt(r.attrs.style);return!!(e.background||e["background-color"]||he(r,"background",t)||he(r,"background-color",t))&&lr(r)===""}function Em(r){let t=new Map;for(let n of r)for(let s=n.node.parent;s;s=s.parent)t.set(s,(t.get(s)||0)+1);let e=new Map;for(let n of r){let s=null;for(let i=n.node.parent;i;i=i.parent)if((t.get(i)||0)>=2){s=i;break}s&&(e.has(s)||e.set(s,[]),e.get(s).push(n))}return[...e.values()].filter(n=>n.length>=2)}function xm(r,t){let e=new Map,n=[];je(r,i=>{if(i.tag==="path"||i.tag==="rect"){let d=i.attrs.ecmeta_series_index;if(d==null)return;let p=null;if(i.tag==="rect"){let h=Number(i.attrs.width),f=Number(i.attrs.height);Number.isFinite(h)&&Number.isFinite(f)&&(p={w:h,h:f})}else p=Tm(i.attrs.d||"");if(!p)return;let u=i.attrs.ecmeta_data_index,m=String(d);e.has(m)||e.set(m,[]),e.get(m).push({bar:{node:i,extent:NaN,unit:"user",dataIndex:u==null||u===""?null:Number(u),context:"",start:i.start},box:p});return}if(nn.has(i.tag)||i.tag==="svg")return;let o=bt(i.attrs.style),a=o.width==null?o["inline-size"]:o.width;if(a==null||a==="")return;let c=Qi(a),l=rn(a);c==null&&l==null||eo(i,t)&&n.push({node:i,extent:c??l,unit:c==null?"px":"%",dataIndex:null,context:Rm(i),start:i.start})});let s=[];for(let i of e.values()){if(i.length<2)continue;let o=l=>Math.max(...l)-Math.min(...l),a=o(i.map(l=>l.box.h))>=o(i.map(l=>l.box.w));for(let l of i)l.bar.extent=a?l.box.h:l.box.w;let c=i.map(l=>l.bar).sort((l,d)=>l.dataIndex!=null&&d.dataIndex!=null?l.dataIndex-d.dataIndex:l.start-d.start);s.push(c)}for(let i of Em(n)){let o=i.filter(l=>l.unit==="%"),a=i.filter(l=>l.unit==="px"),c=o.length>=a.length?o:a;c.length>=2&&s.push(c)}return s}function Lm(r){let t=[];return je(r,e=>{if(e.tag!=="table")return;let n=[];je(e,s=>{if(s.tag!=="tr")return;let i=s.children.filter(o=>o.tag==="td"||o.tag==="th");i.length&&i.every(o=>o.tag==="th")||n.push(s)}),t.push({node:e,rows:n,rowTexts:n.map(lr),start:e.start})}),t}function jm(r,t,e,n,s,i,o){let a=lr(t);for(let c of n){let l=c.records.length;if(l<3)continue;let d=[],p=0;for(let y of c.identities){let _=ze(y);!_||_.length<2||(p+=1,a.includes(_)||d.push(String(y)))}if(p<3)continue;let u=p-d.length,m=p?u/p:1,h=null,f=0;for(let y of e){if(!y.rows.length)continue;let _=0,g=new Set;for(let k of y.rowTexts){let O=!1;c.identities.forEach((M,ye)=>{let T=ze(M);T.length>=2&&k.indexOf(T)>=0&&(O=!0,g.add(ye))}),O&&(_+=1)}_<Math.max(2,Math.ceil(y.rows.length*.5))||g.size<Math.ceil(_*.8)||_>f&&(f=_,h=y)}let b=h!=null;o.push({path:c.path||"(root)",records:l,identitiesSearched:p,presentInPage:u,renderedFraction:Number(m.toFixed(3)),boundTableRows:b?h.rows.length:null}),!(m<fm)&&(d.length&&ce(s,i,{code:Q.ROW_MISSING,line:b?ae(r,h.start):1,message:`The data at \`${c.path||"(root)"}\` has ${l} records but ${d.length} of them appear NOWHERE on the page: ${d.slice(0,6).map(y=>JSON.stringify(String(y).slice(0,40))).join(", ")}${d.length>6?`, +${d.length-6} more`:""}.`,hint:"Render every record you were given, or say in the page that it is a partial view and how many were left out. A silently truncated table reads as the complete answer."}),d.length===0&&b&&h.rows.length!==l&&ce(s,i,{code:Q.ROW_COUNT,line:ae(r,h.start),message:`The table renders ${h.rows.length} body row(s) but the data at \`${c.path||"(root)"}\` has ${l} records \u2014 ${Math.abs(l-h.rows.length)} ${l>h.rows.length?"missing":"extra"}.`,hint:'Emit exactly one <tr> per record. If you meant to show only some of them, state the cut ("top 10 of 23") in the page itself.'}))}}function $m(r,t){let e=new Array(r.length).fill(-1);if(r.every(i=>i.dataIndex!=null)){let i=0;if(r.forEach((o,a)=>{let c=o.dataIndex;c>=0&&c<t.values.length&&(e[a]=c,i+=1)}),i===r.length)return e}e.fill(-1);let n=new Set,s=0;if(r.forEach((i,o)=>{for(let a=0;a<t.labels.length;a+=1){if(n.has(a))continue;let c=ze(t.labels[a]);if(c.length>=2&&i.context.indexOf(c)>=0){e[o]=a,n.add(a),s+=1;break}}}),s===r.length)return e;if(r.length!==t.values.length)return null;for(let i=0;i<r.length;i+=1)e[i]=i;return e}function Pm(r,t){let e=null,n=0;for(let i of t){let o=i.labels.filter(a=>{let c=ze(a);return c.length>=2&&r.some(l=>l.context.indexOf(c)>=0)}).length;o>n&&(n=o,e=i)}if(n>=2)return e;let s=t.filter(i=>i.values.length===r.length);return s.length===1?s[0]:null}function Cm(r,t,e,n,s,i){i.barGroups=t.map(o=>o.length),i.boundBars=0;for(let o of t){let a=Pm(o,e);if(!a)continue;if(a.values.length!==o.length){ce(n,s,{code:Q.BAR_COUNT,line:ae(r,o[0].start),message:`The chart draws ${o.length} bar(s) but the series at \`${a.path||"(root)"}\` has ${a.values.length} value(s).`,hint:"Draw one bar per value. A dropped bar silently removes a whole category from the reader's view of the data."});continue}let c=$m(o,a);if(!c||c.some(u=>u<0))continue;i.boundBars+=o.length;let l=[];for(let u=0;u<o.length;u+=1)o[u].extent>0&&a.values[c[u]]>0&&l.push(u);if(l.length>=hm){let u=l.map(y=>o[y].extent/a.values[c[y]]).sort((y,_)=>y-_),m=Math.floor(u.length/2),h=u.length%2?u[m]:(u[m-1]+u[m])/2,f=Math.max(...a.values.map(y=>Math.abs(y))),b=h*f;if(h>0&&b>0)for(let y of l){let _=a.values[c[y]],g=h*_,k=Math.abs(o[y].extent-g)/b;if(k<=mm)continue;let O=o[y].unit==="%"?"%":"";ce(n,s,{code:Q.BAR_PROPORTION,line:ae(r,o[y].start),message:`The bar for ${JSON.stringify(a.labels[c[y]])} (value ${_}) is drawn at ${Wi(o[y].extent)}${O}, but every other bar in this chart puts it at ${Wi(g)}${O} \u2014 off by ${Math.round(k*100)}% of the full-scale bar. The chart misrepresents the data.`,hint:"Every bar in one chart must use the SAME value\u2192length scale. Compute each length from its datum with one formula (value / max * 100), never by writing the numbers out by hand."})}}let d=a.values.reduce((u,m)=>u+m,0),p=Math.max(...a.values.map(u=>Math.abs(u)));for(let u=0;u<o.length;u+=1){let m=a.values[c[u]],h=o[u].context;if(!h)continue;let f=(h.match(/-?\d[\d,]*(?:\.\d+)?/g)||[]).map(b=>Number(b.replace(/,/g,""))).filter(b=>Number.isFinite(b));f.length&&(f.some(b=>Math.abs(b-m)<1e-9)||d>0&&f.some(b=>Math.abs(b-m/d*100)<.6)||p>0&&f.some(b=>Math.abs(b-m/p*100)<.6)||ce(n,s,{code:Q.VALUE_MISMATCH,line:ae(r,o[u].start),message:`The row for ${JSON.stringify(a.labels[c[u]])} prints ${f.slice(0,3).join(", ")} but its datum is ${m}.`,hint:"Print the figure your tools returned, unchanged, and use that same figure everywhere it appears on the page."}))}}}var Um=/^(flex|inline-flex|grid|inline-grid)$/;function Bm(r,t,e,n,s,i){let o=0;je(t,a=>{if(nn.has(a.tag))return;let c=bt(a.attrs.style).width;if(!c)return;let l=Qi(c);if(l==null||l<=0||!eo(a,e))return;o+=1;let d=Zi(a,e);if(d==="none"){ce(n,s,{code:Q.ZERO_WIDTH,line:ae(r,a.start),message:`<${a.tag}> is given style="width:${c}" but its effective display is \`none\` \u2014 it is not rendered at all.`,hint:"Remove the display:none rule that matches this element, or remove the element. A width on a display:none box is dead code."});return}if(d!=="inline")return;let p=a.parent;if(p&&p.tag!=="#root"&&Um.test(Zi(p,e)))return;let u=he(a,"position",e);if(u==="absolute"||u==="fixed")return;let m=he(a,"float",e);m==="left"||m==="right"||ce(n,s,{code:Q.ZERO_WIDTH,line:ae(r,a.start),message:`<${a.tag}${a.attrs.class?` class="${a.attrs.class}"`:""}> is given style="width:${c}" but its effective display is \`inline\` \u2014 CSS IGNORES width on a non-replaced inline box, so this bar renders with no length at all. The source looks right; the page will not.`,hint:"Give the bar display:block or display:inline-block (or make its container display:flex). A <span> is inline by DEFAULT \u2014 that alone is enough to swallow the width."})}),i.percentWidthBars=o}function Dm(r,t,e,n,s){je(t,i=>{let o=rn(he(i,"width",e));if(!(o==null||o<=0))for(let a=i.parent;a&&a.tag!=="#root";a=a.parent){let c=rn(he(a,"width",e));if(c==null||c<=0)continue;if(o<=c)return;let l=he(a,"overflow",e)||he(a,"overflow-x",e);if(l!=="hidden"&&l!=="clip")return;ce(n,s,{code:Q.OVERFLOW,line:ae(r,i.start),message:`<${i.tag}> is ${o}px wide inside a ${c}px ancestor with overflow:${l} \u2014 ${Math.round(o-c)}px of it is clipped and can never be seen.`,hint:"Size the child from its container (a percentage, or max-width:100%), or widen the container. Content the reader cannot see is content you did not publish."});return}})}var Jm=[{re:/\[object (?:Object|Array|Promise|Map|Set|Null|Undefined)\]/g,what:"an object stringified instead of a field being picked off it"},{re:/\$\{[^}\n]{0,80}\}/g,what:"an un-substituted JavaScript template placeholder"},{re:/\{\{[^}\n]{0,80}\}\}/g,what:"an un-substituted moustache placeholder"},{re:/(?:^|[^\w.])(NaN)(?![\w])/g,what:"NaN \u2014 an arithmetic result that was never a number"},{re:/(?:^|[^\w.])(-?Infinity)(?![\w])/g,what:"Infinity \u2014 a division by zero reached the page"}],Mm=/^(undefined|null)$/i,qm=new Set(["td","th","li","span","div","strong","em","b"]);function Fm(r,t,e,n,s){let i=0;for(let o of Sm(t)){let a=o.value;i+=a.length;for(let l of Jm){l.re.lastIndex=0;let d;for(;(d=l.re.exec(a))!==null;){let p=d[1]==null?d[0]:d[1];ce(e,n,{code:Q.PLACEHOLDER_TEXT,line:ae(r,o.start+d.index+d[0].indexOf(p)),message:`The page prints ${JSON.stringify(p.slice(0,60))} as VISIBLE TEXT \u2014 ${l.what}. A reader sees this literally.`,hint:"Format the value before it reaches the page: pick the field you meant off the object, and guard the arithmetic so a missing input renders as an em dash rather than NaN."}),d.index===l.re.lastIndex&&(l.re.lastIndex+=1)}}let c=Vi(a).trim();Mm.test(c)&&qm.has(o.parent.tag)&&ce(e,n,{code:Q.PLACEHOLDER_TEXT,line:ae(r,o.start),message:`A <${o.parent.tag}> contains only the literal text "${c}" \u2014 the value it was meant to hold was ${c}.`,hint:'Render an em dash (\u2014) or "n/a" for a missing value; never let the JavaScript literal reach the reader.'})}s.textCharsScanned=i}function dr({html:r,data:t}){let e=typeof r=="string"?r:"",n=[],s={};if(!e.trim())return{ok:!1,defects:[{code:"empty-content",line:1,message:"No html was passed to the check.",hint:"Pass the exact page source you are about to publish."}],checked:{tables:0,bodyRows:0,bars:0,barGroups:[],boundBars:0,seriesInData:0,collections:[]}};let i=wm(e),o=vm(i),a=Lm(i),c=xm(i,o),l=Om(t),d={tables:a.length,bodyRows:a.reduce((p,u)=>p+u.rows.length,0),bars:c.reduce((p,u)=>p+u.length,0),barGroups:[],boundBars:0,seriesInData:l.series.length,collections:[]};return jm(e,i,a,l.collections,n,s,d.collections),Cm(e,c,l.series,n,s,d),Bm(e,i,o,n,s,d),Dm(e,i,o,n,s),Fm(e,i,n,s,d),n.sort((p,u)=>(p.line||0)-(u.line||0)),{ok:n.length===0,defects:n,checked:d}}function Km(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=cm(dm(import.meta.url)),t=lm(r,"..","bin","mcp-skill.mjs");return am(t)?t:null}var to={id:"report-check",serverName:"report_check",allowedTools:["mcp__report_check__*"],envKeys:[],description:"Report check \u2014 verify a rendered report page against the DATA it was built from (row counts, bar proportionality, collapsed bars, placeholder residue) before publishing it.",promptFragment:`## Report Check (run this BEFORE you publish a data page)
|
|
793
|
+
store (or a file tool on either, etc.) is rejected.`,resolve(){let r=om();if(!r)return{command:null,args:[],env:{},description:this.description};let t={};for(let e of["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV","ZIBBY_PROD_ACCOUNT_API_URL","ZIBBY_USER_TOKEN","WORKFLOW_TYPE"])process.env[e]&&(t[e]=process.env[e]);for(let e of Object.keys(process.env))/^ZIBBY_STORE__.+$/.test(e)&&process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/datasetStore.js","datasetStoreSkill"],env:t,description:this.description,alwaysLoad:!1}},async handleToolCall(r,t){try{switch(r){case"dataset_append":{if(t?.record==null||typeof t.record!="object"||Array.isArray(t.record))return JSON.stringify({error:"record is required (a JSON object)"});let e=Le(t?.store);if(e.error)return JSON.stringify({error:e.error});let n=typeof t?.agent=="string"&&t.agent.trim()?t.agent.trim():Ki(),s={record:t.record,agent:n};typeof t?.description=="string"&&t.description.trim()&&(s.description=t.description.trim());let i=await me(e.storeId,"append",s);return JSON.stringify({...i,store:e.name,storeId:e.storeId})}case"dataset_query":{let e=Le(t?.store);if(e.error)return JSON.stringify({error:e.error});let n={};for(let i of["select","where","groupBy","orderBy","limit","since","until","agent"])t?.[i]!=null&&(n[i]=t[i]);let s=await me(e.storeId,"query",n);return JSON.stringify({...s,store:e.name,storeId:e.storeId})}case"ensure_store":{let e=typeof t?.name=="string"?t.name.trim():"";if(!e)return JSON.stringify({error:"name is required"});let n=typeof t?.type=="string"&&t.type.trim()?t.type.trim().toLowerCase():"sqlite",s=typeof t?.description=="string"?t.description.trim():"",i=await cm({name:e,type:n,description:s,namespace:Ki()});return i?.storeId&&(zi[e]=i.storeId),JSON.stringify({...i,store:e})}case"file_put":{let e=Le(t?.store);if(e.error)return JSON.stringify({error:e.error});if(typeof t?.path!="string"||!t.path.trim())return JSON.stringify({error:'path is required (a relative file path like "reports/2026-07.json")'});let n=typeof t?.content=="string",s=typeof t?.contentBase64=="string"&&t.contentBase64.length>0;if(!n&&!s)return JSON.stringify({error:"content (text) or contentBase64 (base64 bytes) is required"});let i=t.path.trim(),o=typeof t?.contentType=="string"&&t.contentType.trim()?t.contentType.trim():"",a=n?Buffer.from(t.content,"utf8"):Buffer.from(String(t.contentBase64).replace(/\s+/g,""),"base64");if(a.length>lm){let d=o||(n?"text/plain; charset=utf-8":"application/octet-stream"),p=await dm(e.storeId,i,a,d);return JSON.stringify({...p,store:e.name,storeId:e.storeId})}let c={path:i};n?c.content=t.content:c.contentBase64=t.contentBase64,o&&(c.contentType=o);let l=await me(e.storeId,"put",c);return JSON.stringify({...l,store:e.name,storeId:e.storeId})}case"file_get":{let e=Le(t?.store);if(e.error)return JSON.stringify({error:e.error});if(typeof t?.path!="string"||!t.path.trim())return JSON.stringify({error:"path is required"});let n=t.path.trim(),s;try{s=await me(e.storeId,"get",{path:n})}catch(c){if(!/failed \(413\)/.test(c?.message||""))throw c;let l=await pm(e.storeId,n);s={path:n,size:l.buf.length,contentType:l.contentType,lastModified:null,contentBase64:l.buf.toString("base64")}}let i={ok:!0,store:e.name,storeId:e.storeId,path:s.path,size:s.size,contentType:s.contentType,lastModified:s.lastModified},o=Buffer.from(s.contentBase64||"","base64"),a=o.toString("utf8");return Buffer.compare(Buffer.from(a,"utf8"),o)===0&&!a.includes("\0")?(i.content=a,i.encoding="utf8"):(i.contentBase64=s.contentBase64,i.encoding="base64"),JSON.stringify(i)}case"file_list":{let e=Le(t?.store);if(e.error)return JSON.stringify({error:e.error});let n={};typeof t?.prefix=="string"&&t.prefix.trim()&&(n.prefix=t.prefix.trim()),t?.limit!=null&&(n.limit=t.limit),typeof t?.cursor=="string"&&t.cursor&&(n.cursor=t.cursor);let s=await me(e.storeId,"list",n);return JSON.stringify({...s,store:e.name,storeId:e.storeId})}case"file_delete":{let e=Le(t?.store);if(e.error)return JSON.stringify({error:e.error});if(typeof t?.path!="string"||!t.path.trim())return JSON.stringify({error:"path is required"});let n=await me(e.storeId,"delete",{path:t.path.trim()});return JSON.stringify({...n,store:e.name,storeId:e.storeId})}case"sqlite_exec":case"sqlite_query":{let e=Le(t?.store);if(e.error)return JSON.stringify({error:e.error});if(typeof t?.sql!="string"||!t.sql.trim())return JSON.stringify({error:"sql is required (a non-empty SQL string)"});let n={sql:t.sql};r==="sqlite_query"&&(n.readOnly=!0),Array.isArray(t?.params)&&(n.params=t.params);let s=await me(e.storeId,"sql",n);return JSON.stringify({...s,store:e.name,storeId:e.storeId})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"dataset_append",description:"Append ONE structured JSON record to a bound store, durably. Records persist across your stateless runs and are auto-tagged with your agent type so you can filter to your own writes later. Use to accumulate data you will query/aggregate (e.g. per-run metrics, processed items). Append ONE record per call.",input_schema:{type:"object",properties:{store:{type:"string",description:'The logical store NAME to write to (e.g. "scorecards"), taken from the AVAILABLE STORES list \u2014 pick by description. NOT an id. If exactly one store is bound you may omit this and it defaults to that store; you can ONLY write to a bound store name.'},record:{type:"object",description:'An arbitrary JSON object \u2014 one row of data. Its keys become queryable fields (e.g. {"repo":"owner/x","stars":1200}). One record per call.'},description:{type:"string",description:"Optional, informational note about this write. The store already exists from deploy, so this is not required and does not create anything."},agent:{type:"string",description:"Optional writing-agent tag. Defaults to your own agent type \u2014 leave unset to auto-tag."}},required:["record"]}},{name:"dataset_query",description:"Run a SQL-style query over a bound store to build reports: select/aggregate (count|sum|avg|min|max), filter, group, order, limit, and bound by month. Returns { columns, rows }. Use this to compute summaries/aggregations from records you appended earlier.",input_schema:{type:"object",properties:{store:{type:"string",description:'The logical store NAME to query (e.g. "scorecards"), taken from the AVAILABLE STORES list \u2014 pick by description. NOT an id. If exactly one store is bound you may omit this and it defaults to that store.'},select:{type:"array",description:"Columns to return. Each item is { field?, agg?, as? }. agg \u2208 count|sum|avg|min|max; omit field for count(*). Omit `select` entirely to return raw rows."},where:{type:"array",description:"Filters, ANDed. Each item is { field, op, value }; op \u2208 eq|ne|gt|gte|lt|lte|like. `field` is a JSON key of the stored record."},groupBy:{type:"array",description:"Field names to group by (array of strings) for aggregation."},orderBy:{type:"array",description:"Sort spec. Each item is { field|as, dir }; dir \u2208 asc|desc."},limit:{type:"number",description:"Maximum number of rows to return."},since:{type:"string",description:"Inclusive lower bound month, 'yyyy-MM' (e.g. '2026-01')."},until:{type:"string",description:"Inclusive upper bound month, 'yyyy-MM' (e.g. '2026-06')."},agent:{type:"string",description:"Filter to records written by one agent namespace. Omit to query across all writers."}},required:[]}},{name:"ensure_store",description:'Create (or reuse) a store ON DEMAND for THIS agent \u2014 use when you need a store that was NOT declared/bound at deploy. Idempotent by name and private to this agent: calling again with the same name returns the SAME store (safe to call at the start of every run). Returns { storeId }. For type "sqlite" you then define schema with sqlite_exec (CREATE TABLE IF NOT EXISTS) and read/write via sqlite_exec/sqlite_query using this name.',input_schema:{type:"object",properties:{name:{type:"string",description:'A short logical name for the store (e.g. "linkedin_posts"). Letters, digits, _ and - only.'},type:{type:"string",enum:["sqlite","dataset","file"],description:'Store type. "sqlite" (default) = a mutable relational DB whose schema YOU define with SQL. "dataset" = append-only JSON records for later aggregation/analytics. "file" = arbitrary file/blob storage by relative path (file_put/file_get/file_list/file_delete).'},description:{type:"string",description:"What this store is for (shown in the Storage UI)."}},required:["name"]}},{name:"sqlite_exec",description:"For SQLITE-type stores: run SQL that CHANGES data \u2014 CREATE TABLE (use IF NOT EXISTS), INSERT, UPDATE, DELETE (one or more statements in one call). The store is a real, mutable SQLite database that persists across your stateless runs. Returns { rowsModified, wrote }. Use this to build schema on the fly and to update rows / track changing state (e.g. a queue with a status column).",input_schema:{type:"object",properties:{store:{type:"string",description:"The logical store NAME (a sqlite-type store from AVAILABLE STORES) \u2014 pick by description. NOT an id. If exactly one store is bound you may omit this."},sql:{type:"string",description:'The SQL to run. May contain multiple statements separated by ";". Prefer CREATE TABLE IF NOT EXISTS for idempotent schema.'},params:{type:"array",description:'Optional positional bind params for a SINGLE parameterized statement (safe binding of values), e.g. sql "UPDATE t SET s=? WHERE id=?" with params ["done", 1].'}},required:["sql"]}},{name:"sqlite_query",description:"For SQLITE-type stores: run a read-only SELECT (optionally with `params` for safe binding) against the store's SQLite database. Returns { columns, rows }. Never changes data. Use to read back rows/state you stored earlier.",input_schema:{type:"object",properties:{store:{type:"string",description:"The logical store NAME (a sqlite-type store from AVAILABLE STORES) \u2014 pick by description. NOT an id. If exactly one store is bound you may omit this."},sql:{type:"string",description:"A single SELECT statement. Use ? placeholders + `params` for any values."},params:{type:"array",description:'Optional positional bind params for the SELECT, e.g. ["linkedin_personal"].'}},required:["sql"]}},{name:"file_put",description:"For FILE-type stores: write (or overwrite) ONE file at a relative path \u2014 raw JSON dumps, CSVs, images, snapshots, any blob you want to keep across your stateless runs. Text goes in `content`; binary goes base64-encoded in `contentBase64` (pass exactly one). SIZE: there is no practical limit \u2014 anything over ~3.5 MiB is streamed straight to object storage via a presigned URL automatically, so do NOT gzip, base64-wrap, chunk or split a file just to make it fit. Non-ASCII paths (e.g. \u4E2A\u4EBA\u62A5\u544A.html) are fine \u2014 do not transliterate. Overwriting the same path UPDATES the file. Returns { ok, path, size }.",input_schema:{type:"object",properties:{store:{type:"string",description:"The logical store NAME (a file-type store from AVAILABLE STORES) \u2014 pick by description. NOT an id. If exactly one store is bound you may omit this."},path:{type:"string",description:'Relative file path, e.g. "dumps/run-42.json" or "img/chart.png". Letters, digits, ".", "_", "-" and "/" only; no "..", no leading "/".'},content:{type:"string",description:"Text content (UTF-8). Use for JSON/CSV/text files."},contentBase64:{type:"string",description:"Base64-encoded binary content (images etc.). Alternative to `content`."},contentType:{type:"string",description:'Optional MIME type (e.g. "application/json", "image/png"). Defaults sensibly.'}},required:["path"]}},{name:"file_get",description:'For FILE-type stores: read ONE stored file back by its relative path. Text files come back as `content` (encoding "utf8"); binary files come back as `contentBase64` (encoding "base64"). Returns { path, size, contentType, lastModified, content|contentBase64, encoding }.',input_schema:{type:"object",properties:{store:{type:"string",description:"The logical store NAME (a file-type store from AVAILABLE STORES). If exactly one store is bound you may omit this."},path:{type:"string",description:"The relative file path to fetch (as listed by file_list / used in file_put)."}},required:["path"]}},{name:"file_list",description:'For FILE-type stores: list the stored files \u2014 each entry has { path, size, lastModified }. Optionally filter by a path `prefix` (e.g. "dumps/"). Paginated via `cursor` when there are more results.',input_schema:{type:"object",properties:{store:{type:"string",description:"The logical store NAME (a file-type store from AVAILABLE STORES). If exactly one store is bound you may omit this."},prefix:{type:"string",description:'Optional path prefix filter, e.g. "dumps/" or "reports/2026".'},limit:{type:"number",description:"Max entries to return (default/max 1000)."},cursor:{type:"string",description:"Pagination cursor from a previous file_list response (nextCursor)."}},required:[]}},{name:"file_delete",description:"For FILE-type stores: delete ONE stored file by its relative path. Returns { ok, path, deleted }. Errors if the path does not exist.",input_schema:{type:"object",properties:{store:{type:"string",description:"The logical store NAME (a file-type store from AVAILABLE STORES). If exactly one store is bound you may omit this."},path:{type:"string",description:"The relative file path to delete."}},required:["path"]}}]};import{SKILL_META as Zm}from"@zibby/skill-ids";import{existsSync as go,readFileSync as Vm}from"node:fs";import{homedir as Xm}from"node:os";import{join as Qm,dirname as eh,resolve as th}from"node:path";import{fileURLToPath as rh}from"node:url";import{existsSync as um}from"node:fs";import{dirname as mm,resolve as hm}from"node:path";import{fileURLToPath as fm}from"node:url";var Q={ZERO_WIDTH:"zero-width-bar",ROW_COUNT:"data-row-count",ROW_MISSING:"data-row-missing",BAR_COUNT:"data-bar-count",BAR_PROPORTION:"bar-proportion",VALUE_MISMATCH:"data-value-mismatch",PLACEHOLDER_TEXT:"placeholder-text",OVERFLOW:"overflow-clipped"},ym=5,gm=20,_m=.04,bm=3,km=.5;function ae(r,t){if(t==null||t<0)return null;let e=1;for(let n=0;n<t&&n<r.length;n+=1)r.charCodeAt(n)===10&&(e+=1);return e}function ce(r,t,e){let n=t[e.code]||0;n>=ym||r.length>=gm||(t[e.code]=n+1,r.push(e))}var wm={amp:"&",lt:"<",gt:">",quot:'"',apos:"'",nbsp:" ",ndash:"\u2013",mdash:"\u2014",hellip:"\u2026"};function Xi(r){return String(r).replace(/&(#x?[0-9a-f]+|[a-z]+);/gi,(t,e)=>{if(e[0]==="#"){let s=e[1]==="x"||e[1]==="X"?parseInt(e.slice(2),16):parseInt(e.slice(1),10);return Number.isFinite(s)?String.fromCodePoint(s):t}let n=wm[String(e).toLowerCase()];return n??t})}function ze(r){return Xi(String(r??"")).replace(/\s+/g," ").trim().toLowerCase()}function Zi(r){return Math.round(r*10)/10}var Sm=new Set(["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"]),nn=new Set(["script","style","textarea"]),vm=new Set(["span","a","em","strong","b","i","u","s","small","code","label","abbr","cite","q","sub","sup","mark","time","var","kbd","samp","font","tt"]),Im=/^<\s*(\/?)\s*([a-zA-Z][a-zA-Z0-9:_.-]*)((?:"[^"]*"|'[^']*'|[^>"'])*?)(\/?)>/;function Nm(r){let t={},e=/([a-zA-Z_:][-a-zA-Z0-9_:.]*)\s*=\s*("([^"]*)"|'([^']*)'|([^\s"'=<>`]+))|([a-zA-Z_:][-a-zA-Z0-9_:.]*)/g,n;for(;(n=e.exec(r))!==null;)n[1]?t[n[1].toLowerCase()]=n[3]!=null?n[3]:n[4]!=null?n[4]:n[5]==null?"":n[5]:n[6]&&(t[n[6].toLowerCase()]="");return t}function Om(r){let t={tag:"#root",attrs:{},children:[],parent:null,start:0},e=t,n=[t],s=0,i=(o,a)=>{if(a<=o)return;let c=r.slice(o,a);c.trim()&&e.children.push({tag:"#text",attrs:{},children:[],parent:e,start:o,value:c})};for(;s<r.length;){let o=r.indexOf("<",s);if(o<0){i(s,r.length);break}if(i(s,o),r.startsWith("<!--",o)){let p=r.indexOf("-->",o);s=p<0?r.length:p+3;continue}if(r.startsWith("<!",o)||r.startsWith("<?",o)){let p=r.indexOf(">",o);s=p<0?r.length:p+1;continue}let a=Im.exec(r.slice(o));if(!a){s=o+1;continue}let c=a[0],l=a[2].toLowerCase();if(a[1]){for(let p=n.length-1;p>0;p-=1)if(n[p].tag===l){n.length=p,e=n[p-1];break}s=o+c.length;continue}let d={tag:l,attrs:Nm(a[3]||""),children:[],parent:e,start:o};if(e.children.push(d),s=o+c.length,!(a[4]||Sm.has(l))){if(nn.has(l)){let p=r.slice(s),u=new RegExp(`</\\s*${l}\\s*>`,"i").exec(p);d.raw=u?p.slice(0,u.index):p,s+=u?u.index+u[0].length:p.length;continue}n.push(d),e=d}}return t}function je(r,t){for(let e of r.children)e.tag!=="#text"&&(t(e),je(e,t))}function lr(r){let t=[],e=n=>{for(let s of n.children)s.tag==="#text"?t.push(s.value||""):(t.push(" "),e(s),t.push(" "))};return e(r),ze(t.join(""))}function Tm(r){let t=[],e=n=>{for(let s of n.children)s.tag==="#text"?t.push({value:s.value||"",start:s.start,parent:n}):s.tag!=="pre"&&s.tag!=="code"&&e(s)};return e(r),t}function bt(r){let t={};for(let e of String(r||"").split(";")){let n=e.indexOf(":");n<0||(t[e.slice(0,n).trim().toLowerCase()]=e.slice(n+1).trim().replace(/\s*!important$/i,""))}return t}function Am(r){let t=[];return je(r,e=>{if(e.tag!=="style"||!e.raw)return;let n=e.raw.replace(/@[a-z-]+[^{]*\{/gi," "),s=/([^{}]+)\{([^{}]*)\}/g,i;for(;(i=s.exec(n))!==null;){let o=bt(i[2]);for(let a of i[1].split(",")){let c=a.trim();if(!c||/[\s>+~:[\]*]/.test(c))continue;let l=[],d=null,p=null,u=!0,m=/([.#]?)([A-Za-z_][-\w]*)/g,h;for(;(h=m.exec(c))!==null;)if(h[1]===".")l.push(h[2].toLowerCase());else if(h[1]==="#")d=h[2];else if(h.index===0)p=h[2].toLowerCase();else{u=!1;break}u&&(p||d||l.length)&&t.push({classes:l,id:d,tag:p,decls:o})}}}),t}function Qi(r){return String(r.attrs.class||"").split(/\s+/).filter(Boolean).map(t=>t.toLowerCase())}function Rm(r,t,e){if(r.tag&&r.tag!==t.tag||r.id&&r.id!==t.attrs.id)return!1;for(let n of r.classes)if(e.indexOf(n)<0)return!1;return!0}function he(r,t,e){let n=bt(r.attrs.style)[t];if(n!=null&&n!=="")return n.toLowerCase();let s=Qi(r),i=null;for(let o of e){if(!Rm(o,r,s))continue;let a=o.decls[t];a!=null&&a!==""&&(i=a.toLowerCase())}return i}function Vi(r,t){let e=he(r,"display",t);return e||(vm.has(r.tag)?"inline":"block")}function rn(r){if(!r)return null;let t=/^(-?\d+(?:\.\d+)?)px$/.exec(String(r).trim());return t?Number(t[1]):null}function eo(r){if(!r)return null;let t=/^(-?\d+(?:\.\d+)?)%$/.exec(String(r).trim());return t?Number(t[1]):null}function cr(r){return r!=null&&typeof r=="object"&&!Array.isArray(r)}function Em(r){if(!r.length||!cr(r[0]))return r.map(n=>n==null?"":String(n));let t=null,e=0;for(let n of Object.keys(r[0])){let s=r.map(o=>cr(o)&&o[n]!=null?String(o[n]):"");if(s.some(o=>o.length<2))continue;let i=new Set(s.map(ze)).size;if(i>e&&(e=i,t=s),i===r.length)break}return t||r.map((n,s)=>String(cr(n)?Object.values(n)[0]==null?s:Object.values(n)[0]:n))}function xm(r){let t=[],e=[],n=new Set,s=(o,a)=>{if(!(a.length<2)){if(a.every(cr)){t.push({path:o,records:a,identities:Em(a)});let c=Object.keys(a[0]),l=c.filter(p=>a.every(u=>typeof u[p]=="number"&&Number.isFinite(u[p]))),d=c.filter(p=>a.every(u=>typeof u[p]=="string"));l.length===1&&d.length>=1&&e.push({path:o,labels:a.map(p=>String(p[d[0]])),values:a.map(p=>Number(p[l[0]]))});return}a.every(c=>typeof c=="number"&&Number.isFinite(c))&&e.push({path:o,labels:a.map((c,l)=>`#${l}`),values:a.slice()})}},i=(o,a,c)=>{if(!(c>6||o==null||typeof o!="object"||n.has(o))){if(n.add(o),Array.isArray(o)){s(a,o);for(let l=0;l<o.length&&l<200;l+=1)i(o[l],`${a}[${l}]`,c+1);return}for(let l of Object.keys(o))i(o[l],a?`${a}.${l}`:l,c+1)}};return i(r,"",0),{collections:t,series:e}}function Lm(r){let t=String(r||"").match(/[MmLlHhVvZz]|-?\d*\.?\d+(?:e-?\d+)?/gi);if(!t)return null;let e=0,n=0,s="",i=1/0,o=-1/0,a=1/0,c=-1/0,l=()=>{!Number.isFinite(e)||!Number.isFinite(n)||(e<i&&(i=e),e>o&&(o=e),n<a&&(a=n),n>c&&(c=n))},d=0,p=0;for(;d<t.length&&p++<2e4;){let u=t[d];if(/[A-Za-z]/.test(u)&&(s=u,d+=1,s==="Z"||s==="z"))continue;if(d>=t.length)break;let m=()=>{let h=Number(t[d]);return d+=1,h};switch(s){case"M":e=m(),n=m(),l(),s="L";break;case"m":e+=m(),n+=m(),l(),s="l";break;case"L":e=m(),n=m(),l();break;case"l":e+=m(),n+=m(),l();break;case"H":e=m(),l();break;case"h":e+=m(),l();break;case"V":n=m(),l();break;case"v":n+=m(),l();break;default:d+=1;break}}return!Number.isFinite(i)||!Number.isFinite(a)?null:{w:o-i,h:c-a}}var jm=/(^|[-_])(bar|gauge|meter|fill|progress|track)([-_]|$)/i;function $m(r){let t=r.parent;for(let e=0;t&&e<3;e+=1,t=t.parent){let n=lr(t);if(n)return n}return""}function to(r,t){if(Qi(r).some(s=>jm.test(s)))return!0;let e=bt(r.attrs.style);return!!(e.background||e["background-color"]||he(r,"background",t)||he(r,"background-color",t))&&lr(r)===""}function Pm(r){let t=new Map;for(let n of r)for(let s=n.node.parent;s;s=s.parent)t.set(s,(t.get(s)||0)+1);let e=new Map;for(let n of r){let s=null;for(let i=n.node.parent;i;i=i.parent)if((t.get(i)||0)>=2){s=i;break}s&&(e.has(s)||e.set(s,[]),e.get(s).push(n))}return[...e.values()].filter(n=>n.length>=2)}function Cm(r,t){let e=new Map,n=[];je(r,i=>{if(i.tag==="path"||i.tag==="rect"){let d=i.attrs.ecmeta_series_index;if(d==null)return;let p=null;if(i.tag==="rect"){let h=Number(i.attrs.width),f=Number(i.attrs.height);Number.isFinite(h)&&Number.isFinite(f)&&(p={w:h,h:f})}else p=Lm(i.attrs.d||"");if(!p)return;let u=i.attrs.ecmeta_data_index,m=String(d);e.has(m)||e.set(m,[]),e.get(m).push({bar:{node:i,extent:NaN,unit:"user",dataIndex:u==null||u===""?null:Number(u),context:"",start:i.start},box:p});return}if(nn.has(i.tag)||i.tag==="svg")return;let o=bt(i.attrs.style),a=o.width==null?o["inline-size"]:o.width;if(a==null||a==="")return;let c=eo(a),l=rn(a);c==null&&l==null||to(i,t)&&n.push({node:i,extent:c??l,unit:c==null?"px":"%",dataIndex:null,context:$m(i),start:i.start})});let s=[];for(let i of e.values()){if(i.length<2)continue;let o=l=>Math.max(...l)-Math.min(...l),a=o(i.map(l=>l.box.h))>=o(i.map(l=>l.box.w));for(let l of i)l.bar.extent=a?l.box.h:l.box.w;let c=i.map(l=>l.bar).sort((l,d)=>l.dataIndex!=null&&d.dataIndex!=null?l.dataIndex-d.dataIndex:l.start-d.start);s.push(c)}for(let i of Pm(n)){let o=i.filter(l=>l.unit==="%"),a=i.filter(l=>l.unit==="px"),c=o.length>=a.length?o:a;c.length>=2&&s.push(c)}return s}function Um(r){let t=[];return je(r,e=>{if(e.tag!=="table")return;let n=[];je(e,s=>{if(s.tag!=="tr")return;let i=s.children.filter(o=>o.tag==="td"||o.tag==="th");i.length&&i.every(o=>o.tag==="th")||n.push(s)}),t.push({node:e,rows:n,rowTexts:n.map(lr),start:e.start})}),t}function Bm(r,t,e,n,s,i,o){let a=lr(t);for(let c of n){let l=c.records.length;if(l<3)continue;let d=[],p=0;for(let y of c.identities){let _=ze(y);!_||_.length<2||(p+=1,a.includes(_)||d.push(String(y)))}if(p<3)continue;let u=p-d.length,m=p?u/p:1,h=null,f=0;for(let y of e){if(!y.rows.length)continue;let _=0,g=new Set;for(let k of y.rowTexts){let O=!1;c.identities.forEach((M,ye)=>{let T=ze(M);T.length>=2&&k.indexOf(T)>=0&&(O=!0,g.add(ye))}),O&&(_+=1)}_<Math.max(2,Math.ceil(y.rows.length*.5))||g.size<Math.ceil(_*.8)||_>f&&(f=_,h=y)}let b=h!=null;o.push({path:c.path||"(root)",records:l,identitiesSearched:p,presentInPage:u,renderedFraction:Number(m.toFixed(3)),boundTableRows:b?h.rows.length:null}),!(m<km)&&(d.length&&ce(s,i,{code:Q.ROW_MISSING,line:b?ae(r,h.start):1,message:`The data at \`${c.path||"(root)"}\` has ${l} records but ${d.length} of them appear NOWHERE on the page: ${d.slice(0,6).map(y=>JSON.stringify(String(y).slice(0,40))).join(", ")}${d.length>6?`, +${d.length-6} more`:""}.`,hint:"Render every record you were given, or say in the page that it is a partial view and how many were left out. A silently truncated table reads as the complete answer."}),d.length===0&&b&&h.rows.length!==l&&ce(s,i,{code:Q.ROW_COUNT,line:ae(r,h.start),message:`The table renders ${h.rows.length} body row(s) but the data at \`${c.path||"(root)"}\` has ${l} records \u2014 ${Math.abs(l-h.rows.length)} ${l>h.rows.length?"missing":"extra"}.`,hint:'Emit exactly one <tr> per record. If you meant to show only some of them, state the cut ("top 10 of 23") in the page itself.'}))}}function Dm(r,t){let e=new Array(r.length).fill(-1);if(r.every(i=>i.dataIndex!=null)){let i=0;if(r.forEach((o,a)=>{let c=o.dataIndex;c>=0&&c<t.values.length&&(e[a]=c,i+=1)}),i===r.length)return e}e.fill(-1);let n=new Set,s=0;if(r.forEach((i,o)=>{for(let a=0;a<t.labels.length;a+=1){if(n.has(a))continue;let c=ze(t.labels[a]);if(c.length>=2&&i.context.indexOf(c)>=0){e[o]=a,n.add(a),s+=1;break}}}),s===r.length)return e;if(r.length!==t.values.length)return null;for(let i=0;i<r.length;i+=1)e[i]=i;return e}function Jm(r,t){let e=null,n=0;for(let i of t){let o=i.labels.filter(a=>{let c=ze(a);return c.length>=2&&r.some(l=>l.context.indexOf(c)>=0)}).length;o>n&&(n=o,e=i)}if(n>=2)return e;let s=t.filter(i=>i.values.length===r.length);return s.length===1?s[0]:null}function Mm(r,t,e,n,s,i){i.barGroups=t.map(o=>o.length),i.boundBars=0;for(let o of t){let a=Jm(o,e);if(!a)continue;if(a.values.length!==o.length){ce(n,s,{code:Q.BAR_COUNT,line:ae(r,o[0].start),message:`The chart draws ${o.length} bar(s) but the series at \`${a.path||"(root)"}\` has ${a.values.length} value(s).`,hint:"Draw one bar per value. A dropped bar silently removes a whole category from the reader's view of the data."});continue}let c=Dm(o,a);if(!c||c.some(u=>u<0))continue;i.boundBars+=o.length;let l=[];for(let u=0;u<o.length;u+=1)o[u].extent>0&&a.values[c[u]]>0&&l.push(u);if(l.length>=bm){let u=l.map(y=>o[y].extent/a.values[c[y]]).sort((y,_)=>y-_),m=Math.floor(u.length/2),h=u.length%2?u[m]:(u[m-1]+u[m])/2,f=Math.max(...a.values.map(y=>Math.abs(y))),b=h*f;if(h>0&&b>0)for(let y of l){let _=a.values[c[y]],g=h*_,k=Math.abs(o[y].extent-g)/b;if(k<=_m)continue;let O=o[y].unit==="%"?"%":"";ce(n,s,{code:Q.BAR_PROPORTION,line:ae(r,o[y].start),message:`The bar for ${JSON.stringify(a.labels[c[y]])} (value ${_}) is drawn at ${Zi(o[y].extent)}${O}, but every other bar in this chart puts it at ${Zi(g)}${O} \u2014 off by ${Math.round(k*100)}% of the full-scale bar. The chart misrepresents the data.`,hint:"Every bar in one chart must use the SAME value\u2192length scale. Compute each length from its datum with one formula (value / max * 100), never by writing the numbers out by hand."})}}let d=a.values.reduce((u,m)=>u+m,0),p=Math.max(...a.values.map(u=>Math.abs(u)));for(let u=0;u<o.length;u+=1){let m=a.values[c[u]],h=o[u].context;if(!h)continue;let f=(h.match(/-?\d[\d,]*(?:\.\d+)?/g)||[]).map(b=>Number(b.replace(/,/g,""))).filter(b=>Number.isFinite(b));f.length&&(f.some(b=>Math.abs(b-m)<1e-9)||d>0&&f.some(b=>Math.abs(b-m/d*100)<.6)||p>0&&f.some(b=>Math.abs(b-m/p*100)<.6)||ce(n,s,{code:Q.VALUE_MISMATCH,line:ae(r,o[u].start),message:`The row for ${JSON.stringify(a.labels[c[u]])} prints ${f.slice(0,3).join(", ")} but its datum is ${m}.`,hint:"Print the figure your tools returned, unchanged, and use that same figure everywhere it appears on the page."}))}}}var qm=/^(flex|inline-flex|grid|inline-grid)$/;function Fm(r,t,e,n,s,i){let o=0;je(t,a=>{if(nn.has(a.tag))return;let c=bt(a.attrs.style).width;if(!c)return;let l=eo(c);if(l==null||l<=0||!to(a,e))return;o+=1;let d=Vi(a,e);if(d==="none"){ce(n,s,{code:Q.ZERO_WIDTH,line:ae(r,a.start),message:`<${a.tag}> is given style="width:${c}" but its effective display is \`none\` \u2014 it is not rendered at all.`,hint:"Remove the display:none rule that matches this element, or remove the element. A width on a display:none box is dead code."});return}if(d!=="inline")return;let p=a.parent;if(p&&p.tag!=="#root"&&qm.test(Vi(p,e)))return;let u=he(a,"position",e);if(u==="absolute"||u==="fixed")return;let m=he(a,"float",e);m==="left"||m==="right"||ce(n,s,{code:Q.ZERO_WIDTH,line:ae(r,a.start),message:`<${a.tag}${a.attrs.class?` class="${a.attrs.class}"`:""}> is given style="width:${c}" but its effective display is \`inline\` \u2014 CSS IGNORES width on a non-replaced inline box, so this bar renders with no length at all. The source looks right; the page will not.`,hint:"Give the bar display:block or display:inline-block (or make its container display:flex). A <span> is inline by DEFAULT \u2014 that alone is enough to swallow the width."})}),i.percentWidthBars=o}function Km(r,t,e,n,s){je(t,i=>{let o=rn(he(i,"width",e));if(!(o==null||o<=0))for(let a=i.parent;a&&a.tag!=="#root";a=a.parent){let c=rn(he(a,"width",e));if(c==null||c<=0)continue;if(o<=c)return;let l=he(a,"overflow",e)||he(a,"overflow-x",e);if(l!=="hidden"&&l!=="clip")return;ce(n,s,{code:Q.OVERFLOW,line:ae(r,i.start),message:`<${i.tag}> is ${o}px wide inside a ${c}px ancestor with overflow:${l} \u2014 ${Math.round(o-c)}px of it is clipped and can never be seen.`,hint:"Size the child from its container (a percentage, or max-width:100%), or widen the container. Content the reader cannot see is content you did not publish."});return}})}var Gm=[{re:/\[object (?:Object|Array|Promise|Map|Set|Null|Undefined)\]/g,what:"an object stringified instead of a field being picked off it"},{re:/\$\{[^}\n]{0,80}\}/g,what:"an un-substituted JavaScript template placeholder"},{re:/\{\{[^}\n]{0,80}\}\}/g,what:"an un-substituted moustache placeholder"},{re:/(?:^|[^\w.])(NaN)(?![\w])/g,what:"NaN \u2014 an arithmetic result that was never a number"},{re:/(?:^|[^\w.])(-?Infinity)(?![\w])/g,what:"Infinity \u2014 a division by zero reached the page"}],Hm=/^(undefined|null)$/i,Ym=new Set(["td","th","li","span","div","strong","em","b"]);function zm(r,t,e,n,s){let i=0;for(let o of Tm(t)){let a=o.value;i+=a.length;for(let l of Gm){l.re.lastIndex=0;let d;for(;(d=l.re.exec(a))!==null;){let p=d[1]==null?d[0]:d[1];ce(e,n,{code:Q.PLACEHOLDER_TEXT,line:ae(r,o.start+d.index+d[0].indexOf(p)),message:`The page prints ${JSON.stringify(p.slice(0,60))} as VISIBLE TEXT \u2014 ${l.what}. A reader sees this literally.`,hint:"Format the value before it reaches the page: pick the field you meant off the object, and guard the arithmetic so a missing input renders as an em dash rather than NaN."}),d.index===l.re.lastIndex&&(l.re.lastIndex+=1)}}let c=Xi(a).trim();Hm.test(c)&&Ym.has(o.parent.tag)&&ce(e,n,{code:Q.PLACEHOLDER_TEXT,line:ae(r,o.start),message:`A <${o.parent.tag}> contains only the literal text "${c}" \u2014 the value it was meant to hold was ${c}.`,hint:'Render an em dash (\u2014) or "n/a" for a missing value; never let the JavaScript literal reach the reader.'})}s.textCharsScanned=i}function dr({html:r,data:t}){let e=typeof r=="string"?r:"",n=[],s={};if(!e.trim())return{ok:!1,defects:[{code:"empty-content",line:1,message:"No html was passed to the check.",hint:"Pass the exact page source you are about to publish."}],checked:{tables:0,bodyRows:0,bars:0,barGroups:[],boundBars:0,seriesInData:0,collections:[]}};let i=Om(e),o=Am(i),a=Um(i),c=Cm(i,o),l=xm(t),d={tables:a.length,bodyRows:a.reduce((p,u)=>p+u.rows.length,0),bars:c.reduce((p,u)=>p+u.length,0),barGroups:[],boundBars:0,seriesInData:l.series.length,collections:[]};return Bm(e,i,a,l.collections,n,s,d.collections),Mm(e,c,l.series,n,s,d),Fm(e,i,o,n,s,d),Km(e,i,o,n,s),zm(e,i,n,s,d),n.sort((p,u)=>(p.line||0)-(u.line||0)),{ok:n.length===0,defects:n,checked:d}}function Wm(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=mm(fm(import.meta.url)),t=hm(r,"..","bin","mcp-skill.mjs");return um(t)?t:null}var ro={id:"report-check",serverName:"report_check",allowedTools:["mcp__report_check__*"],envKeys:[],description:"Report check \u2014 verify a rendered report page against the DATA it was built from (row counts, bar proportionality, collapsed bars, placeholder residue) before publishing it.",promptFragment:`## Report Check (run this BEFORE you publish a data page)
|
|
794
794
|
When you are about to publish a page that RENDERS DATA \u2014 a table of records, a
|
|
795
795
|
bar chart, a set of meters \u2014 call \`report_check\` first with the exact \`html\`
|
|
796
796
|
you are about to publish and the \`data\` you built it from (the raw tool
|
|
@@ -806,9 +806,9 @@ from the data by itself.
|
|
|
806
806
|
|
|
807
807
|
Then READ the \`checked\` block in the result: it says how many tables, rows and
|
|
808
808
|
bars were actually found. If it reports 0 bars for a page full of bars, the check
|
|
809
|
-
never saw your chart and a clean verdict means nothing.`,resolve(){let r=
|
|
809
|
+
never saw your chart and a clean verdict means nothing.`,resolve(){let r=Wm();return r?{type:"stdio",command:"node",args:[r,"../dist/reportCheck.js","reportCheckSkill"],env:{},description:this.description,alwaysLoad:!0}:{command:null,args:[],env:{},description:this.description}},async handleToolCall(r,t){if(r!=="report_check")return JSON.stringify({error:`Unknown tool: ${r}`});try{let e=typeof t?.html=="string"?t.html:"";if(!e.trim())return JSON.stringify({error:"html is required \u2014 pass the exact page source you are about to publish."});let n=t?.data;if(typeof n=="string")try{n=JSON.parse(n)}catch{return JSON.stringify({error:"data was a string but not valid JSON \u2014 pass the data as a JSON object."})}return n==null?JSON.stringify({error:"data is required \u2014 pass the tool results the page was built from, unchanged."}):JSON.stringify(dr({html:e,data:n}))}catch(e){return JSON.stringify({error:`report_check failed: ${e.message}`})}},tools:[{name:"report_check",description:'Pre-flight a data page BEFORE publishing it: compares the rendered HTML against the DATA it was built from and reports every place they disagree. Catches what the publish validator structurally cannot \u2014 a table that renders fewer rows than the data has records, a bar drawn at a length that is not proportional to its value, a number printed beside a bar that is not that bar\'s datum, a bar whose width is silently nullified by the CSS cascade, and placeholder residue ([object Object], NaN, an un-substituted ${\u2026}) left in visible text. Pass the data UNCHANGED, exactly as your tools returned it (wrap a bare array as {"rows": [...]}) \u2014 the check discovers the collections and series inside it and derives what must be true on its own. Do NOT write your own expectations. Returns { ok, defects:[{code,line,message,hint}], checked }. Always read `checked`: it reports how many tables, rows and bars were found, so a clean `ok:true` with `bars: 0` on a chart page tells you the check never saw your chart.',input_schema:{type:"object",properties:{html:{type:"string",description:"The exact HTML you are about to publish (the same string you would pass to artifact_publish)."},data:{type:"object",description:'The data the page was built from, as JSON \u2014 the raw tool results. Any shape: arrays of records and label/value series are found automatically. Wrap a bare top-level array as {"rows": [...]}.'}},required:["html","data"]}}]};function nh(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=eh(rh(import.meta.url)),t=th(r,"..","bin","mcp-skill.mjs");return go(t)?t:null}function wt(){if(process.env.PROJECT_API_TOKEN)return process.env.PROJECT_API_TOKEN;if(process.env.ZIBBY_USER_TOKEN)return process.env.ZIBBY_USER_TOKEN;try{let r=Qm(Xm(),".zibby","config.json");return go(r)&&JSON.parse(Vm(r,"utf-8")).sessionToken||null}catch{return null}}function St(){return process.env.ZIBBY_ACCOUNT_API_URL?process.env.ZIBBY_ACCOUNT_API_URL.replace(/\/$/,""):(process.env.ZIBBY_ENV||"prod")==="local"?"http://localhost:3001":process.env.ZIBBY_PROD_ACCOUNT_API_URL||"https://api-prod.zibby.app"}function sh(){return(typeof process.env.WORKFLOW_TYPE=="string"?process.env.WORKFLOW_TYPE.trim():"")||"agent"}function _o(r){return`${sh()}:artifact:${r}`}var on=Object.freeze({runId:"EXECUTION_ID",workflowType:"WORKFLOW_TYPE",workflowUuid:"WORKFLOW_UUID",nodeName:"WORKFLOW_NODE_NAME"});function ih(){let r={};for(let[t,e]of Object.entries(on)){let n=typeof process.env[e]=="string"?String(process.env[e]).trim():"";n&&(r[t]=n)}return Object.keys(r).length?r:null}var no=Object.freeze(["passed","failed","unanswered"]),so='OPTIONAL outcome, shown as a chip beside this artifact in list views: "passed" (\u2705 what this checked came out right), "failed" (\u274C it came out wrong), "unanswered" (\u2754 nobody could tell \u2014 the check did not run, the page did not load, the data was missing). "unanswered" is NOT "failed": "nobody looked" is not "it is broken", and reporting one as the other is the single worst thing you can do with this field. OMIT IT ENTIRELY when this artifact has no outcome to report \u2014 a reference page, a design write-up, an exploration. Most artifacts are that, and no chip is shown for them, which is correct. A verdict invented so the row looks finished makes every other verdict worthless.',We="headings, paragraphs, **bold**, *italic*, `inline code`, fenced code blocks, bullet + numbered lists, blockquotes, horizontal rules, links, and GitHub-style pipe tables (including |---:| alignment)",ur="raw HTML (tags are escaped and print as literal text), images, nested lists, footnotes and strikethrough",io='It is read in a list next to everything else you and your teammates have ever published, so it must say WHAT THIS ONE IS \u2014 the subject, not the genre. "Vikunja label sort toggle \u2014 3 of 5 checks failed" survives that list; "Exploration Report" does not, and three of those in a row are indistinguishable. Name the specific thing: the ticket, the feature, the file, the finding.',oo="A short Markdown note ABOUT this artifact, shown UNDER the artifact on its page \u2014 what it shows, what was checked, what the reader should conclude, and anything surprising. A recording or a screenshot cannot explain itself: without this the whole page says `video/webm \xB7 3.8 MB \xB7 Download`. It never appears in list views, so a real one costs nothing.",kt=2,Ze=0;function an(r,t){return JSON.stringify({published:!1,stop:!0,attemptsUsed:kt,defects:t||[],error:r,instruction:`STOP. You have used both publish attempts and the page is still rejected. Do NOT call artifact_publish or artifact_update again in this turn. Tell the user plainly that you could not produce a clean page, say in one line what was wrong, and give them the content directly in the chat instead. A broken link is worse than an honest "I couldn't".`})}function oh(r,t,e){return JSON.stringify({published:!1,stop:!1,attemptsRemaining:kt-Ze,defects:e||[],error:t,instruction:"The page was NOT published and no URL exists. Fix EXACTLY the defects listed above and call once more \u2014 you get ONE more attempt, then this tool will stop you."+(r==="html"?` You are on the \`html\` path, where you author the entire document and every mistake ships. Unless this page genuinely needs a custom visual layout, the fastest and most reliable fix is to re-send the SAME content as \`markdown\` \u2014 Zibby then generates the document skeleton, CSS and tables for you and these defects become impossible. Markdown supports ${We}.`:` Markdown supports ${We}; it does NOT support ${ur}.`)})}var ao="The page WAS published and the url is valid. This only means the data\u2194render pre-flight could not reach a verdict \u2014 nothing is known to be wrong. Open the page yourself if the figures matter.";function ah(r){let t=new Set,e=(r||[]).map((s,i)=>{let o=s.line?` line ${s.line}:`:"",a="";return s.hint&&!t.has(s.code)&&(t.add(s.code),a=` \u2014 ${s.hint}`),`${i+1}. [${s.code}]${o} ${s.message}${a}`}),n=e.length;return`Artifact NOT published and NOTHING was sent \u2014 the page was checked against the \`data\` you passed and disagrees with it in ${n} place${n===1?"":"s"}:
|
|
810
810
|
${e.join(`
|
|
811
|
-
`)}`}function
|
|
811
|
+
`)}`}function ch(r,t){let e;try{e=dr({html:r,data:t})}catch(i){return{unverified:{status:"unverified",reason:`the data\u2194render pre-flight threw and was skipped: ${String(i?.message||i).slice(0,200)}`,note:ao}}}if(!e?.ok)return{rejected:{message:ah(e?.defects),defects:e?.defects||[]}};let n=e.checked||{};return(Number(n.tables)||0)+(Number(n.bars)||0)===0?{unverified:{status:"unverified",reason:"the pre-flight found no tables and no bars in this page, so it had nothing to compare against your data \u2014 a clean result here proves nothing",checked:n,note:ao}}:null}function co(r,t,e){return Ze+=1,{__rejected:!0,payload:Ze>=kt?an(t,e):oh(r,t,e)}}async function lh(r){let t=wt();if(!t)throw new Error("No backend credential (PROJECT_API_TOKEN). Artifacts are only available inside a Zibby run.");let e=await fetch(`${St()}/credits/artifacts`,{method:"POST",headers:{Authorization:`Bearer ${t}`,"Content-Type":"application/json"},body:JSON.stringify(r)});if(!e.ok){let n=await e.text().catch(()=>""),s=null;try{s=JSON.parse(n)}catch{}let i=new Error(e.status===422&&s?.error?s.error:`artifact write failed (${e.status}): ${n.slice(0,300)}`);throw i.status=e.status,Array.isArray(s?.defects)&&(i.defects=s.defects),i}return e.json()}async function lo(r,t,e){let n=e?ch(e.html,e.data):null;if(n?.rejected)return co(t,n.rejected.message,n.rejected.defects);try{let s=await lh(r);return Ze=0,n?.unverified&&(s.__preflightNote=n.unverified),s}catch(s){if(s?.status!==422)throw s;return co(t,s.message,s.defects)}}async function bo(r){let t=wt();if(!t)throw new Error("No backend credential (PROJECT_API_TOKEN). Artifacts are only available inside a Zibby run.");let e=await fetch(`${St()}/credits/artifacts/${encodeURIComponent(r)}`,{method:"GET",headers:{Authorization:`Bearer ${t}`}});if(!e.ok){let n=await e.text().catch(()=>"");throw new Error(`artifact get failed (${e.status}): ${n.slice(0,300)}`)}return e.json()}async function po(r,t,e={}){let n=wt();if(!n)throw new Error("No backend credential (PROJECT_API_TOKEN). Artifacts are only available inside a Zibby run.");let s=await fetch(`${St()}/credits/artifacts/${encodeURIComponent(r)}/${t}`,{method:"POST",headers:{Authorization:`Bearer ${n}`,"Content-Type":"application/json"},body:JSON.stringify(e)});if(!s.ok){let i=await s.text().catch(()=>""),o=null;try{o=JSON.parse(i)}catch{}throw new Error(o?.error||`artifact ${t} failed (${s.status}): ${i.slice(0,300)}`)}return s.json()}var sn=60;function uo(r,t){let e=Math.max(0,t-Math.floor(sn/2)),s=r.slice(e,e+sn).replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t");return(e>0?"\u2026":"")+s+(e+sn<r.length?"\u2026":"")}function dh(r,t){if(r===t)return null;let e=Math.min(r.length,t.length),n=0;for(;n<e&&r[n]===t[n];)n+=1;return{kind:n===e?t.length<r.length?"truncated":"longer":"diverged",sentChars:r.length,storedChars:t.length,delta:t.length-r.length,firstDiffAt:n,sentExcerpt:uo(r,n),storedExcerpt:uo(t,n)}}var pr="Read-back compares the STORED SOURCE with what was sent (transport/storage integrity only). It does NOT check that the page renders correctly.";async function mo(r,t){let e;try{e=await bo(r)}catch(i){return{status:"unverified",scope:pr,reason:`read-back request failed: ${String(i?.message||i).slice(0,200)}`,note:"The page WAS published and the url is valid \u2014 this only means the extra integrity check could not run. No action needed."}}let n=e?.content;if(typeof n!="string")return{status:"unverified",scope:pr,reason:"read-back returned no content field",note:"The page WAS published and the url is valid \u2014 this only means the extra integrity check could not run. No action needed."};if(n===""&&t!=="")return{status:"unverified",scope:pr,reason:"read-back returned empty content, which the backend also returns when its object-store read errors \u2014 indistinguishable, so this is inconclusive rather than a mismatch",note:"The page WAS published and the url is valid. If the page looks blank when opened, re-send the same content with artifact_update."};let s=dh(t,n);return s?{status:"mismatch",scope:pr,...s,note:`The stored page source is NOT what was sent (${s.kind}: sent ${s.sentChars} chars, stored ${s.storedChars}, first difference at character ${s.firstDiffAt}). The url exists and the page is live, so do NOT re-publish a new one. You may call artifact_update ONCE with the identical content to rewrite the blob; if it differs again, stop and tell the user the published page may be incomplete rather than retrying.`}:null}async function ho(r,t){let e=wt();if(!e)return;let n=await fetch(`${St()}/credits/review-memory`,{method:"POST",headers:{Authorization:`Bearer ${e}`,"Content-Type":"application/json"},body:JSON.stringify({op:"store",scope:_o(r),content:JSON.stringify(t)})});if(!n.ok){let s=await n.text().catch(()=>"");throw new Error(`artifact index write failed (${n.status}): ${s.slice(0,200)}`)}}async function ph(r){let t=wt();if(!t)return null;let e=await fetch(`${St()}/credits/review-memory`,{method:"POST",headers:{Authorization:`Bearer ${t}`,"Content-Type":"application/json"},body:JSON.stringify({op:"recall",scope:_o(r)})});if(!e.ok)return null;let n=await e.json().catch(()=>null);if(!n?.found||!n?.memory?.content)return null;try{return JSON.parse(n.memory.content)}catch{return null}}function fo(r){let t=typeof r?.html=="string"&&r.html.length>0,e=typeof r?.markdown=="string"&&r.markdown.length>0,n=typeof r?.text=="string"&&r.text.length>0;return n&&(t||e)?{error:"Pass exactly ONE of markdown, html or text \u2014 text is raw source stored as-is (code/logs/JSON/CSV); markdown and html are rendered documents."}:t&&e?{error:"Pass EITHER markdown OR html, not both \u2014 they are different rendering paths. Use markdown unless the page needs a custom visual layout."}:e?{format:"markdown",content:r.markdown}:t?{format:"html",content:r.html}:n?{format:"text",content:r.text}:null}function yo(r,t){let e=r?.data;if(e==null)return null;if(!t||t.format!=="html")return{error:"`data` is only meaningful together with `html`. The pre-flight reads a rendered HTML document (tables, bars, CSS), so on the markdown path it would check nothing while reporting a clean page \u2014 that is worse than not checking. Re-send WITHOUT `data`. Do NOT switch to `html` just to get the check: on the markdown path Zibby generates the document, so the collapsed-bar and broken-geometry defects it looks for cannot happen there in the first place."};let n=e;if(typeof n=="string")try{n=JSON.parse(n)}catch{return{error:'`data` was a string but not valid JSON \u2014 pass the tool results as a JSON object (wrap a bare array as {"rows": [...]}).'}}return{preflight:{html:t.content,data:n}}}var ko={id:"artifact",callsBackend:!0,meta:Zm.artifact,serverName:"artifact",allowedTools:["mcp__artifact__*"],description:"Artifacts \u2014 publish a self-contained, shareable HTML/Markdown page to Zibby and get back a URL; the index of what you published is your memory.",promptFragment:`## Artifacts (publish a shareable page, remember what you made)
|
|
812
812
|
You can PUBLISH a standalone page \u2014 a status report, a plan, a comparison table,
|
|
813
813
|
a dashboard-y summary, a diagram, a "here's what I found" write-up \u2014 and get back
|
|
814
814
|
a shareable URL.
|
|
@@ -829,6 +829,28 @@ credentials), so on the html path keep ALL CSS/JS/images INLINE (inline
|
|
|
829
829
|
<style>/<script>, data: URIs) \u2014 every external URL is blocked and will simply not
|
|
830
830
|
load. NEVER escape the document: send real tags, not \`<div>\`.
|
|
831
831
|
|
|
832
|
+
### NAME IT FOR SOMEONE SCROLLING A LIST OF FIFTY, and CAPTION IT.
|
|
833
|
+
The \`title\`: ${io}
|
|
834
|
+
(You do not have to make it unique \u2014 Zibby stamps the run that produced each
|
|
835
|
+
artifact and shows it beside the title, so two honest titles that happen to
|
|
836
|
+
match are still told apart. Your job is to be SPECIFIC, not to be unique.)
|
|
837
|
+
|
|
838
|
+
Then pass \`description\`: ${oo} Headings, bullets and
|
|
839
|
+
tables are all fine. Write one for every artifact a human will open.
|
|
840
|
+
|
|
841
|
+
The SAME two rules govern an artifact a TOOL creates for you \u2014 a browser
|
|
842
|
+
screenshot or recording carries \`artifactTitle\` / \`artifactDescription\` for
|
|
843
|
+
exactly this reason. A tool cannot know what the capture was for; you do. Left
|
|
844
|
+
blank, the row is named after a file and the page explains nothing.
|
|
845
|
+
|
|
846
|
+
If \u2014 and ONLY if \u2014 this artifact reports an OUTCOME, pass \`verdict\`:
|
|
847
|
+
\`passed\` (\u2705), \`failed\` (\u274C), or \`unanswered\` (\u2754 nobody could tell \u2014 the check
|
|
848
|
+
never ran, the page never loaded). It shows as a chip in the list, so a reader
|
|
849
|
+
scanning fifty rows sees which ones went wrong without opening any of them.
|
|
850
|
+
\`unanswered\` is NOT \`failed\`. And most artifacts have no verdict at all \u2014 a
|
|
851
|
+
reference page, a design, an exploration \u2014 so LEAVE IT OFF for those. A verdict
|
|
852
|
+
invented to make a row look finished devalues every real one.
|
|
853
|
+
|
|
832
854
|
### Every number on the page must come from a tool result or this transcript.
|
|
833
855
|
Do not do arithmetic in prose and then print the answer \u2014 that is how a page ends
|
|
834
856
|
up saying 42 in one place and 45 in another. If you need a total, compute it with
|
|
@@ -910,8 +932,10 @@ sharing it silently.
|
|
|
910
932
|
|
|
911
933
|
To recall WHAT YOU HAVE ALREADY PUBLISHED, use your kv-memory tool
|
|
912
934
|
kv_recall_prefix with keyPrefix "artifact:" \u2014 each entry is the index record
|
|
913
|
-
{ id, title, url, kind, createdAt, summary } for a page you made
|
|
914
|
-
records this automatically; you don't store it yourself.)`,resolve(){let r=Xm();if(!r)return{command:null,args:[],env:{},description:this.description};let t={};for(let e of["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV","ZIBBY_PROD_ACCOUNT_API_URL","ZIBBY_USER_TOKEN","WORKFLOW_TYPE"])process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/artifact.js","artifactSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{switch(r){case"artifact_publish":{if(Ze>=kt)return on("Publish budget already spent this turn.",[]);let e=typeof t?.title=="string"?t.title.trim():"";if(!e)return JSON.stringify({error:"title is required"});let n=lo(t);if(!n)return JSON.stringify({error:"provide exactly one of markdown (preferred) or html or text (non-empty string)"});if(n.error)return JSON.stringify({error:n.error});let s=po(t,n);if(s?.error)return JSON.stringify({error:s.error});if(n.format==="text"&&!(typeof t?.contentType=="string"?t.contentType.trim():""))return JSON.stringify({error:"contentType is required with text \u2014 text/plain for code/logs, application/json for JSON data, text/csv for CSV"});let i={title:e,[n.format]:n.content};n.format==="text"&&(i.contentType=t.contentType.trim()),typeof t?.kind=="string"&&t.kind.trim()&&(i.kind=t.kind.trim()),typeof t?.favicon=="string"&&t.favicon.trim()&&(i.favicon=t.favicon.trim()),t?.share===!0&&(i.share=!0);let o=await so(i,n.format,s?.preflight);if(o?.__rejected)return o.payload;let a=o?.id,c=o?.url;if(!a||!c)return JSON.stringify({error:"artifact write returned no id/url",response:o});let l={id:a,url:c};typeof o.rn=="string"&&o.rn&&(l.rn=o.rn),o.shared&&(l.shared=!0,l.shareUrl=o.shareUrl,l.password=o.password,l.instruction="Send BOTH the shareUrl and the password in your reply. Copy the password EXACTLY \u2014 it is case-sensitive, shown once, and cannot be looked up again (artifact_share issues a new one, which kills this one)."),o.__preflightNote&&(l.preflight=o.__preflightNote);let d=await ao(a,n.content);d&&(l.readBack=d);let p={id:a,title:e,url:c,kind:i.kind||null,createdAt:o.createdAt||new Date().toISOString(),summary:typeof t?.summary=="string"&&t.summary.trim()?t.summary.trim():e};n.format==="text"?(p.contentType=typeof o.contentType=="string"?o.contentType:i.contentType,p.bytes=typeof o.bytes=="number"?o.bytes:Buffer.byteLength(n.content,"utf8")):(p.format=n.format,p.bytes=Buffer.byteLength(n.content,"utf8"));try{await co(a,p)}catch(u){l.indexWarning=u.message}return JSON.stringify(l)}case"artifact_update":{if(Ze>=kt)return on("Publish budget already spent this turn.",[]);let e=typeof t?.id=="string"?t.id.trim():"";if(!e)return JSON.stringify({error:"id is required"});let n=lo(t);if(n?.error)return JSON.stringify({error:n.error});let s=typeof t?.title=="string"?t.title.trim():"";if(!n&&!s)return JSON.stringify({error:"nothing to update \u2014 pass a new title and/or markdown|html"});let i=po(t,n);if(i?.error)return JSON.stringify({error:i.error});let o={id:e};s&&(o.title=s),n&&(o[n.format]=n.content),typeof t?.kind=="string"&&t.kind.trim()&&(o.kind=t.kind.trim()),typeof t?.favicon=="string"&&t.favicon.trim()&&(o.favicon=t.favicon.trim());let a=await so(o,n?.format,i?.preflight);if(a?.__rejected)return a.payload;let c=a?.url;if(!c)return JSON.stringify({error:"artifact update returned no url",response:a});let l={id:e,url:c};if(typeof a.rn=="string"&&a.rn&&(l.rn=a.rn),a.__preflightNote&&(l.preflight=a.__preflightNote),n){let u=await ao(e,n.content);u&&(l.readBack=u)}let d=await ih(e)||{},p={...d,id:e,url:c,title:s||d.title||"Untitled",kind:o.kind||d.kind||null,createdAt:d.createdAt||a.createdAt||new Date().toISOString(),updatedAt:a.updatedAt||new Date().toISOString()};n&&(n.format==="text"?(p.contentType=typeof a.contentType=="string"?a.contentType:d.contentType||null,p.bytes=typeof a.bytes=="number"?a.bytes:Buffer.byteLength(n.content,"utf8")):(p.format=n.format,p.bytes=Buffer.byteLength(n.content,"utf8"))),typeof t?.summary=="string"&&t.summary.trim()?p.summary=t.summary.trim():p.summary||(p.summary=p.title);try{await co(e,p)}catch(u){l.indexWarning=u.message}return JSON.stringify(l)}case"artifact_get":{let e=typeof t?.id=="string"?t.id.trim():"";if(!e)return JSON.stringify({error:"id is required"});let n=await ho(e);return JSON.stringify(n)}case"artifact_share":{let e=typeof t?.id=="string"?t.id.trim():"";if(!e)return JSON.stringify({error:"id is required"});let n=await io(e,"protect");return JSON.stringify({id:n.id,url:n.url,password:n.password,shared:!0,instruction:"Send BOTH the url and the password to the person who asked. Copy the password EXACTLY \u2014 it is case-sensitive and cannot be recovered later (call artifact_share again to issue a new one)."})}case"artifact_unshare":{let e=typeof t?.id=="string"?t.id.trim():"";if(!e)return JSON.stringify({error:"id is required"});let n=await io(e,"unprotect");return JSON.stringify({id:n.id,shared:!1,wasShared:n.wasShared})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"artifact_publish",description:`Publish a NEW self-contained, shareable page (report/plan/table/dashboard/diagram/write-up) and get back a shareable URL. USE \`markdown\` \u2014 it is the default path and Zibby generates the entire document for you (doctype, head, CSS, dark mode, table styling); you supply only the content, so the page cannot come out malformed. Markdown supports ${We}; it does NOT support ${ur}. Use \`html\` ONLY when the page needs a visual layout Markdown cannot express (a bar chart, a gauge, a custom grid, an SVG diagram) \u2014 on that path you author the whole document and every mistake ships verbatim. Never pass both. Use \`text\` (+ required \`contentType\`) to publish RAW SOURCE as-is \u2014 code, a script, logs, JSON data, CSV. It is stored verbatim, never rendered as a page, and shown in a read-only code viewer with a download link. contentType: text/plain for code/logs/scripts, application/json for JSON data, text/csv for CSV. For code, put the FILENAME in \`title\` (e.g. "deploy.sh") \u2014 viewers derive the language label from the extension \u2014 and set kind: "code". Exactly one of markdown|html|text per call. Every figure on the page must come from a tool result or this conversation \u2014 do not do arithmetic in prose and print the result, and use the same number everywhere it appears. The content MUST come from the current conversation or data you fetched this turn; if you are not sure what the page should be about, ASK instead of calling this tool, and never publish a demo/sample/placeholder or an account-overview page as a stand-in. On the html path keep all CSS/JS/images INLINE (inline <style>/<script>, data: URIs) and send real tags (never <escaped> markup) \u2014 the page is sandboxed on view with no network at all, so every external URL is dead. PASS \`data\` WHENEVER THE HTML PAGE RENDERS A DATASET \u2014 a table of records, a bar chart, a row of meters. Give it the raw tool results the page was built from, unchanged; the page is then checked AGAINST that data before anything is sent, catching a table short of rows, a bar drawn at the wrong length, and leftover \${\u2026} or [object Object]. It costs you nothing when the page is right. Skip it for prose pages, and never pass it with \`markdown\` (that is an error, not a no-op). The content is VALIDATED before any URL exists: if it is broken \u2014 by that data check or by the server \u2014 you get the exact defects and line numbers back, you get ONE retry, and then the tool stops you. Both kinds of rejection share the SAME two attempts. Returns { id, url }. PASS \`share: true\` WHEN THE READERS HAVE NO ZIBBY ACCOUNT \u2014 you get back { shareUrl, password } in this same call, instead of publishing a link they cannot open and then having to call artifact_share. The password is GENERATED; you never invent one. Without \`share\` the page is member-only, which is the default and is correct for anything internal.`,input_schema:{type:"object",properties:{title:{type:"string",description:"The page title (also the browser tab title)."},markdown:{type:"string",description:`PREFERRED. The page content as Markdown \u2014 Zibby renders it into a styled, self-contained document, so you never author a skeleton. Supports ${We}. Does NOT support ${ur}. Provide this OR html, never both.`},html:{type:"string",description:"The EXCEPTION path \u2014 only for a layout Markdown cannot express (bar chart, gauge, custom grid, SVG diagram). A self-contained HTML document or fragment, served VERBATIM: you own the doctype, head, CSS and every tag. All assets must be inline (<style>/<script>, data: URIs). Provide this OR markdown, never both."},text:{type:"string",description:'RAW SOURCE published as-is \u2014 code, a script, logs, JSON data, CSV. Stored verbatim (never rendered as an HTML page) and shown in a read-only code viewer with a download link. Requires `contentType`. For code, make `title` the filename (e.g. "deploy.sh" \u2014 the viewer derives the language from the extension) and set kind: "code". Provide this OR markdown OR html.'},contentType:{type:"string",description:"REQUIRED with `text`, meaningless otherwise. One of: text/plain (code, scripts, logs), application/json (JSON data), text/csv (CSV). Nothing else is accepted \u2014 HTML and Markdown are published through their own fields, never as text."},data:{type:"object",description:'Optional, and worth passing WHENEVER the html page renders a dataset (a table of records, a bar chart, meters): the raw tool results the page was built from, as JSON, UNCHANGED \u2014 do not summarise it and do not write your own expectations, the check derives what must be true by itself (wrap a bare array as {"rows": [...]}). The page is then verified against it BEFORE publishing: row counts, bar lengths vs their values, bars whose width the CSS throws away, and placeholder residue. If they disagree nothing is sent and you get the defects back, using one of your two attempts. Only valid with `html` \u2014 passing it with `markdown` is an error.'},kind:{type:"string",description:'Optional label for what this is, e.g. "report", "plan", "dashboard", "diagram". Stored in your index.'},favicon:{type:"string",description:'Optional emoji used as the browser-tab icon, e.g. "\u{1F4CA}".'},summary:{type:"string",description:"Optional one-line summary for your own index (defaults to the title). Helps you recall later what this page was."},share:{type:"boolean",description:"Set true to publish the page WITH a password link in one step \u2014 the response then also carries { shareUrl, password }, which you send together. Use it whenever the people who asked are in a chat channel and have no Zibby account. Omit it (the default) for anything internal: the page is then readable only by logged-in members of this project, and no password exists."}},required:["title"]}},{name:"artifact_update",description:"Revise an EXISTING artifact by id \u2014 the shareable URL stays the same, the content is replaced (new version). Pass the fields to change (title and/or markdown|html|text). `text` only replaces an artifact that was PUBLISHED as text, and it keeps its original contentType \u2014 the server refuses a type change and any doc\u2194text conversion. Prefer `markdown` for the same reason artifact_publish does: Zibby generates the document, so it cannot come out malformed. An update is validated exactly like a publish \u2014 including the optional `data` check when you send new `html` that renders a dataset \u2014 and if the new content is broken it is REFUSED, the page keeps its last good version, and the rejection shares the same two attempts as publish. Returns { id, url }.",input_schema:{type:"object",properties:{id:{type:"string",description:'The id of the artifact to update (from a prior artifact_publish, or your kv-memory "artifact:" index).'},title:{type:"string",description:"New title (optional)."},markdown:{type:"string",description:`PREFERRED. New Markdown content (optional) \u2014 Zibby renders the document skeleton. Supports ${We}. Provide this OR html.`},html:{type:"string",description:"New HTML content (optional), served verbatim \u2014 only for layouts Markdown cannot express. Provide this OR markdown."},text:{type:"string",description:"New raw text content (optional) \u2014 only for an artifact that was PUBLISHED as text. It keeps its original contentType; the server refuses a type change or a doc\u2194text conversion. Provide at most one of markdown|html|text."},data:{type:"object",description:"Optional \u2014 same as on artifact_publish: when the new `html` renders a dataset, pass the raw tool results it was built from and the page is checked against them before anything is sent. Only valid alongside new `html`."},kind:{type:"string",description:"Optional updated kind label."},favicon:{type:"string",description:"Optional updated emoji favicon."},summary:{type:"string",description:"Optional updated one-line index summary."}},required:["id"]}},{name:"artifact_get",description:'Fetch ONE artifact you published, by id \u2192 { metadata, content }. Use to reuse / edit / re-publish a page. To LIST what you have published, use your kv-memory tool kv_recall_prefix with keyPrefix "artifact:".',input_schema:{type:"object",properties:{id:{type:"string",description:"The artifact id."}},required:["id"]}},{name:"artifact_share",description:"Make an artifact viewable WITHOUT a Zibby login, by password. Returns { url, password } \u2014 a link anyone can open plus the password that opens it. USE THIS when the people who need to read the page do not have Zibby accounts \u2014 the usual case is a Lark or Slack channel where you were asked for something and the channel members are not Zibby users. The normal artifact url only opens for logged-in members of this project, so for those recipients it is a dead link; this is what makes it readable. You MUST then send BOTH the url and the password in your reply, and copy the password EXACTLY (it is case-sensitive). It is shown ONCE and cannot be looked up afterwards \u2014 if it is lost, call this again to issue a new one, which also stops the old one working. Works on any artifact you published, old or new. Calling it again on an already-shared artifact replaces the password. Use artifact_unshare to revoke.",input_schema:{type:"object",properties:{id:{type:"string",description:'The id of the artifact to share (from artifact_publish, or your kv-memory "artifact:" index).'}},required:["id"]}},{name:"artifact_unshare",description:`REMOVE an artifact's password \u2014 this is the tool for "take the password off", "remove the password", "stop sharing" and "revoke the link", which are all the same act. The page goes back to the DEFAULT it was published with: viewable only by logged-in members of this project, with no password anywhere. Immediate and total: anyone who already entered the password loses access too, not just new visitors. Safe to call on an artifact that was never shared. Note what this does NOT do: there is no way to leave a page open to anyone with the link and no password. Removing the password closes the anonymous door; it does not prop it open. Say that plainly if you are asked for a passwordless public link.`,input_schema:{type:"object",properties:{id:{type:"string",description:"The artifact id to stop sharing."}},required:["id"]}}]};import{createRequire as oh}from"node:module";import{randomBytes as ah}from"node:crypto";import{existsSync as ko,mkdirSync as ch,writeFileSync as yo}from"node:fs";import{dirname as wo,join as Ve,resolve as So}from"node:path";import{fileURLToPath as vo}from"node:url";var Io=oh(import.meta.url),an=null;function lh(){return an||(an=Io("echarts")),an}var cn=null;function dh(){return cn||(cn=Io("@resvg/resvg-js")),cn}var ph=800,uh=600,mh=4096,hh=16,go=60,No="Noto Sans",_o=256*1024;function fh(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=wo(vo(import.meta.url)),t=So(r,"..","bin","mcp-skill.mjs");return ko(t)?t:null}function yh(){let r=wo(vo(import.meta.url)),t=So(r,"..","assets","fonts");return["NotoSans-Regular.ttf","NotoSans-Bold.ttf"].map(e=>Ve(t,e)).filter(e=>ko(e))}function gh(){let r=process.env.ZIBBY_NODE_SESSION_PATH,t=process.env.ZIBBY_SESSION_PATH,e=r||(t?Ve(t,"chart-render"):Ve(process.cwd(),".zibby","output","charts"));return ch(e,{recursive:!0}),e}function $e(r){return r!=null&&typeof r=="object"&&!Array.isArray(r)}function bo(r,t){let e=Number(r);return Number.isFinite(e)?Math.max(hh,Math.min(mh,Math.round(e))):t}function ln(r){return typeof r!="string"||r.length<=go?r:`${r.slice(0,go-1)}\u2026`}function mr(r){if(Array.isArray(r))for(let t=0;t<r.length;t++){let e=r[t];typeof e=="string"?r[t]=ln(e):$e(e)&&typeof e.name=="string"&&(e.name=ln(e.name))}}function _h(r){for(let n of["xAxis","yAxis"]){let s=Array.isArray(r[n])?r[n]:r[n]?[r[n]]:[];for(let i of s)$e(i)&&mr(i.data)}let t=Array.isArray(r.radar)?r.radar:r.radar?[r.radar]:[];for(let n of t)$e(n)&&mr(n.indicator);$e(r.legend)&&mr(r.legend.data);let e=Array.isArray(r.series)?r.series:r.series?[r.series]:[];for(let n of e)$e(n)&&(typeof n.name=="string"&&(n.name=ln(n.name)),mr(n.data))}function bh(r){let t=JSON.parse(JSON.stringify(r));return t.animation=!1,t.backgroundColor==null&&(t.backgroundColor="#fff"),$e(t.textStyle)||(t.textStyle={}),t.textStyle.fontFamily==null&&(t.textStyle.fontFamily=No),_h(t),t}function kh(r){return typeof r!="string"?null:r.trim().replace(/\.(svg|png)$/i,"").replace(/[^a-zA-Z0-9._-]+/g,"-").replace(/^[.-]+|[.-]+$/g,"")||null}function wh(r,t,e){let s=lh().init(null,null,{renderer:"svg",ssr:!0,width:t,height:e});try{return s.setOption(r),s.renderToSVGString()}finally{s.dispose()}}function Sh(r){return r.replace(/<style\b[^>]*>[\s\S]*?<\/style>/gi,"")}function vh(r,t){return r.replace(/id="zr\d+-/g,`id="${t}-`).replace(/url\(#zr\d+-/g,`url(#${t}-`).replace(/class="zr\d+-/g,`class="${t}-`)}function Ih(r){let t=[];for(let e of r.matchAll(/(?:xlink:)?href\s*=\s*"([^"]*)"/gi)){let n=e[1].trim();n&&!n.startsWith("#")&&!/^data:/i.test(n)&&t.push(n)}for(let e of r.matchAll(/url\(\s*['"]?([^'")]*)['"]?\s*\)/gi)){let n=e[1].trim();n&&!n.startsWith("#")&&!/^data:/i.test(n)&&t.push(n)}return/@import/i.test(r)&&t.push("@import"),/<script\b/i.test(r)&&t.push("<script>"),/<foreignObject\b/i.test(r)&&t.push("<foreignObject>"),t}function Nh(r){let t=vh(Sh(r),`chart-${ah(4).toString("hex")}`),e=Ih(t);if(e.length){let n=[...new Set(e)].slice(0,3).join(", ");throw new Error(`the rendered chart references external resources (${n}), which a self-contained HTML page blocks. Remove image:// symbols / external image fills from the spec (use plain colors or a data: URI), or use output:'svg' to write a file instead.`)}return t}function Oh(r){let{Resvg:t}=dh();return new t(r,{font:{fontFiles:yh(),loadSystemFonts:!0,defaultFontFamily:No}}).render().asPng()}var Oo={id:"chart-render",serverName:"chart_render",allowedTools:["mcp__chart_render__*"],description:"Chart render \u2014 local server-side chart rendering (Apache ECharts SVG SSR + resvg PNG); data never leaves the box",promptFragment:`## Chart Render (local, no external service)
|
|
935
|
+
{ id, title, url, kind, createdAt, summary } for a page you made \u2014 plus
|
|
936
|
+
\`verdict\` where one was given, and a \`context\` block naming the run, agent and
|
|
937
|
+
node that produced it. (Publishing records all of this automatically; you don't
|
|
938
|
+
store it yourself, and the context is the platform's \u2014 you cannot set it.)`,resolve({nodeName:r}={}){let t=nh();if(!t)return{command:null,args:[],env:{},description:this.description};let e={};for(let s of["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV","ZIBBY_PROD_ACCOUNT_API_URL","ZIBBY_USER_TOKEN",...Object.values(on)])process.env[s]&&(e[s]=process.env[s]);let n=typeof r=="string"?r.trim():"";return n&&(e[on.nodeName]=n),{type:"stdio",command:"node",args:[t,"../dist/artifact.js","artifactSkill"],env:e,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{switch(r){case"artifact_publish":{if(Ze>=kt)return an("Publish budget already spent this turn.",[]);let e=typeof t?.title=="string"?t.title.trim():"";if(!e)return JSON.stringify({error:"title is required"});let n=fo(t);if(!n)return JSON.stringify({error:"provide exactly one of markdown (preferred) or html or text (non-empty string)"});if(n.error)return JSON.stringify({error:n.error});let s=yo(t,n);if(s?.error)return JSON.stringify({error:s.error});if(n.format==="text"&&!(typeof t?.contentType=="string"?t.contentType.trim():""))return JSON.stringify({error:"contentType is required with text \u2014 text/plain for code/logs, application/json for JSON data, text/csv for CSV"});let i={title:e,[n.format]:n.content};n.format==="text"&&(i.contentType=t.contentType.trim()),typeof t?.kind=="string"&&t.kind.trim()&&(i.kind=t.kind.trim()),typeof t?.favicon=="string"&&t.favicon.trim()&&(i.favicon=t.favicon.trim()),typeof t?.description=="string"&&t.description.trim()&&(i.description=t.description),typeof t?.verdict=="string"&&t.verdict.trim()&&(i.verdict=t.verdict.trim());let o=ih();o&&(i.context=o),t?.share===!0&&(i.share=!0);let a=await lo(i,n.format,s?.preflight);if(a?.__rejected)return a.payload;let c=a?.id,l=a?.url;if(!c||!l)return JSON.stringify({error:"artifact write returned no id/url",response:a});let d={id:c,url:l};typeof a.rn=="string"&&a.rn&&(d.rn=a.rn),a.shared&&(d.shared=!0,d.shareUrl=a.shareUrl,d.password=a.password,d.instruction="Send BOTH the shareUrl and the password in your reply. Copy the password EXACTLY \u2014 it is case-sensitive, shown once, and cannot be looked up again (artifact_share issues a new one, which kills this one)."),a.__preflightNote&&(d.preflight=a.__preflightNote);let p=await mo(c,n.content);p&&(d.readBack=p);let u={id:c,title:e,url:l,kind:i.kind||null,createdAt:a.createdAt||new Date().toISOString(),summary:typeof t?.summary=="string"&&t.summary.trim()?t.summary.trim():e};a.context&&typeof a.context=="object"&&(u.context=a.context),typeof a.verdict=="string"&&a.verdict&&(u.verdict=a.verdict),n.format==="text"?(u.contentType=typeof a.contentType=="string"?a.contentType:i.contentType,u.bytes=typeof a.bytes=="number"?a.bytes:Buffer.byteLength(n.content,"utf8")):(u.format=n.format,u.bytes=Buffer.byteLength(n.content,"utf8"));try{await ho(c,u)}catch(m){d.indexWarning=m.message}return JSON.stringify(d)}case"artifact_update":{if(Ze>=kt)return an("Publish budget already spent this turn.",[]);let e=typeof t?.id=="string"?t.id.trim():"";if(!e)return JSON.stringify({error:"id is required"});let n=fo(t);if(n?.error)return JSON.stringify({error:n.error});let s=typeof t?.title=="string"?t.title.trim():"",i=typeof t?.description=="string"&&t.description.trim(),o=typeof t?.verdict=="string"&&t.verdict.trim();if(!n&&!s&&!i&&!o)return JSON.stringify({error:"nothing to update \u2014 pass a new title, description, verdict, and/or markdown|html"});let a=yo(t,n);if(a?.error)return JSON.stringify({error:a.error});let c={id:e};s&&(c.title=s),n&&(c[n.format]=n.content),typeof t?.kind=="string"&&t.kind.trim()&&(c.kind=t.kind.trim()),typeof t?.favicon=="string"&&t.favicon.trim()&&(c.favicon=t.favicon.trim()),i&&(c.description=t.description),o&&(c.verdict=t.verdict.trim());let l=await lo(c,n?.format,a?.preflight);if(l?.__rejected)return l.payload;let d=l?.url;if(!d)return JSON.stringify({error:"artifact update returned no url",response:l});let p={id:e,url:d};if(typeof l.rn=="string"&&l.rn&&(p.rn=l.rn),l.__preflightNote&&(p.preflight=l.__preflightNote),n){let h=await mo(e,n.content);h&&(p.readBack=h)}let u=await ph(e)||{},m={...u,id:e,url:d,title:s||u.title||"Untitled",kind:c.kind||u.kind||null,createdAt:u.createdAt||l.createdAt||new Date().toISOString(),updatedAt:l.updatedAt||new Date().toISOString()};typeof l.verdict=="string"&&l.verdict&&(m.verdict=l.verdict),n&&(n.format==="text"?(m.contentType=typeof l.contentType=="string"?l.contentType:u.contentType||null,m.bytes=typeof l.bytes=="number"?l.bytes:Buffer.byteLength(n.content,"utf8")):(m.format=n.format,m.bytes=Buffer.byteLength(n.content,"utf8"))),typeof t?.summary=="string"&&t.summary.trim()?m.summary=t.summary.trim():m.summary||(m.summary=m.title);try{await ho(e,m)}catch(h){p.indexWarning=h.message}return JSON.stringify(p)}case"artifact_get":{let e=typeof t?.id=="string"?t.id.trim():"";if(!e)return JSON.stringify({error:"id is required"});let n=await bo(e);return JSON.stringify(n)}case"artifact_share":{let e=typeof t?.id=="string"?t.id.trim():"";if(!e)return JSON.stringify({error:"id is required"});let n=await po(e,"protect");return JSON.stringify({id:n.id,url:n.url,password:n.password,shared:!0,instruction:"Send BOTH the url and the password to the person who asked. Copy the password EXACTLY \u2014 it is case-sensitive and cannot be recovered later (call artifact_share again to issue a new one)."})}case"artifact_unshare":{let e=typeof t?.id=="string"?t.id.trim():"";if(!e)return JSON.stringify({error:"id is required"});let n=await po(e,"unprotect");return JSON.stringify({id:n.id,shared:!1,wasShared:n.wasShared})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"artifact_publish",description:`Publish a NEW self-contained, shareable page (report/plan/table/dashboard/diagram/write-up) and get back a shareable URL. USE \`markdown\` \u2014 it is the default path and Zibby generates the entire document for you (doctype, head, CSS, dark mode, table styling); you supply only the content, so the page cannot come out malformed. Markdown supports ${We}; it does NOT support ${ur}. Use \`html\` ONLY when the page needs a visual layout Markdown cannot express (a bar chart, a gauge, a custom grid, an SVG diagram) \u2014 on that path you author the whole document and every mistake ships verbatim. Never pass both. Use \`text\` (+ required \`contentType\`) to publish RAW SOURCE as-is \u2014 code, a script, logs, JSON data, CSV. It is stored verbatim, never rendered as a page, and shown in a read-only code viewer with a download link. contentType: text/plain for code/logs/scripts, application/json for JSON data, text/csv for CSV. For code, put the FILENAME in \`title\` (e.g. "deploy.sh") \u2014 viewers derive the language label from the extension \u2014 and set kind: "code". Exactly one of markdown|html|text per call. Every figure on the page must come from a tool result or this conversation \u2014 do not do arithmetic in prose and print the result, and use the same number everywhere it appears. The content MUST come from the current conversation or data you fetched this turn; if you are not sure what the page should be about, ASK instead of calling this tool, and never publish a demo/sample/placeholder or an account-overview page as a stand-in. On the html path keep all CSS/JS/images INLINE (inline <style>/<script>, data: URIs) and send real tags (never <escaped> markup) \u2014 the page is sandboxed on view with no network at all, so every external URL is dead. PASS \`data\` WHENEVER THE HTML PAGE RENDERS A DATASET \u2014 a table of records, a bar chart, a row of meters. Give it the raw tool results the page was built from, unchanged; the page is then checked AGAINST that data before anything is sent, catching a table short of rows, a bar drawn at the wrong length, and leftover \${\u2026} or [object Object]. It costs you nothing when the page is right. Skip it for prose pages, and never pass it with \`markdown\` (that is an error, not a no-op). The content is VALIDATED before any URL exists: if it is broken \u2014 by that data check or by the server \u2014 you get the exact defects and line numbers back, you get ONE retry, and then the tool stops you. Both kinds of rejection share the SAME two attempts. Returns { id, url }. PASS \`share: true\` WHEN THE READERS HAVE NO ZIBBY ACCOUNT \u2014 you get back { shareUrl, password } in this same call, instead of publishing a link they cannot open and then having to call artifact_share. The password is GENERATED; you never invent one. Without \`share\` the page is member-only, which is the default and is correct for anything internal.`,input_schema:{type:"object",properties:{title:{type:"string",description:`The page title (also the browser tab title). ${io}`},markdown:{type:"string",description:`PREFERRED. The page content as Markdown \u2014 Zibby renders it into a styled, self-contained document, so you never author a skeleton. Supports ${We}. Does NOT support ${ur}. Provide this OR html, never both.`},html:{type:"string",description:"The EXCEPTION path \u2014 only for a layout Markdown cannot express (bar chart, gauge, custom grid, SVG diagram). A self-contained HTML document or fragment, served VERBATIM: you own the doctype, head, CSS and every tag. All assets must be inline (<style>/<script>, data: URIs). Provide this OR markdown, never both."},text:{type:"string",description:'RAW SOURCE published as-is \u2014 code, a script, logs, JSON data, CSV. Stored verbatim (never rendered as an HTML page) and shown in a read-only code viewer with a download link. Requires `contentType`. For code, make `title` the filename (e.g. "deploy.sh" \u2014 the viewer derives the language from the extension) and set kind: "code". Provide this OR markdown OR html.'},contentType:{type:"string",description:"REQUIRED with `text`, meaningless otherwise. One of: text/plain (code, scripts, logs), application/json (JSON data), text/csv (CSV). Nothing else is accepted \u2014 HTML and Markdown are published through their own fields, never as text."},data:{type:"object",description:'Optional, and worth passing WHENEVER the html page renders a dataset (a table of records, a bar chart, meters): the raw tool results the page was built from, as JSON, UNCHANGED \u2014 do not summarise it and do not write your own expectations, the check derives what must be true by itself (wrap a bare array as {"rows": [...]}). The page is then verified against it BEFORE publishing: row counts, bar lengths vs their values, bars whose width the CSS throws away, and placeholder residue. If they disagree nothing is sent and you get the defects back, using one of your two attempts. Only valid with `html` \u2014 passing it with `markdown` is an error.'},kind:{type:"string",description:'Optional label for what this is, e.g. "report", "plan", "dashboard", "diagram". Stored in your index.'},favicon:{type:"string",description:'Optional emoji used as the browser-tab icon, e.g. "\u{1F4CA}".'},summary:{type:"string",description:"Optional one-line summary for your own index (defaults to the title). Helps you recall later what this page was."},description:{type:"string",description:`Optional. ${oo} This is the artifact's caption, NOT its content: the page/file itself is the content, and a reader who opens it should be able to understand what they are looking at without asking you. Write it as a short report with headings, bullets and tables (same Markdown subset as the \`markdown\` field, 16 KB max).`},verdict:{type:"string",enum:[...no],description:so},share:{type:"boolean",description:"Set true to publish the page WITH a password link in one step \u2014 the response then also carries { shareUrl, password }, which you send together. Use it whenever the people who asked are in a chat channel and have no Zibby account. Omit it (the default) for anything internal: the page is then readable only by logged-in members of this project, and no password exists."}},required:["title"]}},{name:"artifact_update",description:"Revise an EXISTING artifact by id \u2014 the shareable URL stays the same, the content is replaced (new version). Pass the fields to change (title and/or markdown|html|text). `text` only replaces an artifact that was PUBLISHED as text, and it keeps its original contentType \u2014 the server refuses a type change and any doc\u2194text conversion. Prefer `markdown` for the same reason artifact_publish does: Zibby generates the document, so it cannot come out malformed. An update is validated exactly like a publish \u2014 including the optional `data` check when you send new `html` that renders a dataset \u2014 and if the new content is broken it is REFUSED, the page keeps its last good version, and the rejection shares the same two attempts as publish. Returns { id, url }.",input_schema:{type:"object",properties:{id:{type:"string",description:'The id of the artifact to update (from a prior artifact_publish, or your kv-memory "artifact:" index).'},title:{type:"string",description:"New title (optional)."},markdown:{type:"string",description:`PREFERRED. New Markdown content (optional) \u2014 Zibby renders the document skeleton. Supports ${We}. Provide this OR html.`},html:{type:"string",description:"New HTML content (optional), served verbatim \u2014 only for layouts Markdown cannot express. Provide this OR markdown."},text:{type:"string",description:"New raw text content (optional) \u2014 only for an artifact that was PUBLISHED as text. It keeps its original contentType; the server refuses a type change or a doc\u2194text conversion. Provide at most one of markdown|html|text."},data:{type:"object",description:"Optional \u2014 same as on artifact_publish: when the new `html` renders a dataset, pass the raw tool results it was built from and the page is checked against them before anything is sent. Only valid alongside new `html`."},kind:{type:"string",description:"Optional updated kind label."},favicon:{type:"string",description:"Optional updated emoji favicon."},summary:{type:"string",description:"Optional updated one-line index summary."},description:{type:"string",description:"Optional updated Markdown note shown under the artifact on its detail page. You may pass this ALONE to add or rewrite the explanation without touching the artifact itself \u2014 the content keeps its current version."},verdict:{type:"string",enum:[...no],description:`Optional updated ${so} You may pass this ALONE when the outcome became known after publishing \u2014 the re-run passed, or the check that could not run finally ran.`}},required:["id"]}},{name:"artifact_get",description:'Fetch ONE artifact you published, by id \u2192 { metadata, content }. Use to reuse / edit / re-publish a page. To LIST what you have published, use your kv-memory tool kv_recall_prefix with keyPrefix "artifact:".',input_schema:{type:"object",properties:{id:{type:"string",description:"The artifact id."}},required:["id"]}},{name:"artifact_share",description:"Make an artifact viewable WITHOUT a Zibby login, by password. Returns { url, password } \u2014 a link anyone can open plus the password that opens it. USE THIS when the people who need to read the page do not have Zibby accounts \u2014 the usual case is a Lark or Slack channel where you were asked for something and the channel members are not Zibby users. The normal artifact url only opens for logged-in members of this project, so for those recipients it is a dead link; this is what makes it readable. You MUST then send BOTH the url and the password in your reply, and copy the password EXACTLY (it is case-sensitive). It is shown ONCE and cannot be looked up afterwards \u2014 if it is lost, call this again to issue a new one, which also stops the old one working. Works on any artifact you published, old or new. Calling it again on an already-shared artifact replaces the password. Use artifact_unshare to revoke.",input_schema:{type:"object",properties:{id:{type:"string",description:'The id of the artifact to share (from artifact_publish, or your kv-memory "artifact:" index).'}},required:["id"]}},{name:"artifact_unshare",description:`REMOVE an artifact's password \u2014 this is the tool for "take the password off", "remove the password", "stop sharing" and "revoke the link", which are all the same act. The page goes back to the DEFAULT it was published with: viewable only by logged-in members of this project, with no password anywhere. Immediate and total: anyone who already entered the password loses access too, not just new visitors. Safe to call on an artifact that was never shared. Note what this does NOT do: there is no way to leave a page open to anyone with the link and no password. Removing the password closes the anonymous door; it does not prop it open. Say that plainly if you are asked for a passwordless public link.`,input_schema:{type:"object",properties:{id:{type:"string",description:"The artifact id to stop sharing."}},required:["id"]}}]};import{createRequire as uh}from"node:module";import{randomBytes as mh}from"node:crypto";import{existsSync as No,mkdirSync as hh,writeFileSync as wo}from"node:fs";import{dirname as Oo,join as Ve,resolve as To}from"node:path";import{fileURLToPath as Ao}from"node:url";var Ro=uh(import.meta.url),cn=null;function fh(){return cn||(cn=Ro("echarts")),cn}var ln=null;function yh(){return ln||(ln=Ro("@resvg/resvg-js")),ln}var gh=800,_h=600,bh=4096,kh=16,So=60,Eo="Noto Sans",vo=256*1024;function wh(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=Oo(Ao(import.meta.url)),t=To(r,"..","bin","mcp-skill.mjs");return No(t)?t:null}function Sh(){let r=Oo(Ao(import.meta.url)),t=To(r,"..","assets","fonts");return["NotoSans-Regular.ttf","NotoSans-Bold.ttf"].map(e=>Ve(t,e)).filter(e=>No(e))}function vh(){let r=process.env.ZIBBY_NODE_SESSION_PATH,t=process.env.ZIBBY_SESSION_PATH,e=r||(t?Ve(t,"chart-render"):Ve(process.cwd(),".zibby","output","charts"));return hh(e,{recursive:!0}),e}function $e(r){return r!=null&&typeof r=="object"&&!Array.isArray(r)}function Io(r,t){let e=Number(r);return Number.isFinite(e)?Math.max(kh,Math.min(bh,Math.round(e))):t}function dn(r){return typeof r!="string"||r.length<=So?r:`${r.slice(0,So-1)}\u2026`}function mr(r){if(Array.isArray(r))for(let t=0;t<r.length;t++){let e=r[t];typeof e=="string"?r[t]=dn(e):$e(e)&&typeof e.name=="string"&&(e.name=dn(e.name))}}function Ih(r){for(let n of["xAxis","yAxis"]){let s=Array.isArray(r[n])?r[n]:r[n]?[r[n]]:[];for(let i of s)$e(i)&&mr(i.data)}let t=Array.isArray(r.radar)?r.radar:r.radar?[r.radar]:[];for(let n of t)$e(n)&&mr(n.indicator);$e(r.legend)&&mr(r.legend.data);let e=Array.isArray(r.series)?r.series:r.series?[r.series]:[];for(let n of e)$e(n)&&(typeof n.name=="string"&&(n.name=dn(n.name)),mr(n.data))}function Nh(r){let t=JSON.parse(JSON.stringify(r));return t.animation=!1,t.backgroundColor==null&&(t.backgroundColor="#fff"),$e(t.textStyle)||(t.textStyle={}),t.textStyle.fontFamily==null&&(t.textStyle.fontFamily=Eo),Ih(t),t}function Oh(r){return typeof r!="string"?null:r.trim().replace(/\.(svg|png)$/i,"").replace(/[^a-zA-Z0-9._-]+/g,"-").replace(/^[.-]+|[.-]+$/g,"")||null}function Th(r,t,e){let s=fh().init(null,null,{renderer:"svg",ssr:!0,width:t,height:e});try{return s.setOption(r),s.renderToSVGString()}finally{s.dispose()}}function Ah(r){return r.replace(/<style\b[^>]*>[\s\S]*?<\/style>/gi,"")}function Rh(r,t){return r.replace(/id="zr\d+-/g,`id="${t}-`).replace(/url\(#zr\d+-/g,`url(#${t}-`).replace(/class="zr\d+-/g,`class="${t}-`)}function Eh(r){let t=[];for(let e of r.matchAll(/(?:xlink:)?href\s*=\s*"([^"]*)"/gi)){let n=e[1].trim();n&&!n.startsWith("#")&&!/^data:/i.test(n)&&t.push(n)}for(let e of r.matchAll(/url\(\s*['"]?([^'")]*)['"]?\s*\)/gi)){let n=e[1].trim();n&&!n.startsWith("#")&&!/^data:/i.test(n)&&t.push(n)}return/@import/i.test(r)&&t.push("@import"),/<script\b/i.test(r)&&t.push("<script>"),/<foreignObject\b/i.test(r)&&t.push("<foreignObject>"),t}function xh(r){let t=Rh(Ah(r),`chart-${mh(4).toString("hex")}`),e=Eh(t);if(e.length){let n=[...new Set(e)].slice(0,3).join(", ");throw new Error(`the rendered chart references external resources (${n}), which a self-contained HTML page blocks. Remove image:// symbols / external image fills from the spec (use plain colors or a data: URI), or use output:'svg' to write a file instead.`)}return t}function Lh(r){let{Resvg:t}=yh();return new t(r,{font:{fontFiles:Sh(),loadSystemFonts:!0,defaultFontFamily:Eo}}).render().asPng()}var xo={id:"chart-render",serverName:"chart_render",allowedTools:["mcp__chart_render__*"],description:"Chart render \u2014 local server-side chart rendering (Apache ECharts SVG SSR + resvg PNG); data never leaves the box",promptFragment:`## Chart Render (local, no external service)
|
|
915
939
|
You can render charts LOCALLY with the chart_render tool \u2014 pass a standard
|
|
916
940
|
Apache ECharts option object as \`spec\` (any chart type: bar, line, pie,
|
|
917
941
|
radar, scatter, heatmap, \u2026). No browser, no external chart service \u2014 the data
|
|
@@ -926,7 +950,7 @@ Pick the destination with \`output\`:
|
|
|
926
950
|
compute the geometry from the data so the bars cannot come out wrong.
|
|
927
951
|
- **Attaching a chart to the run \u2192 \`output:'png'\` (default), \`'svg'\` or
|
|
928
952
|
\`'both'\`.** Writes files to the run's output folder (auto-uploaded as run
|
|
929
|
-
artifacts) and returns the paths. Default 800\xD7600.`,resolve({sessionPath:r,nodeName:t}={}){let e=
|
|
953
|
+
artifacts) and returns the paths. Default 800\xD7600.`,resolve({sessionPath:r,nodeName:t}={}){let e=wh();if(!e)return{command:null,args:[],env:{},description:this.description};let n={},s=r&&t?Ve(r,t):null;s&&(n.ZIBBY_NODE_SESSION_PATH=s),r&&(n.ZIBBY_SESSION_PATH=r);for(let i of["ZIBBY_NODE_SESSION_PATH","ZIBBY_SESSION_PATH"])!n[i]&&process.env[i]&&(n[i]=process.env[i]);return{type:"stdio",command:"node",args:[e,"../dist/chartRender.js","chartRenderSkill"],env:n,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){if(r!=="chart_render")return JSON.stringify({error:`Unknown tool: ${r}`});try{let e=t?.spec;if(!$e(e))return JSON.stringify({error:"spec must be a plain ECharts option OBJECT (e.g. { xAxis: {...}, yAxis: {...}, series: [...] }) \u2014 got "+(e===null?"null":Array.isArray(e)?"an array":typeof e)+". Pass the option object itself, not a string or an array."});let n=Io(t?.width,gh),s=Io(t?.height,_h),i=["svg","png","both","svg-inline"].includes(t?.output)?t.output:"png",o=Oh(t?.filename)||`chart-${Date.now()}`,a;try{a=Th(Nh(e),n,s)}catch(d){return JSON.stringify({error:`Chart render failed: ${d.message}. The spec must be a valid Apache ECharts option (check series[].type, and that xAxis/yAxis/radar match the series type). Fix the spec and retry.`})}if(typeof a!="string"||!a.includes("<svg"))return JSON.stringify({error:"Chart render produced no SVG \u2014 the spec likely describes an empty chart (no series?). Add at least one series and retry."});if(i==="svg-inline"){let d;try{d=xh(a)}catch(u){return JSON.stringify({error:`Chart cannot be inlined: ${u.message}`})}let p=Buffer.byteLength(d,"utf-8");return p>vo?JSON.stringify({error:`Rendered SVG is ${Math.round(p/1024)}KB, over the ${Math.round(vo/1024)}KB inline limit. Inline SVG is returned through the conversation and pasted into the page, so it must stay small. Aggregate or sample the data down (a readable chart rarely needs >1000 points), or use output:'svg' to write a file instead.`}):JSON.stringify({ok:!0,width:n,height:s,svg:d,bytes:p,files:[]})}let c=vh(),l=[];if(i==="svg"||i==="both"){let d=Ve(c,`${o}.svg`);wo(d,a,"utf-8"),l.push({path:d,format:"svg",bytes:Buffer.byteLength(a,"utf-8")})}if(i==="png"||i==="both"){let d;try{d=Lh(a)}catch(u){return JSON.stringify({error:`PNG rasterization failed: ${u.message}. Retry with output:'svg' if you only need the vector.`})}let p=Ve(c,`${o}.png`);wo(p,d),l.push({path:p,format:"png",bytes:d.length})}return JSON.stringify({ok:!0,width:n,height:s,files:l})}catch(e){return JSON.stringify({error:`chart_render failed: ${e.message}`})}},tools:[{name:"chart_render",description:`Render a chart LOCALLY (no external service) from a standard Apache ECharts option. Pass the raw ECharts option as \`spec\` \u2014 every ECharts chart type works (bar, line, pie, radar, scatter, heatmap, \u2026). USE output:'svg-inline' WHEN BUILDING AN HTML PAGE, ARTIFACT OR REPORT: it returns the chart as an \`svg\` string (self-contained, no external refs) to paste directly into your HTML \u2014 a published page blocks external hosts, so a file path will not render there, and hand-written bar markup is never needed because ECharts computes the geometry. Otherwise output 'png' (default) / 'svg' / 'both' writes files to the run output folder and returns their paths. animation is forced off; background defaults to white. Bar example: {"xAxis":{"type":"category","data":["Q1","Q2"]},"yAxis":{},"series":[{"type":"bar","data":[12,30]}]}. Radar example: {"legend":{"data":["A","B"]},"radar":{"indicator":[{"name":"speed","max":10},{"name":"cost","max":10},{"name":"quality","max":10}]},"series":[{"type":"radar","data":[{"name":"A","value":[7,4,9]},{"name":"B","value":[5,8,6]}]}]}.`,input_schema:{type:"object",properties:{spec:{type:"object",description:"The Apache ECharts option object, passed through as-is (series, xAxis/yAxis, radar, legend, title, \u2026)."},width:{type:"number",description:"Image width in px (default 800, max 4096)."},height:{type:"number",description:"Image height in px (default 600, max 4096)."},output:{type:"string",enum:["svg","png","both","svg-inline"],description:"Destination. 'svg-inline' writes NO file and returns the SVG markup in the result for pasting into an HTML page/artifact \u2014 use this whenever you are building HTML. 'png' (default) / 'svg' / 'both' write files to the run output folder and return their paths."},filename:{type:"string",description:"Optional file basename (no extension); defaults to chart-<timestamp>."}},required:["spec"]}}]};import{existsSync as jh}from"fs";import{fileURLToPath as $h}from"url";import{dirname as Ph,resolve as Ch}from"path";function Uh(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=Ph($h(import.meta.url)),t=Ch(r,"..","bin","mcp-skill.mjs");return jh(t)?t:null}var Bh=[{name:"trivial",max:5},{name:"small",max:30},{name:"medium",max:150},{name:"large",max:600},{name:"huge",max:1/0}];function Dh(r,t){let e=(Number(r)||0)+(Number(t)||0);for(let n of Bh)if(e<=n.max)return n.name;return"huge"}function Jh(r){let e=String(r||"").toLowerCase().split("/").pop()||"",n=e.match(/\.(test|spec)\.[a-z0-9]+$/);if(n)return`.${n[1]}`;let s=e.lastIndexOf(".");return s<=0?/^(dockerfile|makefile|jenkinsfile|procfile|gemfile|rakefile)$/i.test(e)?e.toLowerCase():"":e.slice(s)}var Mh={code:[".js",".jsx",".ts",".tsx",".mjs",".cjs",".py",".go",".rs",".java",".kt",".rb",".php",".c",".cc",".cpp",".h",".hpp",".cs",".swift",".scala",".m",".dart",".ex",".exs",".clj",".sh",".bash"],test:[".test",".spec"],docs:[".md",".mdx",".rst",".txt",".adoc"],config:[".json",".yml",".yaml",".toml",".ini",".env",".cfg",".conf",".lock",".xml",".properties","dockerfile","makefile","jenkinsfile","procfile",".tf",".gradle"],style:[".css",".scss",".sass",".less",".styl"],data:[".csv",".tsv",".sql",".parquet",".proto",".graphql",".gql"]},qh=(()=>{let r={};for(let[t,e]of Object.entries(Mh))for(let n of e)r[n]=t;return r})();function Fh(r){return qh[String(r||"").toLowerCase()]||"other"}function Kh(r,t={}){let e=Array.isArray(r)?r:[],n=[],s={},i={code:0,test:0,docs:0,config:0,style:0,data:0,other:0},o=0,a=0,c={path:"",changed:-1};for(let m of e){if(!m||typeof m!="object")continue;let h=String(m.path||m.newPath||m.filename||m.new_path||"").trim();if(!h)continue;n.push(h);let f=Number(m.additions??m.add??0)||0,b=Number(m.deletions??m.del??0)||0;o+=f,a+=b;let y=Jh(h);s[y||"(none)"]=(s[y||"(none)"]||0)+1,i[Fh(y)]+=1;let _=f+b;_>c.changed&&(c={path:h,changed:_})}let l=Number(t.additions),d=Number(t.deletions),p=Number.isFinite(l)?l:o,u=Number.isFinite(d)?d:a;return{filesChanged:n.length,filePaths:n,extCounts:s,kindCounts:i,additions:p,deletions:u,sizeBucket:Dh(p,u),largestFile:c.path||null,dirs:[...new Set(n.map(m=>m.includes("/")?m.split("/")[0]:"(root)"))].sort()}}function Gh(r){let t="",e=String(r||"");for(let n=0;n<e.length;n++){let s=e[n];s==="*"?e[n+1]==="*"?(t+=".*",n++,e[n+1]==="/"&&n++):t+="[^/]*":s==="?"?t+="[^/]":"\\^$.|+()[]{}".includes(s)?t+=`\\${s}`:t+=s}return new RegExp(`^${t}$`)}function Hh(r,t){let e=Array.isArray(r)?r.map(String):[],n=(Array.isArray(t)?t:[]).filter(Boolean).map(Gh);if(!n.length)return{total:e.length,hits:0,ratio:0,matched:[]};let s=e.filter(i=>n.some(o=>o.test(i)));return{total:e.length,hits:s.length,ratio:e.length?Number((s.length/e.length).toFixed(4)):0,matched:s}}function Yh(r,t){let e=(Array.isArray(r)?r:[]).map(Number).filter(i=>Number.isFinite(i)),n=Number(t);if(!e.length||!Number.isFinite(n))return null;let s=e.filter(i=>i<=n).length;return Number((s/e.length*100).toFixed(1))}var Lo={id:"code-stats",serverName:"code_stats",allowedTools:["mcp__code_stats__*"],description:"Deterministic code statistics \u2014 pure, reproducible facts from changed-file lists + numbers (extension/work-kind mix, size bucket, core-path glob coverage, percentile rank). Zero LLM, zero network.",promptFragment:`## Code Stats (DETERMINISTIC facts \u2014 pure, reproducible, zero-LLM)
|
|
930
954
|
These tools COMPUTE reproducible facts from data you already have. Use them so
|
|
931
955
|
your numbers are auditable and survive challenge (same input \u2192 same output).
|
|
932
956
|
|
|
@@ -944,7 +968,7 @@ Tools:
|
|
|
944
968
|
reproducible "works in the core vs the edges" number.
|
|
945
969
|
- code_stats_percentile: Given \`values\` (a cohort's numbers) + a \`value\`,
|
|
946
970
|
returns the 0-100 percentile rank. Use to express every metric as a rank
|
|
947
|
-
within the team (reproducible + comparable across teams), not a raw number.`,resolve(){let r=
|
|
971
|
+
within the team (reproducible + comparable across teams), not a raw number.`,resolve(){let r=Uh();return r?{type:"stdio",command:"node",args:[r,"../dist/codeStats.js","codeStatsSkill"],env:{},description:this.description,alwaysLoad:!0}:{command:null,args:[],env:{},description:this.description}},async handleToolCall(r,t){try{switch(r){case"code_stats_commit_facts":return JSON.stringify(Kh(t?.files,{additions:t?.additions,deletions:t?.deletions}));case"code_stats_glob_hit":return JSON.stringify(Hh(t?.paths,t?.globs));case"code_stats_percentile":return JSON.stringify({percentile:Yh(t?.values,t?.value)});default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:e.message})}},tools:[{name:"code_stats_commit_facts",description:"Deterministic per-commit facts from its changed-file list. Pass files: [{path, additions, deletions}] (gitlab_get_commit / github_get_commit shape). Returns filePaths, extCounts, kindCounts (code/test/docs/config/style/data/other), additions, deletions, sizeBucket (trivial/small/medium/large/huge), largestFile, dirs. Pure \u2014 same input always same output.",input_schema:{type:"object",properties:{files:{type:"array",description:"Changed files. Each { path (or newPath/filename), additions?, deletions? }.",items:{type:"object",properties:{path:{type:"string"},additions:{type:"number"},deletions:{type:"number"}}}},additions:{type:"number",description:"Optional commit-level total additions override (else summed from files)."},deletions:{type:"number",description:"Optional commit-level total deletions override."}},required:["files"]}},{name:"code_stats_glob_hit",description:"How many of paths match ANY of globs (supports **, *, ?). Returns { total, hits, ratio, matched }. Use for reproducible core-path coverage against the caller's own core globs.",input_schema:{type:"object",properties:{paths:{type:"array",items:{type:"string"},description:"File paths to test."},globs:{type:"array",items:{type:"string"},description:'Glob patterns, e.g. ["src/payment/**", "auth/**"].'}},required:["paths","globs"]}},{name:"code_stats_percentile",description:'The 0-100 percentile rank of value within values (cumulative "% at or below"). Reproducible + cross-team comparable. Empty cohort \u2192 null.',input_schema:{type:"object",properties:{values:{type:"array",items:{type:"number"},description:"The cohort's numbers."},value:{type:"number",description:"The value to rank."}},required:["values","value"]}}]};import{existsSync as zh}from"fs";import{fileURLToPath as Wh}from"url";import{dirname as Zh,resolve as Vh}from"path";function Xh(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=Zh(Wh(import.meta.url)),t=Vh(r,"..","bin","mcp-skill.mjs");return zh(t)?t:null}function Qh(r={}){let t=String(r.provider||process.env.ZIBBY_PROGRESS_PROVIDER||(process.env.LARK_RECEIVE_ID?"lark":process.env.SLACK_CHANNEL||process.env.SLACK_BOT_TOKEN?"slack":"")).toLowerCase(),e=String(r.chatId||r.channel||process.env.ZIBBY_PROGRESS_CHAT_ID||(t==="lark"?process.env.LARK_RECEIVE_ID:process.env.SLACK_CHANNEL)||"").trim(),n=String(r.mention||process.env.ZIBBY_PROGRESS_MENTION||"").trim();return{provider:t,chatId:e,mention:n}}var jo={id:"chat-progress",serverName:"chat_progress",allowedTools:["mcp__chat_progress__*"],envKeys:[...P.envKeys||[],...F.envKeys||[],"ZIBBY_PROGRESS_PROVIDER","ZIBBY_PROGRESS_CHAT_ID","ZIBBY_PROGRESS_MENTION","SLACK_CHANNEL","LARK_RECEIVE_ID"],description:"Report progress back to the triggering chat during a long-running job \u2014 a one-line status the human sees while the work runs. General + reusable; fire-and-forget.",promptFragment:`## Chat Progress (tell the human you're still working \u2014 long jobs only)
|
|
948
972
|
When a run is LONG (many API pages, a shard-capped backfill, dozens of scored
|
|
949
973
|
items), the human who triggered it can't see the middle \u2014 only the final
|
|
950
974
|
notify. Post brief milestones so they know it's alive:
|
|
@@ -954,11 +978,11 @@ notify. Post brief milestones so they know it's alive:
|
|
|
954
978
|
commits, continuing\u2026"). Pass the chat target from your \`notify\` input when
|
|
955
979
|
you have it (provider + chatId); otherwise it resolves from the runtime.
|
|
956
980
|
Fire-and-forget \u2014 if it can't post, just keep working; never treat a failed
|
|
957
|
-
progress ping as an error.`,resolve(){let r=
|
|
958
|
-
`),height:a}}function
|
|
981
|
+
progress ping as an error.`,resolve(){let r=Xh();if(!r)return{command:null,args:[],env:{},description:this.description};let t={};for(let e of["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV","ZIBBY_PROD_ACCOUNT_API_URL","ZIBBY_USER_TOKEN","SLACK_BOT_TOKEN","SLACK_TEAM_ID","ZIBBY_PROGRESS_PROVIDER","ZIBBY_PROGRESS_CHAT_ID","ZIBBY_PROGRESS_MENTION","SLACK_CHANNEL","LARK_RECEIVE_ID"])process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/chatProgress.js","chatProgressSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){if(r!=="report_progress")return JSON.stringify({error:`Unknown tool: ${r}`});try{let e=String(t?.message||"").trim().slice(0,2e3);if(!e)return JSON.stringify({ok:!1,skipped:"empty message"});let{provider:n,chatId:s,mention:i}=Qh(t);if(!n||!s)return JSON.stringify({ok:!1,skipped:"no chat target"});let o=i&&n==="slack"?`<@${i}> ${e}`:e,a;n==="lark"?a=await F.handleToolCall("lark_send_message",{receive_id:s,text:e}):a=await P.handleToolCall("slack_post_message",{channel:s,text:o});let c=null;try{c=JSON.parse(a)}catch{}return c&&c.error?JSON.stringify({ok:!1,skipped:`post failed: ${c.error}`}):JSON.stringify({ok:!0,provider:n,posted:!0})}catch(e){return JSON.stringify({ok:!1,skipped:`error: ${e.message}`})}},tools:[{name:"report_progress",description:"Post a ONE-LINE progress status to the chat that triggered this run (so the human sees the long job is alive). Fire-and-forget \u2014 never fails the run. Target resolves from your notify input (provider + chatId) or the runtime; you usually just pass the message.",input_schema:{type:"object",properties:{message:{type:"string",description:'A short human status line, e.g. "Scored 60/188 commits, continuing\u2026".'},provider:{type:"string",enum:["lark","slack"],description:"Optional \u2014 the chat provider (from your notify input). Defaults from the runtime."},chatId:{type:"string",description:"Optional \u2014 the target chat/channel id (from your notify input). Defaults from the runtime."}},required:["message"]}}]};import{createRequire as ef}from"node:module";import{existsSync as Uo,mkdirSync as tf,writeFileSync as $o}from"node:fs";import{dirname as Bo,join as Qe,resolve as Do}from"node:path";import{fileURLToPath as Jo}from"node:url";var rf=ef(import.meta.url),pn=null;function nf(){return pn||(pn=rf("@resvg/resvg-js")),pn}var Mo=1200,sf=627,of=4096,af=320,cf="#3b82f6",Pe="Noto Sans",lf=3;function df(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=Bo(Jo(import.meta.url)),t=Do(r,"..","bin","mcp-skill.mjs");return Uo(t)?t:null}function pf(){let r=Bo(Jo(import.meta.url)),t=Do(r,"..","assets","fonts");return["NotoSans-Regular.ttf","NotoSans-Bold.ttf"].map(e=>Qe(t,e)).filter(e=>Uo(e))}function uf(){let r=process.env.ZIBBY_NODE_SESSION_PATH,t=process.env.ZIBBY_SESSION_PATH,e=r||(t?Qe(t,"social-card"):Qe(process.cwd(),".zibby","output","social-cards"));return tf(e,{recursive:!0}),e}function Po(r,t){let e=Number(r);return Number.isFinite(e)?Math.max(af,Math.min(of,Math.round(e))):t}function Xe(r){return String(r??"").replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}function mf(r){return typeof r!="string"?null:r.trim().replace(/\.(png|svg)$/i,"").replace(/[^a-zA-Z0-9._-]+/g,"-").replace(/^[.-]+|[.-]+$/g,"")||null}function hf(r,t){if(typeof r!="string")return t;let e=r.trim();return/^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$/.test(e)?e:t}function qo(r,t,e){return String(r).length*t*e}function un(r,t,e,n){let s=String(r).trim().split(/\s+/).filter(Boolean),i=[],o="";for(let a of s){let c=o?`${o} ${a}`:a;o&&qo(c,e,n)>t?(i.push(o),o=a):o=c}return o&&i.push(o),i.length?i:[""]}function ff(r){return r==="light"?{bg:"#ffffff",fg:"#0b0f14",muted:"#5b6673",pillText:"#0b0f14",checkFg:"#ffffff",divider:"#e2e6ea"}:{bg:"#0b0f14",fg:"#e9edf1",muted:"#8b98a5",pillText:"#e9edf1",checkFg:"#0b0f14",divider:"#22303c"}}function Co(r,t,e,n,s){let i=(Array.isArray(r)?r:[]).map(b=>String(b??"").trim()).filter(Boolean).slice(0,lf);if(i.length<2)return null;let o=24,a=54,c=26,l=90,d=17,p=i.map(b=>Math.max(96,qo(b,o,.58)+c*2)),u=p.reduce((b,y)=>b+y,0)+l*(i.length-1),m=t-u/2,h=e+a/2,f=[];for(let b=0;b<i.length;b++){let y=p[b];if(f.push(`<rect x="${m.toFixed(1)}" y="${e}" width="${y.toFixed(1)}" height="${a}" rx="${a/2}" fill="${s}" fill-opacity="0.12" stroke="${s}" stroke-opacity="0.55" stroke-width="1.5"/>`,`<text x="${(m+y/2).toFixed(1)}" y="${(h+o*.35).toFixed(1)}" text-anchor="middle" font-family="${Pe}" font-size="${o}" font-weight="700" fill="${n.pillText}">${Xe(i[b])}</text>`),m+=y,b<i.length-1){let _=m,g=m+l,k=(_+g)/2;f.push(`<line x1="${_.toFixed(1)}" y1="${h}" x2="${g.toFixed(1)}" y2="${h}" stroke="${s}" stroke-opacity="0.55" stroke-width="2"/>`,`<circle cx="${k.toFixed(1)}" cy="${h}" r="${d}" fill="${s}"/>`,`<path d="M ${(k-8).toFixed(1)} ${h.toFixed(1)} l 5 5 l 9 -11" fill="none" stroke="${n.checkFg}" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>`),m=g}}return{svg:f.join(`
|
|
982
|
+
`),height:a}}function yf(r){let{width:t,height:e,theme:n,accent:s}=r,i=ff(n),o=t/2,a=Math.round(t*.07),c=t-a*2,l=String(r.headline).trim(),d=r.eyebrow?String(r.eyebrow).trim().toUpperCase():"",p=r.subhead?String(r.subhead).trim():"",u=r.stat?String(r.stat).trim():"",m=r.footer?String(r.footer).trim():"",h=t/Mo,f=Math.round(22*h),b=Math.round(29*h),y=p?un(p,c,b,.52):[],_=Math.round(b*1.28),g=4,k=Math.round(26*h),O=Math.round(20*h),M=Math.round(24*h),ye=Math.round(30*h),T=!!(u||m),R=a,q=T?Math.round(110*h):a,x=e-R-q,Ie=Co(r.diagram,o,0,i,s),An=(C,ge)=>{let tt=g+k;return d&&(tt+=f+O),tt+=ge.length*Math.round(C*1.16),y.length&&(tt+=M+y.length*_),Ie&&(tt+=ye+Ie.height),tt},Sr=[76,66,58,50,44,38].map(C=>Math.round(C*h)),Na=4,Ue=Sr[Sr.length-1],vr=un(l,c,Ue,.6);for(let C of Sr){let ge=un(l,c,C,.6);if(ge.length<=Na&&An(C,ge)<=x){Ue=C,vr=ge;break}}let Oa=Math.round(Ue*1.16),Ta=An(Ue,vr),W=R+Math.max(0,(x-Ta)/2),le=[];le.push(`<rect x="0" y="0" width="${t}" height="${e}" fill="${i.bg}"/>`);let Rn=Math.round(60*h);le.push(`<rect x="${(o-Rn/2).toFixed(1)}" y="${W}" width="${Rn}" height="${g}" rx="2" fill="${s}"/>`),W+=g+k,d&&(le.push(`<text x="${o}" y="${(W+f*.82).toFixed(1)}" text-anchor="middle" font-family="${Pe}" font-size="${f}" font-weight="700" letter-spacing="3" fill="${s}">${Xe(d)}</text>`),W+=f+O);for(let C of vr)le.push(`<text x="${o}" y="${(W+Ue*.82).toFixed(1)}" text-anchor="middle" font-family="${Pe}" font-size="${Ue}" font-weight="700" fill="${i.fg}">${Xe(C)}</text>`),W+=Oa;if(y.length){W+=M;for(let C of y)le.push(`<text x="${o}" y="${(W+b*.82).toFixed(1)}" text-anchor="middle" font-family="${Pe}" font-size="${b}" font-weight="400" fill="${i.muted}">${Xe(C)}</text>`),W+=_}if(Ie){W+=ye;let C=Co(r.diagram,o,W,i,s);C&&le.push(C.svg)}if(T){let C=Math.round(24*h),ge=e-Math.round(46*h);m&&le.push(`<text x="${a}" y="${ge}" text-anchor="start" font-family="${Pe}" font-size="${C}" font-weight="400" fill="${i.muted}">${Xe(m)}</text>`),u&&le.push(`<text x="${t-a}" y="${ge}" text-anchor="end" font-family="${Pe}" font-size="${C}" font-weight="700" fill="${s}">${Xe(u)}</text>`)}return`<svg xmlns="http://www.w3.org/2000/svg" width="${t}" height="${e}" viewBox="0 0 ${t} ${e}">
|
|
959
983
|
${le.join(`
|
|
960
984
|
`)}
|
|
961
|
-
</svg>`}function
|
|
985
|
+
</svg>`}function gf(r){let{Resvg:t}=nf();return new t(r,{font:{fontFiles:pf(),loadSystemFonts:!0,defaultFontFamily:Pe}}).render().asPng()}var Fo={id:"social-card",serverName:"social_card",allowedTools:["mcp__social_card__*"],description:'Social card \u2014 render a branded LinkedIn "concept card" PNG locally (bold headline + eyebrow + optional stat/footer/diagram); nothing leaves the box',promptFragment:`## Social Card (branded concept card, local)
|
|
962
986
|
You can render a BRANDED concept card PNG with the social_card_render tool \u2014 the
|
|
963
987
|
clean, high-signal LinkedIn "concept card" style (bold headline + small uppercase
|
|
964
988
|
eyebrow + optional stat/footer + optional A\u2014\u2713\u2014B diagram). Give it STRUCTURED
|
|
@@ -972,15 +996,15 @@ fields that capture the ONE key idea of your post:
|
|
|
972
996
|
It renders server-side to a PNG in the run's output folder and returns
|
|
973
997
|
{ ok:true, files:[{ path, format:'png', bytes }] }. Pass the returned \`path\` as
|
|
974
998
|
\`imagePath\` when you draft/publish a LinkedIn post to ATTACH the card as the
|
|
975
|
-
post image. No browser, no external service \u2014 the data never leaves the machine.`,resolve({sessionPath:r,nodeName:t}={}){let e=
|
|
976
|
-
`)){let s=n.trim();if(!s)continue;let i;try{i=JSON.parse(s)}catch{continue}if(!i||typeof i!="object")continue;let o=i.location||{};e.push({file:o.file||"",line:Number.isFinite(o.line)?o.line:"",severity:i.severity||"warning",rule:i.code||"",message:i.message||""})}return e.filter(n=>n.file||n.message)}var
|
|
999
|
+
post image. No browser, no external service \u2014 the data never leaves the machine.`,resolve({sessionPath:r,nodeName:t}={}){let e=df();if(!e)return{command:null,args:[],env:{},description:this.description};let n={},s=r&&t?Qe(r,t):null;s&&(n.ZIBBY_NODE_SESSION_PATH=s),r&&(n.ZIBBY_SESSION_PATH=r);for(let i of["ZIBBY_NODE_SESSION_PATH","ZIBBY_SESSION_PATH"])!n[i]&&process.env[i]&&(n[i]=process.env[i]);return{type:"stdio",command:"node",args:[e,"../dist/socialCard.js","socialCardSkill"],env:n,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){if(r!=="social_card_render")return JSON.stringify({error:`Unknown tool: ${r}`});try{let e=t?.headline;if(typeof e!="string"||!e.trim())return JSON.stringify({error:"headline (the big bold line) is required and must be a non-empty string."});let n=Po(t?.width,Mo),s=Po(t?.height,sf),i=t?.theme==="light"?"light":"dark",o=hf(t?.accent,cf),a;try{a=yf({width:n,height:s,theme:i,accent:o,headline:e,eyebrow:t?.eyebrow,subhead:t?.subhead,stat:t?.stat,footer:t?.footer,diagram:t?.diagram})}catch(m){return JSON.stringify({error:`Card layout failed: ${m.message}`})}let c;try{c=gf(a)}catch(m){return JSON.stringify({error:`PNG rasterization failed: ${m.message}`})}let l=uf(),d=mf(t?.filename)||`social-card-${Date.now()}`,p=Qe(l,`${d}.png`);$o(p,c);let u=[{path:p,format:"png",bytes:c.length}];if(t?.output==="both"||t?.output==="svg"){let m=Qe(l,`${d}.svg`);$o(m,a,"utf-8"),u.push({path:m,format:"svg",bytes:Buffer.byteLength(a,"utf-8")})}return JSON.stringify({ok:!0,width:n,height:s,theme:i,files:u})}catch(e){return JSON.stringify({error:`social_card_render failed: ${e.message}`})}},tools:[{name:"social_card_render",description:'Render a BRANDED "concept card" PNG LOCALLY (no external service) from structured fields \u2014 the clean LinkedIn concept-card style: bold headline + small uppercase eyebrow + optional supporting subhead, stat, footer, and an A\u2014\u2713\u2014B diagram. Returns { ok:true, files:[{ path, format:"png", bytes }] }. Pass the returned `path` as `imagePath` to a LinkedIn post tool to attach it as the post image. Example: { "headline":"No more copy-paste between AI tools", "eyebrow":"MY WORKFLOW", "stat":"11.8k stars", "footer":"Apache 2.0", "diagram":["Claude Code","Codex"] }.',input_schema:{type:"object",properties:{headline:{type:"string",description:"REQUIRED. The big, bold line \u2014 the single key idea/takeaway. Word-wrapped + auto-sized."},eyebrow:{type:"string",description:'Small uppercase kicker above the headline (e.g. "MY WORKFLOW", "OPEN SOURCE"). Rendered uppercased in the accent color.'},subhead:{type:"string",description:"One supporting line under the headline (muted)."},stat:{type:"string",description:'Optional stat, shown bottom-right in the accent color (e.g. "11.8k stars", "3x faster").'},footer:{type:"string",description:'Optional footer, shown bottom-left (muted) (e.g. "Apache 2.0", a repo name).'},diagram:{type:"array",items:{type:"string"},description:'Optional 2-3 short labels rendered as a chain of pills joined by a checkmark (A \u2014\u2713\u2014 B), e.g. ["Claude Code","Codex"].'},theme:{type:"string",enum:["dark","light"],description:"Card theme (default 'dark' \u2014 near-black bg, off-white text)."},accent:{type:"string",description:'Accent hex color (e.g. "#f97316"). Defaults to a tasteful blue (#3b82f6).'},width:{type:"number",description:"Image width in px (default 1200 \u2014 LinkedIn 1.91:1 link image)."},height:{type:"number",description:"Image height in px (default 627)."},filename:{type:"string",description:"Optional file basename (no extension); defaults to social-card-<timestamp>."},output:{type:"string",enum:["png","both"],description:"Which file(s) to write (default 'png'; 'both' also writes the .svg)."}},required:["headline"]}}]};import{spawnSync as _f}from"node:child_process";import{existsSync as J,readdirSync as Ho,statSync as Yo,writeFileSync as hn,mkdirSync as fn}from"node:fs";import{dirname as mn,extname as gr,join as U,relative as bf,resolve as yr}from"node:path";import{tmpdir as yn}from"node:os";import{fileURLToPath as kf}from"node:url";import{SKILL_META as wf}from"@zibby/skill-ids";import{binPath as Sf}from"@zibby/bin-oxlint";import{binPath as vf}from"@zibby/bin-semgrep";function If(){if(process.env.OXLINT_BIN)return process.env.OXLINT_BIN;try{let r=Sf();if(r&&J(r))return r}catch{}return"oxlint"}function Nf(){if(process.env.SEMGREP_CORE_BIN)return process.env.SEMGREP_CORE_BIN;try{let r=vf();if(r&&J(r))return r}catch{}return"semgrep-core"}function Of(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=mn(kf(import.meta.url)),t=yr(r,"..","bin","mcp-skill.mjs");return J(t)?t:null}var zo=new Set(["node_modules",".git","dist","build","out","vendor","target",".venv","venv","__pycache__",".next",".turbo","coverage",".zibby"]),Tf=400,Af={plugins:["react","typescript","unicorn","oxc"],categories:{correctness:"error",suspicious:"warn"},rules:{"react/react-in-jsx-scope":"off","react/jsx-max-depth":"off","react/no-array-index-key":"off","react/jsx-key":"error","react/no-unknown-property":"error","no-unused-vars":"warn",eqeqeq:"warn"}},Rf=[".oxlintrc.json",".oxlintrc","oxlint.json"],hr=null;function Ef(){if(hr&&J(hr))return hr;try{let r=U(yn(),"zibby-code-scan");fn(r,{recursive:!0});let t=U(r,"oxlintrc.curated.json");return hn(t,JSON.stringify(Af),"utf-8"),hr=t,t}catch{return null}}var Wo={".java":"java",".py":"python",".go":"go",".rb":"ruby",".php":"php"},Ko=Object.keys(Wo),Zo={rules:[{id:"zibby-java-command-injection",languages:["java"],severity:"ERROR",message:"Command execution (Runtime.exec / ProcessBuilder) \u2014 command injection risk if the argument is attacker-influenced. Validate/allow-list the input or avoid a shell.",patterns:[{"pattern-either":[{pattern:"Runtime.getRuntime().exec(...)"},{pattern:"new ProcessBuilder(...)"}]}]},{id:"zibby-python-subprocess-shell",languages:["python"],severity:"ERROR",message:"subprocess call with shell=True \u2014 command injection risk. Pass an argv list and shell=False.",pattern:"subprocess.$F(..., shell=True, ...)"},{id:"zibby-python-yaml-load",languages:["python"],severity:"WARNING",message:"yaml.load without a safe loader can instantiate arbitrary Python objects. Use yaml.safe_load.",pattern:"yaml.load(...)"},{id:"zibby-go-command-injection",languages:["go"],severity:"WARNING",message:"os/exec with a non-constant command \u2014 verify the value is not attacker-controlled (command injection).",pattern:"exec.Command($CMD, ...)"},{id:"zibby-ruby-command-injection",languages:["ruby"],severity:"ERROR",message:"Shell/eval execution (system / eval) \u2014 command injection risk if the argument is attacker-influenced.",patterns:[{"pattern-either":[{pattern:"system(...)"},{pattern:"eval(...)"}]}]},{id:"zibby-php-command-injection",languages:["php"],severity:"ERROR",message:"Shell/eval execution (system / exec / shell_exec) \u2014 command injection risk if the argument is attacker-influenced.",patterns:[{"pattern-either":[{pattern:"system(...);"},{pattern:"exec(...);"},{pattern:"shell_exec(...);"}]}]}]},xf=[".semgrep.yml",".semgrep.yaml","semgrep.yml","semgrep.yaml"],fr=null;function Lf(){if(fr&&J(fr))return fr;try{let r=U(yn(),"zibby-code-scan");fn(r,{recursive:!0});let t=U(r,"semgrep.curated.rules.json");return hn(t,JSON.stringify(Zo),"utf-8"),fr=t,t}catch{return null}}function jf(r){return xf.map(e=>U(r,e)).find(e=>J(e))||Lf()}function $f(r){let t=[];for(let e of Array.isArray(r)?r:[]){if(typeof e!="string"||!e)continue;let n=Wo[gr(e).toLowerCase()];if(!n)continue;let s=e.replace(/\\/g,"/");t.push(["CodeTarget",{path:{fpath:s,ppath:`/${s.replace(/^\/+/,"")}`},analyzer:n,products:["sast"]}])}return["Targets",t]}var Pf=0;function Cf(r){let t=$f(r),e=t[1].length,n=U(yn(),"zibby-code-scan");fn(n,{recursive:!0});let s=U(n,`semgrep.targets.${process.pid}.${Pf++}.json`);return hn(s,JSON.stringify(t),"utf-8"),{path:s,count:e}}function Go(r){let t=typeof r=="string"?r.toUpperCase():"";return t==="ERROR"?"error":t==="INFO"||t==="INVENTORY"||t==="EXPERIMENT"?"info":"warning"}var Uf=Object.fromEntries(Zo.rules.map(r=>[r.id,r.severity]));function Bf(r,t){if(t)return Go(t);let e=Uf[r];return e?Go(e):"warning"}function Df(r){let t=String(r||""),e=t.indexOf("{");if(e<0)return[];let n;try{n=JSON.parse(t.slice(e))}catch{return[]}return(n&&Array.isArray(n.results)?n.results:[]).map(i=>{if(!i||typeof i!="object")return null;let o=i.start&&typeof i.start=="object"?i.start:{},a=i.extra&&typeof i.extra=="object"?i.extra:{};return{file:i.path||"",line:Number.isFinite(o.line)?o.line:"",severity:Bf(i.check_id,a.severity),rule:i.check_id||"",message:(a.message||"").trim()}}).filter(i=>i&&(i.file||i.message))}function Jf(r,t,e=4e3){let n=new Set(t.map(o=>o.toLowerCase())),s=[r],i=0;for(;s.length;){let o=s.pop(),a;try{a=Ho(o,{withFileTypes:!0})}catch{continue}for(let c of a){if(++i>e)return!1;if(c.isDirectory())!zo.has(c.name)&&!c.name.startsWith(".")&&s.push(U(o,c.name));else if(c.isFile()&&n.has(gr(c.name).toLowerCase()))return!0}}return!1}function Mf(r){let t=String(r||"").trim();if(!t)return[];let e;try{e=JSON.parse(t)}catch{return[]}return(Array.isArray(e)?e:e&&Array.isArray(e.diagnostics)?e.diagnostics:[]).map(s=>{if(!s||typeof s!="object")return null;let i=Array.isArray(s.labels)&&s.labels.length?s.labels[0]:null,o=i&&i.span?i.span:null;return{file:s.filename||o&&o.filename||"",line:o&&Number.isFinite(o.line)?o.line:"",severity:s.severity||"warning",rule:s.code||"",message:s.message||""}}).filter(s=>s&&(s.file||s.message))}function qf(r){let t=String(r||"").trim();if(!t)return[];let e;try{e=JSON.parse(t)}catch{return[]}return Array.isArray(e)?e.map(n=>n&&typeof n=="object"?{file:n.filename||"",line:n.location&&Number.isFinite(n.location.row)?n.location.row:"",severity:"warning",rule:n.code||"",message:n.message||""}:null).filter(n=>n&&(n.file||n.message)):[]}function Ff(r){let t=String(r||"").trim();if(!t)return[];let e=[];for(let n of t.split(`
|
|
1000
|
+
`)){let s=n.trim();if(!s)continue;let i;try{i=JSON.parse(s)}catch{continue}if(!i||typeof i!="object")continue;let o=i.location||{};e.push({file:o.file||"",line:Number.isFinite(o.line)?o.line:"",severity:i.severity||"warning",rule:i.code||"",message:i.message||""})}return e.filter(n=>n.file||n.message)}var Kf=[{id:"oxlint",detect:r=>J(U(r,"package.json")),langs:[".ts",".tsx",".js",".jsx",".mjs",".cjs"],bin:()=>If(),args:(r,t={})=>{let e=t.baseDir||".",s=Rf.some(o=>J(U(e,o)))?null:Ef();return["--format","json",...s?["--config",s]:[],...r]},parse:Mf},{id:"semgrep",detect:r=>Jf(r,Ko),langs:Ko,bin:()=>Nf(),args:(r,t={})=>{let e=t.baseDir||".",n=jf(e),{path:s}=Cf(r);return[...n?["-rules",n]:[],"-targets",s,"-json"]},parse:Df},{id:"ruff",detect:r=>J(U(r,"pyproject.toml"))||J(U(r,"requirements.txt"))||J(U(r,"setup.py")),langs:[".py"],bin:()=>process.env.RUFF_BIN||"ruff",args:r=>["check","--output-format","json",...r],parse:qf},{id:"staticcheck",detect:r=>J(U(r,"go.mod")),langs:[".go"],bin:()=>process.env.STATICCHECK_BIN||"staticcheck",args:r=>["-f","json",...r],parse:Ff}];function Gf(r,t,e){let n=[],s=new Set(t.map(o=>o.toLowerCase())),i=[r];for(;i.length&&n.length<e;){let o=i.pop(),a;try{a=Ho(o,{withFileTypes:!0})}catch{continue}for(let c of a){if(n.length>=e)break;c.isDirectory()?!zo.has(c.name)&&!c.name.startsWith(".")&&i.push(U(o,c.name)):c.isFile()&&s.has(gr(c.name).toLowerCase())&&n.push(U(o,c.name))}}return n}function Hf(r,t,e){let n=e.map(a=>bf(t,a)).filter(Boolean);if(!n.length)return{scanner:r.id,skipped:"no matching files"};let s=r.bin(),i=_f(s,r.args(n,{baseDir:t}),{cwd:t,encoding:"utf-8",timeout:180*1e3,maxBuffer:32*1024*1024});if(i.error){let a=i.error.code==="ENOENT"?`binary not installed (${s})`:String(i.error.message||i.error);return{scanner:r.id,skipped:a}}let o=[];try{let a=r.parse(i.stdout,i.stderr,i.status);o=Array.isArray(a)?a.filter(Boolean):[]}catch{o=[]}return{scanner:r.id,filesScanned:n.length,findings:o}}var Vo={id:"code-scan",serverName:"code_scan",meta:wf["code-scan"],allowedTools:["mcp__code_scan__*"],description:"Code scan \u2014 run the RIGHT deterministic linter/analyzer for a checked-out repo (auto-detects the stack: JS/TS\u2192oxlint; Java/Python/Go/Ruby/PHP\u2192semgrep) and return structured findings. Fully local; the code never leaves the box.",promptFragment:`## Code Scan (deterministic linter, auto-detects the stack)
|
|
977
1001
|
After you've cloned the repo, call \`scan_code\` to get DETERMINISTIC linter
|
|
978
1002
|
findings for WHATEVER stack this repo is \u2014 it auto-detects (JS/TS\u2192oxlint;
|
|
979
1003
|
Java/Python/Go/Ruby/PHP\u2192semgrep) and runs the matching tool. Pass \`files\` (the changed files, ideal for
|
|
980
1004
|
a review) or \`dir\` (a directory to scan). Findings are GROUND-TRUTH CANDIDATES:
|
|
981
1005
|
triage them for THIS change, verify each in context (false positives exist \u2014
|
|
982
1006
|
trace before asserting), fold noise, and turn the real ones into inline
|
|
983
|
-
suggestions. Don't hand-lint what the tool already covers, and don't re-run it.`,resolve(){let r=
|
|
1007
|
+
suggestions. Don't hand-lint what the tool already covers, and don't re-run it.`,resolve(){let r=Of();return r?{type:"stdio",command:"node",args:[r,"../dist/code-scan.js","codeScanSkill"],env:{},description:this.description,alwaysLoad:!0}:{command:null,args:[],env:{},description:this.description}},async handleToolCall(r,t){if(r!=="scan_code")return JSON.stringify({error:`Unknown tool: ${r}`});try{let e=Array.isArray(t?.files)?t.files.filter(a=>typeof a=="string"&&a.trim()):null,n;if(t?.dir&&typeof t.dir=="string"?n=yr(t.dir):e&&e.length?n=Yf(e.map(a=>yr(a))):n=process.cwd(),!J(n)||!Yo(n).isDirectory())return JSON.stringify({error:`dir does not exist or is not a directory: ${n}`});let s=e?e.map(a=>yr(n,a)):null,i=[],o=0;for(let a of Kf){let c=!1;try{c=!!a.detect(n)}catch{c=!1}if(!c)continue;let l=new Set(a.langs.map(u=>u.toLowerCase())),d=s?s.filter(u=>l.has(gr(u).toLowerCase())):Gf(n,a.langs,Tf),p=Hf(a,n,d);Array.isArray(p.findings)&&(o+=p.findings.length),i.push(p)}return i.length?JSON.stringify({ok:!0,baseDir:n,totalFindings:o,scanners:i}):JSON.stringify({ok:!0,baseDir:n,scanners:[],totalFindings:0,note:"No known stack detected (no package.json / pyproject / go.mod \u2026). Review by hand."})}catch(e){return JSON.stringify({error:`scan_code failed: ${e.message}`})}},tools:[{name:"scan_code",description:"Run the right deterministic linter for a checked-out repo and return structured findings. Auto-detects the stack (JS/TS \u2192 oxlint; Java/Python/Go/Ruby/PHP \u2192 semgrep OSS) and runs each matching tool, scoped to files in its languages. Pass `files` (e.g. the changed files of the PR \u2014 recommended for a review) OR `dir` (a directory to scan). Returns { scanners: [ { scanner, findings: [ { file, line, severity, rule, message } ] } ] }. Findings are CANDIDATES \u2014 verify each in context before asserting. Best-effort: a stack whose linter is not installed is skipped with a note.",input_schema:{type:"object",properties:{dir:{type:"string",description:"Absolute path to the checked-out repo (or subdirectory) to scan. Defaults to the current working directory."},files:{type:"array",items:{type:"string"},description:"Explicit list of files to scan (paths relative to `dir`, or absolute). Best for a code review \u2014 pass the PR's changed files. When omitted, the whole `dir` is walked (bounded)."}}}}]};function Yf(r){if(!r.length)return process.cwd();if(r.length===1)return mn(r[0]);let t=r.map(i=>i.split("/")),e=t[0],n=[];for(let i=0;i<e.length;i++){let o=e[i];if(t.every(a=>a[i]===o))n.push(o);else break}let s=n.join("/");return s&&J(s)&&Yo(s).isDirectory()?s:mn(r[0])}import{dirname as zf,resolve as Wf}from"path";import{fileURLToPath as Zf}from"url";import{existsSync as Vf}from"fs";function Xf(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=zf(Zf(import.meta.url)),t=Wf(r,"..","bin","mcp-skill.mjs");return Vf(t)?t:null}function Qf(){return process.env.PROJECT_API_TOKEN||process.env.ZIBBY_USER_TOKEN||null}function ey(){return((process.env.PROGRESS_API_URL||"").replace(/\/executions\/?$/,"")||process.env.ZIBBY_ACCOUNT_API_URL||process.env.ZIBBY_PROD_ACCOUNT_API_URL||(process.env.ZIBBY_ENV==="local"?"http://localhost:3001":"https://api-prod.zibby.app")).replace(/\/+$/,"")}var ty={name:"trigger_agent",description:"Trigger another Zibby workflow/agent run in THIS project (fire-and-forget). Call it once per run you want to start \u2014 the agent decides which and how many. Omit workflowType to re-run THIS same agent (self-dispatch, e.g. with a different trigger input). Returns the started run's executionId; does NOT wait for it to finish.",input_schema:{type:"object",properties:{workflowType:{type:"string",description:"Which workflow to trigger (its type/slug in this project). Omit to trigger THIS same agent (self-dispatch)."},input:{type:"object",description:"The trigger payload passed to the target workflow (validated against its state schema)."}},required:[]}},Xo={id:"trigger-agent",callsBackend:!0,serverName:"trigger",allowedTools:["mcp__trigger__*"],envKeys:[],description:"Trigger another Zibby workflow/agent run in this project (agent-driven, fire-and-forget; cloud + self-hosted).",promptFragment:"## Trigger another agent (agent-driven)\nYou can start another Zibby agent run yourself with the `trigger_agent`\ntool \u2014 and YOU decide when and how many times to call it. Each call starts ONE\nindependent run (fire-and-forget) and returns its executionId; it does NOT wait for\nthat run to finish.\n- To re-run THIS same agent (self-dispatch) \u2014 e.g. to hand an item to another of\n this agent's scenarios \u2014 OMIT `workflowType` and pass the `input` for that run.\n- To trigger a DIFFERENT agent in the project, pass its `workflowType` + `input`.\nCall it once per run you want to start (loop over your items and call it for each).\nIt never throws \u2014 a failure comes back as { ok:false, error }; log it and move on.",resolve(){let r=Xf();if(!r)return{command:null,args:[],env:{},description:this.description};let t={};for(let e of["PROJECT_API_TOKEN","PROJECT_ID","WORKFLOW_TYPE","PROGRESS_API_URL","ZIBBY_ACCOUNT_API_URL","ZIBBY_PROD_ACCOUNT_API_URL","ZIBBY_ENV","ZIBBY_USER_TOKEN"])process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/triggerAgent.js","triggerAgentSkill"],env:t,description:this.description,alwaysLoad:!1}},async handleToolCall(r,t={}){if(r!=="trigger_agent")return JSON.stringify({ok:!1,error:`unknown tool: ${r}`});try{let e=process.env.PROJECT_ID,n=Qf(),s=typeof t.workflowType=="string"&&t.workflowType.trim()?t.workflowType.trim():(process.env.WORKFLOW_TYPE||"").trim();if(!e)return JSON.stringify({ok:!1,error:"PROJECT_ID not set \u2014 cannot resolve the target project."});if(!n)return JSON.stringify({ok:!1,error:"PROJECT_API_TOKEN not set \u2014 cannot authenticate the trigger."});if(!s)return JSON.stringify({ok:!1,error:"No workflowType given and WORKFLOW_TYPE is unset \u2014 nothing to trigger."});let i=`${ey()}/projects/${encodeURIComponent(e)}/workflows/${encodeURIComponent(s)}/trigger`,o=new AbortController,a=setTimeout(()=>o.abort(),2e4),c;try{c=await fetch(i,{method:"POST",headers:{"content-type":"application/json",authorization:`Bearer ${n}`},body:JSON.stringify({input:t.input&&typeof t.input=="object"?t.input:{}}),signal:o.signal})}finally{clearTimeout(a)}let l=await c.text().catch(()=>""),d;try{d=l?JSON.parse(l):{}}catch{d={raw:l}}if(!c.ok)return JSON.stringify({ok:!1,error:`trigger failed (HTTP ${c.status})`,detail:d&&(d.error||d.message)||l.slice(0,300)});let p=d.executionId||d.execution?.id||d.id||null;return JSON.stringify({ok:!0,workflowType:s,executionId:p,note:"run started (fire-and-forget)"})}catch(e){return JSON.stringify({ok:!1,error:`trigger_agent failed: ${e?.message||String(e)}`})}},tools:[ty]};import{spawnSync as ry}from"node:child_process";import{existsSync as gn,mkdirSync as Qo,readdirSync as ny,writeFileSync as sy}from"node:fs";import{createHash as iy}from"node:crypto";import{join as _r}from"node:path";import{SKILL_META as oy}from"@zibby/skill-ids";function ea(){return process.env.CBM_BIN||"/usr/local/bin/codebase-memory-mcp"}function ta(){if(process.env.CBM_CACHE_DIR)return process.env.CBM_CACHE_DIR;let r=process.env.WORKSPACE||process.env.ZIBBY_WORKSPACE;return r?_r(r,".zibby","cbm-cache"):"/tmp/zibby-cbm-cache"}function ay(){let r=process.env.WORKSPACE||process.env.ZIBBY_WORKSPACE||"/workspace",t=_r(r,".zibby","repos");try{if(gn(t)){let e=ny(t,{withFileTypes:!0}).filter(n=>n.isDirectory()).map(n=>_r(t,n.name));if(e.length===1)return e[0];if(e.length>1)return t}}catch{}return null}function cy(r){return iy("sha256").update(r).digest("hex").slice(0,16)}var ra={id:"codebase-memory",serverName:"codebase_memory",meta:oy["codebase-memory"],allowedTools:["mcp__codebase_memory__*"],description:"Codebase memory \u2014 code-graph + semantic index over the checked-out repo (architecture, graph search, dependency trace, change detection)",promptFragment:`## Codebase Memory (code-graph + semantic index over THIS repo)
|
|
984
1008
|
The checked-out repository is indexed into a queryable code graph + semantic
|
|
985
1009
|
index. Reach for these instead of blindly grepping when you need structure,
|
|
986
1010
|
relationships, or "where does X live / what depends on Y":
|
|
@@ -992,8 +1016,8 @@ relationships, or "where does X live / what depends on Y":
|
|
|
992
1016
|
- get_code_snippet / search_code: pull the exact code for a node / text match.
|
|
993
1017
|
- index_status / list_projects: confirm the index is present before querying.
|
|
994
1018
|
The repo is indexed for you at the start of the run; if a query comes back
|
|
995
|
-
empty, call index_status, and only re-index (index_repository) if needed.`,resolve(){let r=
|
|
996
|
-
`)}catch{}}catch{}return{}}};import{existsSync as
|
|
1019
|
+
empty, call index_status, and only re-index (index_repository) if needed.`,resolve(){let r=ta();try{Qo(r,{recursive:!0})}catch{}let t={CBM_CACHE_DIR:r};return process.env.WORKSPACE&&(t.WORKSPACE=process.env.WORKSPACE),{type:"stdio",command:ea(),args:[],env:t,description:this.description,alwaysLoad:!0}},invokeAgentOptions(){try{let r=ay();if(!r)return{};let t=ta();try{Qo(t,{recursive:!0})}catch{}let e=_r(t,`.cbm-indexed-${cy(r)}`);if(gn(e))return{};let n=ea();if(!gn(n)&&!process.env.CBM_BIN)return{};let s=ry(n,["cli","index_repository",JSON.stringify({repo_path:r})],{env:{...process.env,CBM_CACHE_DIR:t},encoding:"utf-8",timeout:300*1e3,maxBuffer:32*1024*1024});try{sy(e,`${new Date().toISOString()} status=${s.status}
|
|
1020
|
+
`)}catch{}}catch{}return{}}};import{existsSync as na,readFileSync as ly}from"node:fs";import{homedir as dy}from"node:os";import{join as py,dirname as uy,resolve as my}from"node:path";import{fileURLToPath as hy}from"node:url";import{SKILL_META as fy}from"@zibby/skill-ids";var yy=3e4,_n=1;function gy(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let r=uy(hy(import.meta.url)),t=my(r,"..","bin","mcp-skill.mjs");return na(t)?t:null}function _y(){if(process.env.PROJECT_API_TOKEN)return process.env.PROJECT_API_TOKEN;if(process.env.ZIBBY_USER_TOKEN)return process.env.ZIBBY_USER_TOKEN;try{let r=py(dy(),".zibby","config.json");return na(r)&&JSON.parse(ly(r,"utf-8")).sessionToken||null}catch{return null}}function by(){return process.env.ZIBBY_ACCOUNT_API_URL?process.env.ZIBBY_ACCOUNT_API_URL.replace(/\/$/,""):(process.env.ZIBBY_ENV||"prod")==="local"?"http://localhost:3001":process.env.ZIBBY_PROD_ACCOUNT_API_URL||"https://api-prod.zibby.app"}function ky(){let r={};for(let[t,e]of Object.entries(process.env)){let n=/^ZIBBY_STORE__(.+)$/.exec(t);if(!n)continue;let s=typeof e=="string"?e.trim():"";s&&(r[n[1]]=s)}return r}function bn(r){let t=ky(),e=Object.keys(t),n=typeof r=="string"?r.trim():"";return n?Object.prototype.hasOwnProperty.call(t,n)?{storeId:t[n],name:n}:{error:`unknown store '${n}'; available: ${e.join(", ")}`}:e.length===1?{storeId:t[e[0]],name:e[0]}:e.length===0?{error:"no knowledge-base store is bound to this agent"}:{error:`multiple stores are bound; pass \`store\` (one of: ${e.join(", ")})`}}async function kn(r,t,e){let n=_y();if(!n)throw new Error("No backend credential (PROJECT_API_TOKEN). The knowledge base is only available inside a Zibby run.");let s=`${by()}/datasets/stores/${encodeURIComponent(r)}/${t}`,i={Authorization:`Bearer ${n}`,"Content-Type":"application/json"},o=JSON.stringify(e),a;for(let c=0;c<=_n;c++){let l=new AbortController,d=setTimeout(()=>l.abort(),yy);try{let p=await fetch(s,{method:"POST",headers:i,body:o,signal:l.signal}),u=await p.text().catch(()=>"");if(p.status>=500&&c<_n){a=new Error(`store ${p.status}`);continue}if(!p.ok)throw new Error(`gbrain ${t} failed (${p.status}): ${u.slice(0,300)}`);try{return JSON.parse(u)}catch{throw new Error(`store returned non-JSON: ${u.slice(0,200)}`)}}catch(p){if(a=p,!((p?.name==="AbortError"||p?.code==="ECONNREFUSED"||/fetch failed|network/i.test(String(p?.message)))&&c<_n))break}finally{clearTimeout(d)}}throw a||new Error(`gbrain ${t} request failed`)}var sa={id:"gbrain",callsBackend:!0,serverName:"gbrain",allowedTools:["mcp__gbrain__*"],meta:fy.gbrain,description:"Knowledge base (GBrain) \u2014 ingest source documents into, semantically query, and prune a per-tenant Postgres/pgvector brain (a `postgres`-type store, brokered by the control-plane)",promptFragment:`## Knowledge Base (GBrain \u2014 per-tenant document brain)
|
|
997
1021
|
You have a per-tenant KNOWLEDGE BASE (a Postgres + pgvector "brain"), bound as a
|
|
998
1022
|
\`postgres\`-type store in the "AVAILABLE STORES" block below. Ingested documents
|
|
999
1023
|
are addressed by a STABLE \`sourceId\` so re-ingesting the same source UPSERTS
|
|
@@ -1004,7 +1028,7 @@ Tools:
|
|
|
1004
1028
|
Pass deleted:true to remove a source that no longer exists upstream.
|
|
1005
1029
|
- gbrain_query({ query, topK, store? }): semantic search; returns the topK most
|
|
1006
1030
|
relevant document chunks with their sourceId and relevance score.
|
|
1007
|
-
- gbrain_delete({ sourceIds, store? }): remove documents by their stable sourceId(s).`,resolve(){let r=
|
|
1031
|
+
- gbrain_delete({ sourceIds, store? }): remove documents by their stable sourceId(s).`,resolve(){let r=gy();if(!r)return{command:null,args:[],env:{},description:this.description};let t={};for(let e of["PROJECT_API_TOKEN","ZIBBY_ACCOUNT_API_URL","ZIBBY_ENV","ZIBBY_PROD_ACCOUNT_API_URL","ZIBBY_USER_TOKEN","WORKFLOW_TYPE"])process.env[e]&&(t[e]=process.env[e]);for(let e of Object.keys(process.env))/^ZIBBY_STORE__.+$/.test(e)&&process.env[e]&&(t[e]=process.env[e]);return{type:"stdio",command:"node",args:[r,"../dist/gbrain.js","gbrainSkill"],env:t,description:this.description,alwaysLoad:!0}},async handleToolCall(r,t){try{switch(r){case"gbrain_ingest":{let e=Array.isArray(t?.docs)?t.docs:null;if(!e)return JSON.stringify({error:"docs is required (array of { sourceId, markdown, deleted? })"});if(e.length===0)return JSON.stringify({ok:!0,upserted:0,deleted:0,chunks:0,note:"empty docs \u2014 nothing to ingest"});if(e.find(a=>!a||typeof a.sourceId!="string"||!a.sourceId.trim())!==void 0)return JSON.stringify({error:"every doc requires a non-empty string sourceId"});let s=e.find(a=>a.deleted!==!0&&(typeof a.markdown!="string"||!a.markdown.length));if(s!==void 0)return JSON.stringify({error:`doc "${s.sourceId}" has no markdown (required unless deleted:true)`});let i=bn(t?.store);if(i.error)return JSON.stringify({error:i.error});let o=await kn(i.storeId,"ingest",{docs:e});return JSON.stringify({...o,store:i.name,storeId:i.storeId})}case"gbrain_query":{let e=typeof t?.query=="string"?t.query.trim():"";if(!e)return JSON.stringify({error:"query is required"});let n=bn(t?.store);if(n.error)return JSON.stringify({error:n.error});let s={query:e};Number.isInteger(t?.topK)&&t.topK>0&&(s.topK=Math.min(t.topK,50));let i=await kn(n.storeId,"query",s);return JSON.stringify({...i,store:n.name,storeId:n.storeId})}case"gbrain_delete":{let e=Array.isArray(t?.sourceIds)?t.sourceIds.filter(i=>typeof i=="string"&&i.trim()):null;if(!e||e.length===0)return JSON.stringify({error:"sourceIds is required (non-empty array of strings)"});let n=bn(t?.store);if(n.error)return JSON.stringify({error:n.error});let s=await kn(n.storeId,"delete",{sourceIds:e});return JSON.stringify({...s,store:n.name,storeId:n.storeId})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(e){return JSON.stringify({error:String(e?.message||e)})}},tools:[{name:"gbrain_ingest",description:'Upsert documents into the knowledge base. Each doc is { sourceId, markdown, deleted? }; sourceId is a STABLE id (e.g. "owner/repo#docs/x.md" or a Lark doc token) so re-ingesting the same source UPDATES in place instead of duplicating. Set deleted:true to remove a source.',input_schema:{type:"object",properties:{docs:{type:"array",description:"Documents to upsert.",items:{type:"object",properties:{sourceId:{type:"string",description:"Stable source id \u2014 the upsert/delete key."},markdown:{type:"string",description:"The normalized markdown content of the document."},deleted:{type:"boolean",description:"When true, remove this sourceId from the brain (markdown ignored)."}},required:["sourceId"]}},store:{type:"string",description:"The bound knowledge-base store NAME (from AVAILABLE STORES). Omit if exactly one store is bound."}},required:["docs"]}},{name:"gbrain_query",description:"Semantic-search the knowledge base and return the most relevant document chunks (each with its sourceId and relevance score).",input_schema:{type:"object",properties:{query:{type:"string",description:"Natural-language query."},topK:{type:"integer",description:"How many chunks to return (default 8, max 50)."},store:{type:"string",description:"The bound knowledge-base store NAME (from AVAILABLE STORES). Omit if exactly one store is bound."}},required:["query"]}},{name:"gbrain_delete",description:"Remove documents from the knowledge base by their stable sourceId(s).",input_schema:{type:"object",properties:{sourceIds:{type:"array",description:"Stable source ids to delete.",items:{type:"string"}},store:{type:"string",description:"The bound knowledge-base store NAME (from AVAILABLE STORES). Omit if exactly one store is bound."}},required:["sourceIds"]}}]};import{existsSync as fe,readFileSync as It,readdirSync as wn,mkdirSync as wy,writeFileSync as et,statSync as aa}from"fs";import{join as E,resolve as Sn,relative as ca,dirname as la}from"path";import{fileURLToPath as Sy}from"url";import{createRequire as vy}from"module";var Iy=vy(import.meta.url),Ny=`## Workflow Builder
|
|
1008
1032
|
|
|
1009
1033
|
You can help users build custom AI workflows using the Zibby workflow framework.
|
|
1010
1034
|
|
|
@@ -1114,9 +1138,9 @@ Call with no arguments to see all available topics.
|
|
|
1114
1138
|
- Workflow names must be kebab-case (e.g., ticket-triage, pr-review).
|
|
1115
1139
|
- State flows through: each node's validated output is stored under its name in state (e.g., state.classify_ticket).
|
|
1116
1140
|
- Downstream nodes reference upstream outputs in their prompt function (e.g., \\\`\\\${JSON.stringify(state.classify_ticket, null, 2)}\\\`).
|
|
1117
|
-
- Nodes can declare skills to get MCP tool access \u2014 the framework handles server lifecycle automatically.`,
|
|
1141
|
+
- Nodes can declare skills to get MCP tool access \u2014 the framework handles server lifecycle automatically.`,da=/^[a-z][a-z0-9-]{0,62}[a-z0-9]$/;function pa(r){return`${r.split("-").map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join("")}Workflow`}function vt(r){return`${r.replace(/_([a-z])/g,(t,e)=>e.toUpperCase())}Node`}function Oy(r){let t=r?.agent;return t?t.provider?t.provider:t.gemini?"gemini":t.codex?"codex":t.claude?"claude":t.cursor?"cursor":process.env.AGENT_TYPE||"cursor":process.env.AGENT_TYPE||"cursor"}async function Ty(r){let t=Sn(r,".zibby.config.mjs");if(!fe(t))return{};try{return(await import(t)).default||{}}catch{return{}}}function Ay(){try{let r=la(Iy.resolve("@zibby/core/package.json")),t=E(r,"templates","browser-test-automation"),e=It(E(t,"nodes","preflight.mjs"),"utf-8"),n=It(E(t,"graph.mjs"),"utf-8");return{preflight:e,graph:n}}catch{return null}}var ia=la(Sy(import.meta.url));function ua(){let r=Sn(ia,"..","..","..","docsite","docs");if(fe(r))return r;let t=Sn(ia,"..","docs");return fe(t)?t:null}function oa(){let r=ua();if(!r)return[];try{let t=(e,n="")=>{let s=[];for(let i of wn(e)){let o=E(e,i);try{if(aa(o).isDirectory())s=s.concat(t(o,`${n}${i}/`));else if(i.endsWith(".md")){let a=`${n}${i.replace(/\.md$/,"")}`;s.push(a)}}catch{}}return s};return t(r)}catch{return[]}}function ma(r){let t=ua();if(!t)return null;let e=E(t,`${r}.md`);if(!fe(e))return null;try{return It(e,"utf-8")}catch{return null}}function Ry(r){let t=r.nodes.map(o=>{let a=o.inputFields?.length?`Input fields: ${o.inputFields.join(", ")}`:"Input: receives full state",c=o.outputFields?.length?`Output fields: ${o.outputFields.join(", ")}`:"Output: determined by task",l=o.skills?.length?`Skills: ${o.skills.join(", ")}`:"";return`- ${o.name}: ${o.description}. ${a}. ${c}.${l?` ${l}`:""}`}).join(`
|
|
1118
1142
|
`),e=r.edges.map(o=>o.condition?`- ${o.from} \u2192 ${o.to} (conditional: ${o.condition})`:`- ${o.from} \u2192 ${o.to}`).join(`
|
|
1119
|
-
`),n=
|
|
1143
|
+
`),n=Ay(),s=ma("custom-workflows"),i="";return n&&(i+=`
|
|
1120
1144
|
## Real working examples from the Zibby framework
|
|
1121
1145
|
|
|
1122
1146
|
### Example node (preflight.mjs) \u2014 a prompt-only node with Zod schema and onComplete hook:
|
|
@@ -1193,7 +1217,7 @@ Return a JSON object with this exact structure:
|
|
|
1193
1217
|
}
|
|
1194
1218
|
}
|
|
1195
1219
|
|
|
1196
|
-
IMPORTANT: Return ONLY valid JSON. No markdown fences, no explanation outside the JSON.`}async function
|
|
1220
|
+
IMPORTANT: Return ONLY valid JSON. No markdown fences, no explanation outside the JSON.`}async function ha(r,t){let e=await Ty(t),n=Oy(e);try{let{invokeAgent:s}=await import("@zibby/core"),i=Ry(r),o=await s(i,{state:{agentType:n,config:e,cwd:t,workspace:t}},{model:e?.agent?.[n]?.model||"auto",workspace:t,config:e,timeout:12e4}),c=(typeof o=="string"?o:o?.raw||JSON.stringify(o?.structured||o)).match(/\{[\s\S]*\}/);if(!c)throw new Error("Agent did not return valid JSON");return JSON.parse(c[0])}catch(s){return console.warn(`Agent code generation failed (${s.message}), using templates`),Ey(r)}}function Ey(r){let t={};for(let e of r.nodes){let n=vt(e.name),s=`${e.name.split("_").map(c=>c.charAt(0).toUpperCase()+c.slice(1)).join("")}OutputSchema`,i=e.outputFields?.length?e.outputFields.map(c=>` ${c}: z.string().describe('${c}'),`).join(`
|
|
1197
1221
|
`):` summary: z.string().describe('Summary of the result'),
|
|
1198
1222
|
status: z.enum(['ok', 'warn', 'error']).describe('Overall status'),`,o=r.edges.filter(c=>c.to===e.name&&c.from!=="START").map(c=>`Previous step (${c.from}): \${JSON.stringify(state.${c.from} || {}, null, 2)}`).join(`
|
|
1199
1223
|
`),a=o?`${e.description}
|
|
@@ -1215,7 +1239,7 @@ export const ${n} = {
|
|
|
1215
1239
|
prompt: (state) => \`${a}\`,
|
|
1216
1240
|
outputSchema: ${s},
|
|
1217
1241
|
};
|
|
1218
|
-
`}}return{nodes:t}}function
|
|
1242
|
+
`}}return{nodes:t}}function xy(r,t,e,n){let s=t.toLowerCase(),i=pa(s),o=E(r,".zibby","workflows",s),a=E(o,"nodes");wy(a,{recursive:!0});let c=e.nodes.map(y=>y.name);for(let y of e.nodes){let _=n.nodes?.[y.name]?.code;_&&et(E(a,`${y.name.replace(/_/g,"-")}.mjs`),_,"utf-8")}let l=c.map(y=>{let _=vt(y),g=y.replace(/_/g,"-");return`export { ${_} } from './${g}.mjs';`});et(E(a,"index.mjs"),`${l.join(`
|
|
1219
1243
|
`)}
|
|
1220
1244
|
`,"utf-8");let d=c[0],p=c.map(y=>vt(y)).join(", "),u=c.map(y=>` graph.addNode('${y}', ${vt(y)});`).join(`
|
|
1221
1245
|
`),m=e.edges.map(y=>y.condition?` graph.addConditionalEdges('${y.from}', (state) => {
|
|
@@ -1241,17 +1265,17 @@ ${m}
|
|
|
1241
1265
|
}
|
|
1242
1266
|
}
|
|
1243
1267
|
`;et(E(o,"graph.mjs"),h,"utf-8");let f={name:s,description:e.description||`${i} workflow`,entryClass:i,triggers:{api:!0}};et(E(o,"workflow.json"),`${JSON.stringify(f,null,2)}
|
|
1244
|
-
`,"utf-8");let b=["graph.mjs","workflow.json","nodes/index.mjs",...c.map(y=>`nodes/${y.replace(/_/g,"-")}.mjs`)];return{workflowDir:
|
|
1245
|
-
`,_=fe(f)?It(f,"utf-8"):"";return _.includes(b)||et(f,_+y,"utf-8"),JSON.stringify({ok:!0,file:`nodes/${h}`,exportName:b,message:`Node "${c}" added. Update graph.mjs to wire it into the graph.`})}async function Ry(r,t){let{name:e,projectId:n}=r,s=(e||"").toLowerCase();if(!s)return JSON.stringify({error:"Workflow name is required."});if(!n)return JSON.stringify({error:"projectId is required."});let i=E(t,".zibby","workflows",s);if(!fe(i))return JSON.stringify({error:`Workflow "${s}" not found at .zibby/workflows/${s}/`});try{let{execSync:o}=await import("child_process"),a=o(`node "${E(t,"packages/cli/bin/zibby.js")}" deploy ${s} --project ${n}`,{cwd:t,encoding:"utf-8",timeout:3e4,stdio:["pipe","pipe","pipe"]});return JSON.stringify({ok:!0,output:a.trim()})}catch{try{let{execSync:a}=await import("child_process"),c=a(`npx zibby deploy ${s} --project ${n}`,{cwd:t,encoding:"utf-8",timeout:3e4,stdio:["pipe","pipe","pipe"]});return JSON.stringify({ok:!0,output:c.trim()})}catch(a){return JSON.stringify({error:`Deploy failed: ${a.message}`})}}}function Ey(r){let t=E(r,".zibby","workflows");if(!fe(t))return JSON.stringify({workflows:[],message:"No workflows found. Use build_workflow to create one."});let n=kn(t).filter(s=>{try{return ra(E(t,s)).isDirectory()}catch{return!1}}).map(s=>{let i=E(t,s,"workflow.json"),o={};try{o=JSON.parse(It(i,"utf-8"))}catch{}let a=E(t,s,"nodes"),c=0;try{c=kn(a).filter(l=>l.endsWith(".mjs")&&l!=="index.mjs").length}catch{}return{name:s,description:o.description||"",nodeCount:c,path:na(r,E(t,s))}});return JSON.stringify({workflows:n})}var da={id:"workflow-builder",description:"Build, scaffold, and deploy custom AI workflows via conversation",envKeys:[],promptFragment:by,tools:[{name:"design_workflow",description:"Design a workflow spec (nodes, edges, descriptions) for the user to review before building. Call this after understanding requirements.",input_schema:{type:"object",properties:{name:{type:"string",description:"Workflow name in kebab-case (e.g., ticket-triage)"},description:{type:"string",description:"What the workflow does"},nodes:{type:"array",items:{type:"object",properties:{name:{type:"string",description:"Node name in snake_case (e.g., classify_ticket)"},description:{type:"string",description:"What this node does \u2014 be specific about input/output"},inputFields:{type:"array",items:{type:"string"},description:"Key fields this node reads from state"},outputFields:{type:"array",items:{type:"string"},description:"Key fields this node produces"}},required:["name","description"]},description:"Workflow nodes (processing steps)"},edges:{type:"array",items:{type:"object",properties:{from:{type:"string",description:"Source node name"},to:{type:"string",description:'Target node name (or "END")'},condition:{type:"string",description:"JS expression for conditional routing (optional)"}},required:["from","to"]},description:"Edges connecting nodes. If omitted, nodes are wired linearly."}},required:["name","description","nodes"]}},{name:"build_workflow",description:"Generate real workflow code on disk from a design spec. Uses the configured AI agent for high-quality code generation.",input_schema:{type:"object",properties:{name:{type:"string",description:"Workflow name (from design_workflow)"},spec:{type:"object",description:"The full spec object returned by design_workflow",properties:{name:{type:"string"},description:{type:"string"},nodes:{type:"array",items:{type:"object"}},edges:{type:"array",items:{type:"object"}}}}},required:["name","spec"]}},{name:"add_node",description:"Add a new node to an existing workflow. Generates the node file and updates the barrel export.",input_schema:{type:"object",properties:{workflowName:{type:"string",description:"Existing workflow name (kebab-case)"},nodeName:{type:"string",description:"New node name (snake_case)"},description:{type:"string",description:"What this node does"},inputFields:{type:"array",items:{type:"string"},description:"Fields read from state"},outputFields:{type:"array",items:{type:"string"},description:"Fields produced"}},required:["workflowName","nodeName","description"]}},{name:"deploy_workflow",description:"Deploy a workflow to Zibby Cloud. Returns the trigger URL.",input_schema:{type:"object",properties:{name:{type:"string",description:"Workflow name to deploy"},projectId:{type:"string",description:"Target project ID"}},required:["name","projectId"]}},{name:"list_workflows",description:"List all local workflows in .zibby/workflows/.",input_schema:{type:"object",properties:{}}},{name:"explore_framework_docs",description:"Read Zibby framework documentation on demand. Call this before building complex workflows or when you need details on advanced patterns (middleware, conditional routing, skills, deployment, CLI commands).",input_schema:{type:"object",properties:{topic:{type:"string",description:'Doc topic to read (e.g., "workflow", "custom-workflows", "cli-reference", "packages/core", "packages/skills", "integrations/jira"). Call with no topic to list all available docs.'}}}}],async handleToolCall(r,t,e){let n=e?.options?.workspace||process.cwd();try{switch(r){case"design_workflow":return await Oy(t);case"build_workflow":return await Ty(t,n);case"add_node":return await Ay(t,n);case"deploy_workflow":return await Ry(t,n);case"list_workflows":return Ey(n);case"explore_framework_docs":{let s=(t.topic||"").trim();if(!s){let o=ta();return JSON.stringify({available:o,hint:"Call again with a topic to read its content."})}let i=ca(s);if(!i){let o=ta();return JSON.stringify({error:`Doc "${s}" not found.`,available:o})}return JSON.stringify({topic:s,content:i})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(s){return JSON.stringify({error:s.message})}},resolve(){return null}};import{resolveIntegrationToken as xy}from"@zibby/core/backend-client.js";var vn=Object.freeze({id:"openai_billing",callsBackend:!0,requiresIntegration:S.OPENAI_BILLING,description:"OpenAI organization billing/usage admin API (paste sk-admin-... key)"}),In=Object.freeze({id:"anthropic_billing",callsBackend:!0,requiresIntegration:S.ANTHROPIC_BILLING,description:"Anthropic organization cost/usage admin API (paste sk-ant-admin-... key)"}),Nn=Object.freeze({id:"cursor_admin",callsBackend:!0,requiresIntegration:S.CURSOR_ADMIN,description:"Cursor Team/Enterprise admin API (paste admin key)"});function pa(r){return Math.floor(r/1e3)}function Sn(r){return new Date(r).toISOString().slice(0,10)}function ua(r){return new Date(r).toISOString()}async function Nt(r){let t=await xy(r);if(!t?.token)throw new Error(`${r} token resolver returned no token`);return t.token}async function ma({startMs:r,endMs:t,groupBy:e=["project_id","line_item"]}){let n=await Nt("openai_billing"),s=[],i=0,o=e.map(c=>`group_by[]=${encodeURIComponent(c)}`).join("&"),a=null;for(let c=0;c<50;c++){let d=`https://api.openai.com/v1/organization/costs?${[`start_time=${pa(r)}`,`end_time=${pa(t)}`,"bucket_width=1d","limit=180",o,a?`page=${encodeURIComponent(a)}`:""].filter(Boolean).join("&")}`,p=await fetch(d,{headers:{Authorization:`Bearer ${n}`}});if(!p.ok){let m=await p.text().catch(()=>"");throw new Error(`OpenAI costs API ${p.status}: ${m.slice(0,200)}`)}let u=await p.json();for(let m of u.data||[]){i+=1;let h=Sn((m.start_time||0)*1e3);for(let f of m.results||[])s.push({provider:"openai",day:h,costUsd:Number(f.amount?.value??0),projectId:f.project_id||void 0,apiKeyId:f.api_key_id||void 0,model:f.line_item||void 0})}if(!u.has_more||!u.next_page)break;a=u.next_page}return{ok:!0,items:s,rawBuckets:i}}async function Ly(){let r=await Nt("openai_billing"),e=await fetch("https://api.openai.com/v1/organization/projects?limit=100",{headers:{Authorization:`Bearer ${r}`}});if(!e.ok){let i=await e.text().catch(()=>"");throw new Error(`OpenAI projects API ${e.status}: ${i.slice(0,200)}`)}let n=await e.json(),s=new Map;for(let i of n.data||[])s.set(i.id,i.name);return s}async function ha({startMs:r,endMs:t,groupBy:e=["workspace_id"]}){let n=await Nt("anthropic_billing"),s=[],i=0,o=e.map(c=>`group_by[]=${encodeURIComponent(c)}`).join("&"),a=null;for(let c=0;c<50;c++){let d=`https://api.anthropic.com/v1/organizations/cost_report?${[`starting_at=${encodeURIComponent(ua(r))}`,`ending_at=${encodeURIComponent(ua(t))}`,"bucket=1d","limit=100",o,a?`page=${encodeURIComponent(a)}`:""].filter(Boolean).join("&")}`,p=await fetch(d,{headers:{"x-api-key":n,"anthropic-version":"2023-06-01"}});if(!p.ok){let m=await p.text().catch(()=>"");throw new Error(`Anthropic cost_report ${p.status}: ${m.slice(0,200)}`)}let u=await p.json();for(let m of u.data||[]){i+=1;let h=(m.starting_at||"").slice(0,10);for(let f of m.results||[])s.push({provider:"anthropic",day:h,costUsd:Number(f.amount??f.cost??0),workspaceId:f.workspace_id||void 0,apiKeyId:f.api_key_id||void 0,model:f.model||void 0,tokensIn:f.uncached_input_tokens!=null?Number(f.uncached_input_tokens):void 0,tokensOut:f.output_tokens!=null?Number(f.output_tokens):void 0,cachedTokens:f.cached_input_tokens!=null?Number(f.cached_input_tokens):void 0})}if(!u.has_more||!u.next_page)break;a=u.next_page}return{ok:!0,items:s,rawBuckets:i}}async function jy(){let r=await Nt("anthropic_billing"),e=await fetch("https://api.anthropic.com/v1/organizations/workspaces?limit=100",{headers:{"x-api-key":r,"anthropic-version":"2023-06-01"}});if(!e.ok){let i=await e.text().catch(()=>"");throw new Error(`Anthropic workspaces ${e.status}: ${i.slice(0,200)}`)}let n=await e.json(),s=new Map;for(let i of n.data||[])s.set(i.id,i.name);return s}async function fa({startMs:r,endMs:t}){let e=await Nt("cursor_admin"),n=Sn(r),s=Sn(t),i=`https://api.cursor.com/teams/daily-usage-data?startDate=${n}&endDate=${s}`,o=await fetch(i,{headers:{Authorization:`Bearer ${e}`}});if(!o.ok){let d=await o.text().catch(()=>"");throw new Error(`Cursor daily-usage ${o.status}: ${d.slice(0,200)}`)}let a=await o.json(),c=[],l=0;for(let d of a.data||[]){l+=1;let p=d.date;for(let u of d.userMetrics||[]){for(let m of u.modelUsage||[]){let h=Number(m.acceptedLines??0),f=Number(m.suggestedLines??0);c.push({provider:"cursor",day:p,costUsd:Number(m.totalCents??0)/100,userEmail:u.email,model:m.model,requestCount:Number(m.requestCount??0),acceptanceRate:f>0?h/f:void 0})}(!u.modelUsage||u.modelUsage.length===0)&&c.push({provider:"cursor",day:p,costUsd:Number(u.totalCents??0)/100,userEmail:u.email})}}return{ok:!0,items:c,rawBuckets:l}}async function $y({startMs:r,endMs:t}){let[e,n,s]=await Promise.allSettled([ma({startMs:r,endMs:t}),ha({startMs:r,endMs:t}),fa({startMs:r,endMs:t})]),i=d=>d.status==="fulfilled"?d.value:{ok:!1,error:d.reason?.message||String(d.reason),items:[]},o=i(e),a=i(n),c=i(s),l=[{provider:"openai",totalUsd:o.items.reduce((d,p)=>d+(p.costUsd||0),0)},{provider:"anthropic",totalUsd:a.items.reduce((d,p)=>d+(p.costUsd||0),0)},{provider:"cursor",totalUsd:c.items.reduce((d,p)=>d+(p.costUsd||0),0)}];return{openai:o,anthropic:a,cursor:c,totals:l}}function Py(r,t){let e=new Map;for(let n of r){let s=t(n);if(!s)continue;let i=e.get(s)||{key:s,totalUsd:0,count:0};i.totalUsd+=n.costUsd||0,i.count+=1,e.set(s,i)}return[...e.values()].sort((n,s)=>s.totalUsd-n.totalUsd)}function Cy(r){if(!r.length)return{mean:0,stddev:0};let t=r.reduce((n,s)=>n+s,0)/r.length,e=r.reduce((n,s)=>n+(s-t)**2,0)/r.length;return{mean:t,stddev:Math.sqrt(e)}}import{SKILL_IDS as bS}from"@zibby/skill-ids";import{z as w}from"zod";var Ot=["ok","info","warn","critical"],Uy=w.object({primary:w.string().min(1).max(200).describe('Headline number or phrase (e.g. "$8,240"). Rendered in large/bold.'),delta:w.object({value:w.string().max(40).describe('Delta vs baseline (e.g. "+12% wow"). Free-form string.'),direction:w.enum(["up","down","flat"]).optional(),severity:w.enum(Ot).optional().describe("Color severity for the delta (warn/critical highlights regressions).")}).optional().describe("Optional comparison vs baseline. Renders inline next to primary."),summary:w.string().max(800).optional().describe('One-sentence narrative ("why this number"). Plain prose.')}),By=w.object({kind:w.literal("trend"),title:w.string().max(120).optional(),labels:w.array(w.string().max(60)).min(2).max(20).describe('Bucket labels (e.g. ["Week-3", "Week-2", "Week-1", "This wk"]).'),values:w.array(w.number()).min(2).max(20).describe("Numeric values, one per label. Must match labels.length."),highlight:w.enum(["last","max","min","none"]).default("last").optional().describe("Which bucket to visually highlight in the rendered card."),severity:w.enum(Ot).optional()}),Dy=w.object({kind:w.literal("table"),title:w.string().max(120).optional(),headers:w.array(w.string().max(40)).min(1).max(8),rows:w.array(w.array(w.union([w.string().max(200),w.number()])).min(1).max(8)).max(40).describe("2D matrix. Each inner array must have headers.length entries.")}),Jy=w.object({kind:w.literal("callouts"),title:w.string().max(120).optional(),tone:w.enum(Ot).default("info").optional(),items:w.array(w.string().min(1).max(600)).min(1).max(10).describe("Each item renders as a bullet with a severity emoji.")}),My=w.object({kind:w.literal("breakdown"),title:w.string().max(120).optional(),rows:w.array(w.object({label:w.string().min(1).max(80),value:w.string().min(1).max(80),sub:w.string().max(120).optional(),severity:w.enum(Ot).optional()})).min(1).max(20)}),qy=w.object({kind:w.literal("paragraph"),title:w.string().max(120).optional(),text:w.string().min(1).max(3e3)}),Fy=w.discriminatedUnion("kind",[By,Dy,Jy,My,qy]),Tt=w.object({title:w.string().min(1).max(200).describe('Card title (e.g. "Weekly AI Spend Report").'),subtitle:w.string().max(200).optional().describe('Date range or smaller header (e.g. "May 13 \u2014 May 20").'),headline:Uy,sections:w.array(Fy).max(20).default([]).superRefine((r,t)=>{r.forEach((e,n)=>{e.kind==="trend"&&e.labels.length!==e.values.length&&t.addIssue({code:w.ZodIssueCode.custom,path:[n,"values"],message:"labels.length must equal values.length"}),e.kind==="table"&&!e.rows.every(s=>s.length===e.headers.length)&&t.addIssue({code:w.ZodIssueCode.custom,path:[n,"rows"],message:"every row must have headers.length entries"})})}),footer:w.object({viewUrl:w.string().url().optional().describe('Optional "View in Zibby" button URL.'),rerunUrl:w.string().url().optional().describe('Optional "Run again" button URL.')}).optional()}),B=Object.freeze({ok:"\u{1F7E2}",info:"\u{1F535}",warn:"\u{1F7E0}",critical:"\u{1F534}"}),br=Object.freeze({up:"\u2191",down:"\u2193",flat:"\u2192"}),Ky=Object.freeze({ok:"green",info:"blue",warn:"orange",critical:"red"});function kr(r,t,e=12){if(!Number.isFinite(r)||!Number.isFinite(t)||t<=0)return"";let n=Math.max(0,Math.min(1,r/t)),s=Math.round(n*e);return"\u2593".repeat(s)+"\u2591".repeat(e-s)}function At(r,t){let e=String(r);return e.length>=t?e:e+" ".repeat(t-e.length)}function wr(r,t){let e=String(r);return e.length>=t?e:" ".repeat(t-e.length)+e}function _a({headers:r,rows:t}){let e=r.map((o,a)=>{let c=Math.max(String(o).length,...t.map(l=>String(l[a]??"").length));return Math.min(c,32)}),n=o=>o.map((a,c)=>At(a,e[c])).join(" "),s=e.map(o=>"\u2500".repeat(o)).join(" ");return"```\n"+[n(r),s,...t.map(o=>n(o))].join(`
|
|
1246
|
-
`)+"\n```"}function
|
|
1268
|
+
`,"utf-8");let b=["graph.mjs","workflow.json","nodes/index.mjs",...c.map(y=>`nodes/${y.replace(/_/g,"-")}.mjs`)];return{workflowDir:ca(r,o),files:b,className:i,slug:s}}async function Ly(r){let{name:t,description:e,nodes:n,edges:s}=r;if(!t||!da.test(t.toLowerCase()))return JSON.stringify({error:`Invalid workflow name "${t}". Must be kebab-case, 2-64 chars, lowercase letters/numbers/hyphens.`});if(!n||n.length===0)return JSON.stringify({error:"At least one node is required."});let i={name:t.toLowerCase(),description:e||`${pa(t.toLowerCase())} workflow`,nodes:n.map(o=>({name:o.name.replace(/-/g,"_"),description:o.description||`Process ${o.name}`,inputFields:o.inputFields||[],outputFields:o.outputFields||[]})),edges:s||[]};if(i.edges.length===0&&i.nodes.length>0){for(let o=0;o<i.nodes.length-1;o++)i.edges.push({from:i.nodes[o].name,to:i.nodes[o+1].name});i.edges.push({from:i.nodes[i.nodes.length-1].name,to:"END"})}return JSON.stringify({ok:!0,spec:i,message:`Workflow "${i.name}" designed with ${i.nodes.length} node(s). Call build_workflow to generate the code.`,preview:{nodes:i.nodes.map(o=>o.name),flow:i.edges.map(o=>o.condition?`${o.from} \u2192(if ${o.condition})\u2192 ${o.to}`:`${o.from} \u2192 ${o.to}`)}})}async function jy(r,t){let{name:e,spec:n}=r,s=(e||n?.name||"").toLowerCase();if(!s||!da.test(s))return JSON.stringify({error:`Invalid workflow name "${s}".`});if(!n||!n.nodes||n.nodes.length===0)return JSON.stringify({error:"spec with nodes is required. Call design_workflow first."});let i=E(t,".zibby","workflows",s);if(fe(i))return JSON.stringify({error:`Workflow "${s}" already exists at .zibby/workflows/${s}/. Delete it first or choose a different name.`});let o=await ha(n,t),a=xy(t,s,n,o);return JSON.stringify({ok:!0,...a,message:`Workflow "${s}" created at ${a.workflowDir}/`,nextSteps:[`Test locally: zibby start ${s}`,`Deploy to cloud: zibby deploy ${s} --project <project-id>`,`Tail logs: zibby logs --workflow ${s} --project <project-id>`]})}async function $y(r,t){let{workflowName:e,nodeName:n,description:s,inputFields:i,outputFields:o}=r,a=(e||"").toLowerCase(),c=(n||"").replace(/-/g,"_"),l=E(t,".zibby","workflows",a);if(!fe(l))return JSON.stringify({error:`Workflow "${a}" not found. Create it first with build_workflow.`});let d={name:a,description:"",nodes:[{name:c,description:s||`Process ${c}`,inputFields:i||[],outputFields:o||[]}],edges:[]},u=(await ha(d,t)).nodes?.[c]?.code;if(!u)return JSON.stringify({error:"Failed to generate node code."});let m=E(l,"nodes"),h=`${c.replace(/_/g,"-")}.mjs`;et(E(m,h),u,"utf-8");let f=E(m,"index.mjs"),b=vt(c),y=`export { ${b} } from './${c.replace(/_/g,"-")}.mjs';
|
|
1269
|
+
`,_=fe(f)?It(f,"utf-8"):"";return _.includes(b)||et(f,_+y,"utf-8"),JSON.stringify({ok:!0,file:`nodes/${h}`,exportName:b,message:`Node "${c}" added. Update graph.mjs to wire it into the graph.`})}async function Py(r,t){let{name:e,projectId:n}=r,s=(e||"").toLowerCase();if(!s)return JSON.stringify({error:"Workflow name is required."});if(!n)return JSON.stringify({error:"projectId is required."});let i=E(t,".zibby","workflows",s);if(!fe(i))return JSON.stringify({error:`Workflow "${s}" not found at .zibby/workflows/${s}/`});try{let{execSync:o}=await import("child_process"),a=o(`node "${E(t,"packages/cli/bin/zibby.js")}" deploy ${s} --project ${n}`,{cwd:t,encoding:"utf-8",timeout:3e4,stdio:["pipe","pipe","pipe"]});return JSON.stringify({ok:!0,output:a.trim()})}catch{try{let{execSync:a}=await import("child_process"),c=a(`npx zibby deploy ${s} --project ${n}`,{cwd:t,encoding:"utf-8",timeout:3e4,stdio:["pipe","pipe","pipe"]});return JSON.stringify({ok:!0,output:c.trim()})}catch(a){return JSON.stringify({error:`Deploy failed: ${a.message}`})}}}function Cy(r){let t=E(r,".zibby","workflows");if(!fe(t))return JSON.stringify({workflows:[],message:"No workflows found. Use build_workflow to create one."});let n=wn(t).filter(s=>{try{return aa(E(t,s)).isDirectory()}catch{return!1}}).map(s=>{let i=E(t,s,"workflow.json"),o={};try{o=JSON.parse(It(i,"utf-8"))}catch{}let a=E(t,s,"nodes"),c=0;try{c=wn(a).filter(l=>l.endsWith(".mjs")&&l!=="index.mjs").length}catch{}return{name:s,description:o.description||"",nodeCount:c,path:ca(r,E(t,s))}});return JSON.stringify({workflows:n})}var fa={id:"workflow-builder",description:"Build, scaffold, and deploy custom AI workflows via conversation",envKeys:[],promptFragment:Ny,tools:[{name:"design_workflow",description:"Design a workflow spec (nodes, edges, descriptions) for the user to review before building. Call this after understanding requirements.",input_schema:{type:"object",properties:{name:{type:"string",description:"Workflow name in kebab-case (e.g., ticket-triage)"},description:{type:"string",description:"What the workflow does"},nodes:{type:"array",items:{type:"object",properties:{name:{type:"string",description:"Node name in snake_case (e.g., classify_ticket)"},description:{type:"string",description:"What this node does \u2014 be specific about input/output"},inputFields:{type:"array",items:{type:"string"},description:"Key fields this node reads from state"},outputFields:{type:"array",items:{type:"string"},description:"Key fields this node produces"}},required:["name","description"]},description:"Workflow nodes (processing steps)"},edges:{type:"array",items:{type:"object",properties:{from:{type:"string",description:"Source node name"},to:{type:"string",description:'Target node name (or "END")'},condition:{type:"string",description:"JS expression for conditional routing (optional)"}},required:["from","to"]},description:"Edges connecting nodes. If omitted, nodes are wired linearly."}},required:["name","description","nodes"]}},{name:"build_workflow",description:"Generate real workflow code on disk from a design spec. Uses the configured AI agent for high-quality code generation.",input_schema:{type:"object",properties:{name:{type:"string",description:"Workflow name (from design_workflow)"},spec:{type:"object",description:"The full spec object returned by design_workflow",properties:{name:{type:"string"},description:{type:"string"},nodes:{type:"array",items:{type:"object"}},edges:{type:"array",items:{type:"object"}}}}},required:["name","spec"]}},{name:"add_node",description:"Add a new node to an existing workflow. Generates the node file and updates the barrel export.",input_schema:{type:"object",properties:{workflowName:{type:"string",description:"Existing workflow name (kebab-case)"},nodeName:{type:"string",description:"New node name (snake_case)"},description:{type:"string",description:"What this node does"},inputFields:{type:"array",items:{type:"string"},description:"Fields read from state"},outputFields:{type:"array",items:{type:"string"},description:"Fields produced"}},required:["workflowName","nodeName","description"]}},{name:"deploy_workflow",description:"Deploy a workflow to Zibby Cloud. Returns the trigger URL.",input_schema:{type:"object",properties:{name:{type:"string",description:"Workflow name to deploy"},projectId:{type:"string",description:"Target project ID"}},required:["name","projectId"]}},{name:"list_workflows",description:"List all local workflows in .zibby/workflows/.",input_schema:{type:"object",properties:{}}},{name:"explore_framework_docs",description:"Read Zibby framework documentation on demand. Call this before building complex workflows or when you need details on advanced patterns (middleware, conditional routing, skills, deployment, CLI commands).",input_schema:{type:"object",properties:{topic:{type:"string",description:'Doc topic to read (e.g., "workflow", "custom-workflows", "cli-reference", "packages/core", "packages/skills", "integrations/jira"). Call with no topic to list all available docs.'}}}}],async handleToolCall(r,t,e){let n=e?.options?.workspace||process.cwd();try{switch(r){case"design_workflow":return await Ly(t);case"build_workflow":return await jy(t,n);case"add_node":return await $y(t,n);case"deploy_workflow":return await Py(t,n);case"list_workflows":return Cy(n);case"explore_framework_docs":{let s=(t.topic||"").trim();if(!s){let o=oa();return JSON.stringify({available:o,hint:"Call again with a topic to read its content."})}let i=ma(s);if(!i){let o=oa();return JSON.stringify({error:`Doc "${s}" not found.`,available:o})}return JSON.stringify({topic:s,content:i})}default:return JSON.stringify({error:`Unknown tool: ${r}`})}}catch(s){return JSON.stringify({error:s.message})}},resolve(){return null}};import{resolveIntegrationToken as Uy}from"@zibby/core/backend-client.js";var In=Object.freeze({id:"openai_billing",callsBackend:!0,requiresIntegration:S.OPENAI_BILLING,description:"OpenAI organization billing/usage admin API (paste sk-admin-... key)"}),Nn=Object.freeze({id:"anthropic_billing",callsBackend:!0,requiresIntegration:S.ANTHROPIC_BILLING,description:"Anthropic organization cost/usage admin API (paste sk-ant-admin-... key)"}),On=Object.freeze({id:"cursor_admin",callsBackend:!0,requiresIntegration:S.CURSOR_ADMIN,description:"Cursor Team/Enterprise admin API (paste admin key)"});function ya(r){return Math.floor(r/1e3)}function vn(r){return new Date(r).toISOString().slice(0,10)}function ga(r){return new Date(r).toISOString()}async function Nt(r){let t=await Uy(r);if(!t?.token)throw new Error(`${r} token resolver returned no token`);return t.token}async function _a({startMs:r,endMs:t,groupBy:e=["project_id","line_item"]}){let n=await Nt("openai_billing"),s=[],i=0,o=e.map(c=>`group_by[]=${encodeURIComponent(c)}`).join("&"),a=null;for(let c=0;c<50;c++){let d=`https://api.openai.com/v1/organization/costs?${[`start_time=${ya(r)}`,`end_time=${ya(t)}`,"bucket_width=1d","limit=180",o,a?`page=${encodeURIComponent(a)}`:""].filter(Boolean).join("&")}`,p=await fetch(d,{headers:{Authorization:`Bearer ${n}`}});if(!p.ok){let m=await p.text().catch(()=>"");throw new Error(`OpenAI costs API ${p.status}: ${m.slice(0,200)}`)}let u=await p.json();for(let m of u.data||[]){i+=1;let h=vn((m.start_time||0)*1e3);for(let f of m.results||[])s.push({provider:"openai",day:h,costUsd:Number(f.amount?.value??0),projectId:f.project_id||void 0,apiKeyId:f.api_key_id||void 0,model:f.line_item||void 0})}if(!u.has_more||!u.next_page)break;a=u.next_page}return{ok:!0,items:s,rawBuckets:i}}async function By(){let r=await Nt("openai_billing"),e=await fetch("https://api.openai.com/v1/organization/projects?limit=100",{headers:{Authorization:`Bearer ${r}`}});if(!e.ok){let i=await e.text().catch(()=>"");throw new Error(`OpenAI projects API ${e.status}: ${i.slice(0,200)}`)}let n=await e.json(),s=new Map;for(let i of n.data||[])s.set(i.id,i.name);return s}async function ba({startMs:r,endMs:t,groupBy:e=["workspace_id"]}){let n=await Nt("anthropic_billing"),s=[],i=0,o=e.map(c=>`group_by[]=${encodeURIComponent(c)}`).join("&"),a=null;for(let c=0;c<50;c++){let d=`https://api.anthropic.com/v1/organizations/cost_report?${[`starting_at=${encodeURIComponent(ga(r))}`,`ending_at=${encodeURIComponent(ga(t))}`,"bucket=1d","limit=100",o,a?`page=${encodeURIComponent(a)}`:""].filter(Boolean).join("&")}`,p=await fetch(d,{headers:{"x-api-key":n,"anthropic-version":"2023-06-01"}});if(!p.ok){let m=await p.text().catch(()=>"");throw new Error(`Anthropic cost_report ${p.status}: ${m.slice(0,200)}`)}let u=await p.json();for(let m of u.data||[]){i+=1;let h=(m.starting_at||"").slice(0,10);for(let f of m.results||[])s.push({provider:"anthropic",day:h,costUsd:Number(f.amount??f.cost??0),workspaceId:f.workspace_id||void 0,apiKeyId:f.api_key_id||void 0,model:f.model||void 0,tokensIn:f.uncached_input_tokens!=null?Number(f.uncached_input_tokens):void 0,tokensOut:f.output_tokens!=null?Number(f.output_tokens):void 0,cachedTokens:f.cached_input_tokens!=null?Number(f.cached_input_tokens):void 0})}if(!u.has_more||!u.next_page)break;a=u.next_page}return{ok:!0,items:s,rawBuckets:i}}async function Dy(){let r=await Nt("anthropic_billing"),e=await fetch("https://api.anthropic.com/v1/organizations/workspaces?limit=100",{headers:{"x-api-key":r,"anthropic-version":"2023-06-01"}});if(!e.ok){let i=await e.text().catch(()=>"");throw new Error(`Anthropic workspaces ${e.status}: ${i.slice(0,200)}`)}let n=await e.json(),s=new Map;for(let i of n.data||[])s.set(i.id,i.name);return s}async function ka({startMs:r,endMs:t}){let e=await Nt("cursor_admin"),n=vn(r),s=vn(t),i=`https://api.cursor.com/teams/daily-usage-data?startDate=${n}&endDate=${s}`,o=await fetch(i,{headers:{Authorization:`Bearer ${e}`}});if(!o.ok){let d=await o.text().catch(()=>"");throw new Error(`Cursor daily-usage ${o.status}: ${d.slice(0,200)}`)}let a=await o.json(),c=[],l=0;for(let d of a.data||[]){l+=1;let p=d.date;for(let u of d.userMetrics||[]){for(let m of u.modelUsage||[]){let h=Number(m.acceptedLines??0),f=Number(m.suggestedLines??0);c.push({provider:"cursor",day:p,costUsd:Number(m.totalCents??0)/100,userEmail:u.email,model:m.model,requestCount:Number(m.requestCount??0),acceptanceRate:f>0?h/f:void 0})}(!u.modelUsage||u.modelUsage.length===0)&&c.push({provider:"cursor",day:p,costUsd:Number(u.totalCents??0)/100,userEmail:u.email})}}return{ok:!0,items:c,rawBuckets:l}}async function Jy({startMs:r,endMs:t}){let[e,n,s]=await Promise.allSettled([_a({startMs:r,endMs:t}),ba({startMs:r,endMs:t}),ka({startMs:r,endMs:t})]),i=d=>d.status==="fulfilled"?d.value:{ok:!1,error:d.reason?.message||String(d.reason),items:[]},o=i(e),a=i(n),c=i(s),l=[{provider:"openai",totalUsd:o.items.reduce((d,p)=>d+(p.costUsd||0),0)},{provider:"anthropic",totalUsd:a.items.reduce((d,p)=>d+(p.costUsd||0),0)},{provider:"cursor",totalUsd:c.items.reduce((d,p)=>d+(p.costUsd||0),0)}];return{openai:o,anthropic:a,cursor:c,totals:l}}function My(r,t){let e=new Map;for(let n of r){let s=t(n);if(!s)continue;let i=e.get(s)||{key:s,totalUsd:0,count:0};i.totalUsd+=n.costUsd||0,i.count+=1,e.set(s,i)}return[...e.values()].sort((n,s)=>s.totalUsd-n.totalUsd)}function qy(r){if(!r.length)return{mean:0,stddev:0};let t=r.reduce((n,s)=>n+s,0)/r.length,e=r.reduce((n,s)=>n+(s-t)**2,0)/r.length;return{mean:t,stddev:Math.sqrt(e)}}import{SKILL_IDS as NS}from"@zibby/skill-ids";import{z as w}from"zod";var Ot=["ok","info","warn","critical"],Fy=w.object({primary:w.string().min(1).max(200).describe('Headline number or phrase (e.g. "$8,240"). Rendered in large/bold.'),delta:w.object({value:w.string().max(40).describe('Delta vs baseline (e.g. "+12% wow"). Free-form string.'),direction:w.enum(["up","down","flat"]).optional(),severity:w.enum(Ot).optional().describe("Color severity for the delta (warn/critical highlights regressions).")}).optional().describe("Optional comparison vs baseline. Renders inline next to primary."),summary:w.string().max(800).optional().describe('One-sentence narrative ("why this number"). Plain prose.')}),Ky=w.object({kind:w.literal("trend"),title:w.string().max(120).optional(),labels:w.array(w.string().max(60)).min(2).max(20).describe('Bucket labels (e.g. ["Week-3", "Week-2", "Week-1", "This wk"]).'),values:w.array(w.number()).min(2).max(20).describe("Numeric values, one per label. Must match labels.length."),highlight:w.enum(["last","max","min","none"]).default("last").optional().describe("Which bucket to visually highlight in the rendered card."),severity:w.enum(Ot).optional()}),Gy=w.object({kind:w.literal("table"),title:w.string().max(120).optional(),headers:w.array(w.string().max(40)).min(1).max(8),rows:w.array(w.array(w.union([w.string().max(200),w.number()])).min(1).max(8)).max(40).describe("2D matrix. Each inner array must have headers.length entries.")}),Hy=w.object({kind:w.literal("callouts"),title:w.string().max(120).optional(),tone:w.enum(Ot).default("info").optional(),items:w.array(w.string().min(1).max(600)).min(1).max(10).describe("Each item renders as a bullet with a severity emoji.")}),Yy=w.object({kind:w.literal("breakdown"),title:w.string().max(120).optional(),rows:w.array(w.object({label:w.string().min(1).max(80),value:w.string().min(1).max(80),sub:w.string().max(120).optional(),severity:w.enum(Ot).optional()})).min(1).max(20)}),zy=w.object({kind:w.literal("paragraph"),title:w.string().max(120).optional(),text:w.string().min(1).max(3e3)}),Wy=w.discriminatedUnion("kind",[Ky,Gy,Hy,Yy,zy]),Tt=w.object({title:w.string().min(1).max(200).describe('Card title (e.g. "Weekly AI Spend Report").'),subtitle:w.string().max(200).optional().describe('Date range or smaller header (e.g. "May 13 \u2014 May 20").'),headline:Fy,sections:w.array(Wy).max(20).default([]).superRefine((r,t)=>{r.forEach((e,n)=>{e.kind==="trend"&&e.labels.length!==e.values.length&&t.addIssue({code:w.ZodIssueCode.custom,path:[n,"values"],message:"labels.length must equal values.length"}),e.kind==="table"&&!e.rows.every(s=>s.length===e.headers.length)&&t.addIssue({code:w.ZodIssueCode.custom,path:[n,"rows"],message:"every row must have headers.length entries"})})}),footer:w.object({viewUrl:w.string().url().optional().describe('Optional "View in Zibby" button URL.'),rerunUrl:w.string().url().optional().describe('Optional "Run again" button URL.')}).optional()}),B=Object.freeze({ok:"\u{1F7E2}",info:"\u{1F535}",warn:"\u{1F7E0}",critical:"\u{1F534}"}),br=Object.freeze({up:"\u2191",down:"\u2193",flat:"\u2192"}),Zy=Object.freeze({ok:"green",info:"blue",warn:"orange",critical:"red"});function kr(r,t,e=12){if(!Number.isFinite(r)||!Number.isFinite(t)||t<=0)return"";let n=Math.max(0,Math.min(1,r/t)),s=Math.round(n*e);return"\u2593".repeat(s)+"\u2591".repeat(e-s)}function At(r,t){let e=String(r);return e.length>=t?e:e+" ".repeat(t-e.length)}function wr(r,t){let e=String(r);return e.length>=t?e:" ".repeat(t-e.length)+e}function va({headers:r,rows:t}){let e=r.map((o,a)=>{let c=Math.max(String(o).length,...t.map(l=>String(l[a]??"").length));return Math.min(c,32)}),n=o=>o.map((a,c)=>At(a,e[c])).join(" "),s=e.map(o=>"\u2500".repeat(o)).join(" ");return"```\n"+[n(r),s,...t.map(o=>n(o))].join(`
|
|
1270
|
+
`)+"\n```"}function Vy(r){let t=Tt.parse(r),e=[];e.push({type:"header",text:{type:"plain_text",text:t.title.slice(0,150),emoji:!0}}),t.subtitle&&e.push({type:"context",elements:[{type:"mrkdwn",text:t.subtitle}]});let n=[`*${t.headline.primary}*`];if(t.headline.delta){let i=br[t.headline.delta.direction]||"",o=t.headline.delta.severity?B[t.headline.delta.severity]:"";n.push(`${i} ${t.headline.delta.value} ${o}`.trim())}let s=n.join(" ");t.headline.summary&&(s+=`
|
|
1247
1271
|
`+t.headline.summary),e.push({type:"section",text:{type:"mrkdwn",text:s}});for(let i of t.sections)switch(e.push({type:"divider"}),i.title&&e.push({type:"section",text:{type:"mrkdwn",text:`*${i.title}*`}}),i.kind){case"trend":{let o=Math.max(...i.values),a=i.labels.map((c,l)=>{let d=i.values[l],p=kr(d,o),m=(i.highlight==="last"&&l===i.labels.length-1||i.highlight==="max"&&d===o||i.highlight==="min"&&d===Math.min(...i.values))&&i.severity?` ${B[i.severity]}`:"";return`${At(c,10)} ${wr(d.toLocaleString(),8)} ${p}${m}`});e.push({type:"section",text:{type:"mrkdwn",text:"```\n"+a.join(`
|
|
1248
|
-
`)+"\n```"}});break}case"table":{e.push({type:"section",text:{type:"mrkdwn",text:
|
|
1272
|
+
`)+"\n```"}});break}case"table":{e.push({type:"section",text:{type:"mrkdwn",text:va(i)}});break}case"callouts":{let o=B[i.tone||"info"];e.push({type:"section",text:{type:"mrkdwn",text:i.items.map(a=>`${o} ${a}`).join(`
|
|
1249
1273
|
`)}});break}case"breakdown":{let o=i.rows.map(a=>({type:"mrkdwn",text:`*${a.label}*
|
|
1250
1274
|
${a.value}${a.sub?`
|
|
1251
|
-
_${a.sub}_`:""}${a.severity?` ${B[a.severity]}`:""}`}));for(let a=0;a<o.length;a+=10)e.push({type:"section",fields:o.slice(a,a+10)});break}case"paragraph":{e.push({type:"section",text:{type:"mrkdwn",text:i.text}});break}}if(t.footer&&(t.footer.viewUrl||t.footer.rerunUrl)){let i=[];t.footer.viewUrl&&i.push({type:"button",text:{type:"plain_text",text:"View in Zibby"},url:t.footer.viewUrl,style:"primary"}),t.footer.rerunUrl&&i.push({type:"button",text:{type:"plain_text",text:"Run again"},url:t.footer.rerunUrl}),e.push({type:"divider"}),e.push({type:"actions",elements:i})}return e}function
|
|
1275
|
+
_${a.sub}_`:""}${a.severity?` ${B[a.severity]}`:""}`}));for(let a=0;a<o.length;a+=10)e.push({type:"section",fields:o.slice(a,a+10)});break}case"paragraph":{e.push({type:"section",text:{type:"mrkdwn",text:i.text}});break}}if(t.footer&&(t.footer.viewUrl||t.footer.rerunUrl)){let i=[];t.footer.viewUrl&&i.push({type:"button",text:{type:"plain_text",text:"View in Zibby"},url:t.footer.viewUrl,style:"primary"}),t.footer.rerunUrl&&i.push({type:"button",text:{type:"plain_text",text:"Run again"},url:t.footer.rerunUrl}),e.push({type:"divider"}),e.push({type:"actions",elements:i})}return e}function Xy(r){let t=Tt.parse(r),e=[],n=[`**${t.headline.primary}**`];if(t.headline.delta){let o=br[t.headline.delta.direction]||"",a=t.headline.delta.severity?B[t.headline.delta.severity]:"";n.push(`${o} ${t.headline.delta.value} ${a}`.trim())}let s=n.join(" ");t.headline.summary&&(s+=`
|
|
1252
1276
|
`+t.headline.summary),e.push({tag:"div",text:{tag:"lark_md",content:s}});for(let o of t.sections)switch(e.push({tag:"hr"}),o.title&&e.push({tag:"div",text:{tag:"lark_md",content:`**${o.title}**`}}),o.kind){case"trend":{let a=Math.max(...o.values),c=o.labels.map((l,d)=>{let p=o.values[d],u=kr(p,a),h=(o.highlight==="last"&&d===o.labels.length-1||o.highlight==="max"&&p===a||o.highlight==="min"&&p===Math.min(...o.values))&&o.severity?` ${B[o.severity]}`:"";return`${At(l,10)} ${wr(p.toLocaleString(),8)} ${u}${h}`});e.push({tag:"div",text:{tag:"lark_md",content:"```\n"+c.join(`
|
|
1253
|
-
`)+"\n```"}});break}case"table":{e.push({tag:"div",text:{tag:"lark_md",content:
|
|
1277
|
+
`)+"\n```"}});break}case"table":{e.push({tag:"div",text:{tag:"lark_md",content:va(o)}});break}case"callouts":{let a=B[o.tone||"info"];e.push({tag:"div",text:{tag:"lark_md",content:o.items.map(c=>`${a} ${c}`).join(`
|
|
1254
1278
|
`)}});break}case"breakdown":{let a=o.rows.map(c=>{let l=c.severity?` ${B[c.severity]}`:"",d=c.sub?` *${c.sub}*`:"";return`**${c.label}** ${c.value}${d}${l}`});e.push({tag:"div",text:{tag:"lark_md",content:a.join(`
|
|
1255
|
-
`)}});break}case"paragraph":{e.push({tag:"div",text:{tag:"lark_md",content:o.text}});break}}if(t.footer&&(t.footer.viewUrl||t.footer.rerunUrl)){let o=[];t.footer.viewUrl&&o.push({tag:"button",text:{tag:"plain_text",content:"View in Zibby"},url:t.footer.viewUrl,type:"primary"}),t.footer.rerunUrl&&o.push({tag:"button",text:{tag:"plain_text",content:"Run again"},url:t.footer.rerunUrl,type:"default"}),e.push({tag:"hr"}),e.push({tag:"action",actions:o})}let i="blue";return t.headline.delta?.severity&&(i=
|
|
1256
|
-
`)));break}case"table":{let o={object:"block",type:"table_row",table_row:{cells:i.headers.map(c=>Ce(c))}},a=i.rows.map(c=>({object:"block",type:"table_row",table_row:{cells:c.map(l=>Ce(String(l)))}}));e.push({object:"block",type:"table",table:{table_width:i.headers.length,has_column_header:!0,has_row_header:!1,children:[o,...a]}});break}case"callouts":{let o=i.tone||"info",a=
|
|
1257
|
-
`)}import{createRequire as
|
|
1279
|
+
`)}});break}case"paragraph":{e.push({tag:"div",text:{tag:"lark_md",content:o.text}});break}}if(t.footer&&(t.footer.viewUrl||t.footer.rerunUrl)){let o=[];t.footer.viewUrl&&o.push({tag:"button",text:{tag:"plain_text",content:"View in Zibby"},url:t.footer.viewUrl,type:"primary"}),t.footer.rerunUrl&&o.push({tag:"button",text:{tag:"plain_text",content:"Run again"},url:t.footer.rerunUrl,type:"default"}),e.push({tag:"hr"}),e.push({tag:"action",actions:o})}let i="blue";return t.headline.delta?.severity&&(i=Zy[t.headline.delta.severity]||"blue"),{config:{wide_screen_mode:!0},header:{title:{tag:"plain_text",content:t.title.slice(0,200)},subtitle:t.subtitle?{tag:"plain_text",content:t.subtitle.slice(0,200)}:void 0,template:i},elements:e}}var Qy=Object.freeze({ok:"green_background",info:"blue_background",warn:"orange_background",critical:"red_background"}),wa=Object.freeze({ok:"\u{1F7E2}",info:"\u2139\uFE0F",warn:"\u26A0\uFE0F",critical:"\u{1F6A8}"});function Ce(r,t={}){let e={type:"text",text:{content:String(r).slice(0,2e3)}};return t.annotations&&(e.annotations=t.annotations),[e]}function Tn(r,t){let e={object:"block",type:"paragraph",paragraph:{rich_text:Ce(r)}};return t&&(e.paragraph.color=t),e}function eg(r){return{object:"block",type:"code",code:{rich_text:Ce(r),language:"plain text"}}}function tg(r){let t=Tt.parse(r),e=[];e.push({object:"block",type:"heading_1",heading_1:{rich_text:Ce(t.title.slice(0,200))}}),t.subtitle&&e.push(Tn(t.subtitle,"gray_background"));let n=[{type:"text",text:{content:t.headline.primary.slice(0,200)},annotations:{bold:!0}}];if(t.headline.delta){let i=br[t.headline.delta.direction]||"",o=t.headline.delta.severity?B[t.headline.delta.severity]:"",a=` ${i} ${t.headline.delta.value} ${o}`.trimEnd();n.push({type:"text",text:{content:a}})}e.push({object:"block",type:"paragraph",paragraph:{rich_text:n}}),t.headline.summary&&e.push(Tn(t.headline.summary));for(let i of t.sections)switch(e.push({object:"block",type:"divider",divider:{}}),i.title&&e.push({object:"block",type:"heading_2",heading_2:{rich_text:Ce(i.title)}}),i.kind){case"trend":{let o=Math.max(...i.values),a=Math.min(...i.values),c=i.labels.map((l,d)=>{let p=i.values[d],u=kr(p,o),h=(i.highlight==="last"&&d===i.labels.length-1||i.highlight==="max"&&p===o||i.highlight==="min"&&p===a)&&i.severity?` ${B[i.severity]}`:"";return`${At(l,10)} ${wr(p.toLocaleString(),8)} ${u}${h}`});e.push(eg(c.join(`
|
|
1280
|
+
`)));break}case"table":{let o={object:"block",type:"table_row",table_row:{cells:i.headers.map(c=>Ce(c))}},a=i.rows.map(c=>({object:"block",type:"table_row",table_row:{cells:c.map(l=>Ce(String(l)))}}));e.push({object:"block",type:"table",table:{table_width:i.headers.length,has_column_header:!0,has_row_header:!1,children:[o,...a]}});break}case"callouts":{let o=i.tone||"info",a=wa[o],c=Qy[o];for(let l of i.items)e.push({object:"block",type:"callout",callout:{rich_text:Ce(l),icon:{type:"emoji",emoji:a},color:c}});break}case"breakdown":{for(let o of i.rows){let a=[{type:"text",text:{content:`${o.label}: `},annotations:{bold:!0}},{type:"text",text:{content:String(o.value)}}];o.sub&&a.push({type:"text",text:{content:` (${o.sub})`},annotations:{italic:!0}}),o.severity&&a.push({type:"text",text:{content:` ${B[o.severity]}`}}),e.push({object:"block",type:"bulleted_list_item",bulleted_list_item:{rich_text:a}})}break}case"paragraph":{e.push(Tn(i.text));break}}t.footer&&(t.footer.viewUrl||t.footer.rerunUrl)&&(e.push({object:"block",type:"divider",divider:{}}),t.footer.viewUrl&&e.push({object:"block",type:"embed",embed:{url:t.footer.viewUrl}}),t.footer.rerunUrl&&e.push({object:"block",type:"embed",embed:{url:t.footer.rerunUrl}}));let s=t.headline.delta?.severity?wa[t.headline.delta.severity]:void 0;return{blocks:e,title:t.title.slice(0,200),icon:s}}function Sa(r){return String(r??"").replace(/\|/g,"\\|")}function rg(r){let t=Tt.parse(r),e=[];e.push(`# ${t.title}`),t.subtitle&&e.push("",t.subtitle);let n=[`**${t.headline.primary}**`];if(t.headline.delta){let s=br[t.headline.delta.direction]||"",i=t.headline.delta.severity?B[t.headline.delta.severity]:"";n.push(`${s} ${t.headline.delta.value} ${i}`.trim())}e.push("",n.join(" ")),t.headline.summary&&e.push("",t.headline.summary);for(let s of t.sections)switch(e.push("","---",""),s.title&&e.push(`## ${s.title}`,""),s.kind){case"trend":{let i=Math.max(...s.values),o=Math.min(...s.values),a=s.labels.map((c,l)=>{let d=s.values[l],p=kr(d,i),m=(s.highlight==="last"&&l===s.labels.length-1||s.highlight==="max"&&d===i||s.highlight==="min"&&d===o)&&s.severity?` ${B[s.severity]}`:"";return`${At(c,10)} ${wr(d.toLocaleString(),8)} ${p}${m}`});e.push("```",...a,"```");break}case"table":{e.push(`| ${s.headers.map(Sa).join(" | ")} |`),e.push(`| ${s.headers.map(()=>"---").join(" | ")} |`);for(let i of s.rows)e.push(`| ${i.map(Sa).join(" | ")} |`);break}case"callouts":{let i=B[s.tone||"info"];for(let o of s.items)e.push(`- ${i} ${o}`);break}case"breakdown":{for(let i of s.rows){let o=i.sub?` _${i.sub}_`:"",a=i.severity?` ${B[i.severity]}`:"";e.push(`- **${i.label}**: ${i.value}${o}${a}`)}break}case"paragraph":{e.push(s.text);break}}if(t.footer&&(t.footer.viewUrl||t.footer.rerunUrl)){let s=[];t.footer.viewUrl&&s.push(`[View in Zibby](${t.footer.viewUrl})`),t.footer.rerunUrl&&s.push(`[Run again](${t.footer.rerunUrl})`),e.push("","---","",s.join(" \xB7 "))}return e.join(`
|
|
1281
|
+
`)}import{createRequire as ng}from"module";import{fileURLToPath as sg}from"url";import{registerHandlers as ig}from"@zibby/core/function-skill-registry.js";import{registerSkill as og}from"@zibby/agent-workflow";var ag=ng(import.meta.url);function cg(){try{return ag.resolve("@zibby/core/function-bridge.js")}catch{return null}}var lg=import.meta.url;function dg(){let r=Error.prepareStackTrace;try{Error.prepareStackTrace=(n,s)=>s;let e=new Error().stack;for(let n=2;n<e.length;n++){let s=e[n].getFileName();if(s&&s!==lg&&!s.startsWith("node:"))return s.startsWith("file://")?sg(s):s}return null}finally{Error.prepareStackTrace=r}}function pg(r){if(!r||typeof r!="object")return{type:"object",properties:{},required:[]};let t={},e=[];for(let[n,s]of Object.entries(r))if(typeof s=="string")t[n]={type:s},e.push(n);else{let{required:i,...o}=s;t[n]=o,i!==!1&&e.push(n)}return{type:"object",properties:t,required:e}}function ug(r,t,e){if(typeof e.handler!="function")throw new Error(`Skill "${r}" must have a handler function`);let n={[r]:e.handler},s=[{name:r,description:e.description||"",input_schema:pg(e.input)}];return ig(r,n,s),{id:r,type:"function",serverName:r,allowedTools:[`mcp__${r}__*`],description:e.description||`Function skill: ${r}`,envKeys:[],tools:s,resolve(){let i=cg();return i?{command:"node",args:[i,t,r]}:null}}}function mg(r,t){return{id:r,type:"mcp",serverName:t.serverName||r,allowedTools:t.allowedTools||[`mcp__${t.serverName||r}__*`],description:t.description||`MCP skill: ${r}`,envKeys:t.envKeys||[],tools:t.tools||[],resolve:t.resolve,...t.cursorKey&&{cursorKey:t.cursorKey},...t.sessionEnvKey&&{sessionEnvKey:t.sessionEnvKey}}}function Ia(r,t){let e;if("handler"in t){if(typeof t.handler!="function")throw new Error(`Skill "${r}" must have a handler function`);let n=dg();if(!n)throw new Error(`Could not resolve caller file for skill "${r}".`);e=ug(r,n,t)}else if(typeof t.resolve=="function")e=mg(r,t);else throw new Error(`Skill "${r}" must have either a handler (function skill) or resolve (MCP skill).`);return og(e),e}var hg=Ia;import{registerSkill as LS,getSkill as jS,hasSkill as $S,getAllSkills as PS,listSkillIds as CS}from"@zibby/agent-workflow";var I=r=>fg(xn(r));I(jn);I(Cn);I(De);I(Je);I(Vn);I(Qn);I(ts);I(os);I(as);I(ds);I(P);I(F);I(ms);I(ws);I(Ns);I(Es);I(Bs);I(Ks);I(Gs);I(Vt);I(Ys);I(gi);I(be);I(Si);I(Ws);I(ei);I(Ci);I(Fi);I(Wi);I(ko);I(xo);I(ro);I(Lo);I(jo);I(Fo);I(Vo);I(Xo);I(ra);I(sa);I(fa);I(In);I(Nn);I(On);I({...P,id:"slack_notify"});export{S as INTEGRATIONS,Ua as INTEGRATION_REGISTRY,Q as REPORT_CODES,Ot as REPORT_SEVERITIES,NS as SKILLS,Nn as anthropicBillingSkill,ko as artifactSkill,jn as browserSkill,xo as chartRenderSkill,Ci as chatMemorySkill,Gs as chatNotifySkill,jo as chatProgressSkill,dr as checkRenderedReport,Vo as codeScanSkill,Lo as codeStatsSkill,ra as codebaseMemorySkill,ei as coreToolsSkill,On as cursorAdminSkill,Wi as datasetStoreSkill,Ln as devServerPreviewRecipe,ms as discordSkill,Jy as fetchAllProviders,ba as fetchAnthropicCosts,Dy as fetchAnthropicWorkspaces,ka as fetchCursorSpend,_a as fetchOpenAICosts,By as fetchOpenAIProjects,Vn as figmaSkill,hg as functionSkill,sa as gbrainSkill,PS as getAllSkills,jS as getSkill,be as gitSkill,Si as gitWriteSkill,De as githubSkill,Je as gitlabSkill,Es as googleDocsSkill,My as groupByKey,$S as hasSkill,Qn as hubspotSkill,Cn as jiraSkill,Fi as kvMemorySkill,Ks as larkAttendanceSkill,Bs as larkDocsSkill,F as larkSkill,ts as linearSkill,Ns as linkedinSkill,CS as listSkillIds,qy as meanStddev,Ys as memorySkill,ws as notionSkill,In as openaiBillingSkill,ds as opendesignSkill,as as planeSkill,LS as registerSkill,ro as reportCheckSkill,Tt as reportObjectSchema,Vy as reportToBlockKit,Xy as reportToLarkCard,rg as reportToMarkdown,tg as reportToNotionBlocks,gi as runnerSkill,Vt as sentrySkill,Ia as skill,Ws as skillInstallerSkill,P as slackSkill,Fo as socialCardSkill,gi as testRunnerSkill,os as vikunjaSkill,fa as workflowBuilderSkill};
|