Skip to content

Commit 28b9f88

Browse files
committed
feat: enhance README with NPM and JSR badges for better visibility
1 parent 22b4980 commit 28b9f88

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/cli/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
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+
36
CLI 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
918
npx -y deno run -A jsr:@mcpc/cli/bin --help
1019

1120
# Load configuration from URL

packages/core/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

58
The core SDK for creating agentic Model Context Protocol (MCP) servers. Compose

0 commit comments

Comments
 (0)