File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# MCPC CLI
22
3+ [ ![ NPM Version] ( https://img.shields.io/npm/v/@mcpc-tech/cli )] ( https://www.npmjs.com/package/@mcpc-tech/cli )
4+ [ ![ JSR] ( https://jsr.io/badges/@mcpc/cli )] ( https://jsr.io/@mcpc/cli )
5+
36CLI server for MCPC with configuration support.
47
8+ > ** Note:** This package is published as ` @mcpc-tech/cli ` on npm and ` @mcpc/cli `
9+ > on JSR.
10+
511## Quick Start
612
713``` bash
8- # Show help
14+ # Using npm
15+ npx -y @mcpc-tech/cli --help
16+
17+ # Using JSR
918npx -y deno run -A jsr:@mcpc/cli/bin --help
1019
1120# Load configuration from URL
Original file line number Diff line number Diff line change 11# @mcpc/core
22
3+ [ ![ NPM Version] ( https://img.shields.io/npm/v/@mcpc-tech/core )] ( https://www.npmjs.com/package/@mcpc-tech/core )
4+ [ ![ JSR] ( https://jsr.io/badges/@mcpc/core )] ( https://jsr.io/@mcpc/core )
5+
36** Build agentic MCP servers by composing existing MCP tools.**
47
58The core SDK for creating agentic Model Context Protocol (MCP) servers. Compose
You can’t perform that action at this time.
0 commit comments