@poorianobahari/skillops-mcp
v0.1.0
Published
SkillOps MCP server for local stdio and development bootstrap workflows.
Maintainers
Readme
@poorianobahari/skillops-mcp
Local stdio MCP server for SkillOps. Use this package when an agent harness needs a command-based MCP server instead of the production remote OAuth endpoint.
Usage
npx -y @poorianobahari/skillops-mcp stdioFor local stdio, set SKILLOPS_API_KEY in the harness MCP environment. The production web/remote MCP flow should use OAuth instead.
Publish
From the repository root:
pnpm --filter=@skillops/mcp pack:publish
cd apps/mcp/publish
npm publish --access public