@flowcast/mcp 0.1.0 → 0.1.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/README.md CHANGED
@@ -3,12 +3,15 @@
3
3
  <p align="center"><strong>Turn your AI coding agent into a producer of interactive, narrated walkthroughs.</strong></p>
4
4
 
5
5
  <p align="center">
6
- <a href="https://www.npmjs.com/package/flowcast"><img alt="npm" src="https://img.shields.io/npm/v/flowcast?color=6c5ce7"></a>
7
- <img alt="node" src="https://img.shields.io/node/v/flowcast?color=43a047">
6
+ <a href="https://flowcastmcp.com"><img alt="website" src="https://img.shields.io/badge/website-flowcastmcp.com-ff5b34"></a>
7
+ <a href="https://www.npmjs.com/package/@flowcast/mcp"><img alt="npm" src="https://img.shields.io/npm/v/@flowcast/mcp?color=ff5b34"></a>
8
+ <img alt="node" src="https://img.shields.io/node/v/@flowcast/mcp?color=43a047">
8
9
  <img alt="license" src="https://img.shields.io/badge/license-proprietary-555">
9
10
  <img alt="MCP" src="https://img.shields.io/badge/Model_Context_Protocol-server-000">
10
11
  </p>
11
12
 
13
+ <p align="center"><a href="https://flowcastmcp.com"><strong>flowcastmcp.com</strong></a> — see it in action</p>
14
+
12
15
  ---
13
16
 
14
17
  FlowCast is an [MCP](https://modelcontextprotocol.io) server that renders a single,
@@ -210,4 +213,4 @@ A TTS provider key is **required**; everything else is optional.
210
213
 
211
214
  **Free to use — not open source.** See [LICENSE](./LICENSE) and [THIRD-PARTY-NOTICES](./THIRD-PARTY-NOTICES).
212
215
 
213
- <p align="center"><sub>Built with the Model Context Protocol · a hosted, zero-install edition is on the way.</sub></p>
216
+ <p align="center"><sub><a href="https://flowcastmcp.com">flowcastmcp.com</a> · built on the Model Context Protocol · a hosted, zero-install edition is on the way.</sub></p>
@@ -6,6 +6,10 @@ apply to those components only; FlowCast's own code remains proprietary.
6
6
  - @dagrejs/dagre — MIT
7
7
  - @codemirror/state — MIT
8
8
  - @breezystack/lamejs — LGPL-3.0
9
+ - @clack/prompts — MIT
10
+ - @clack/core — MIT
11
+ - picocolors — ISC
12
+ - sisteransi — MIT
9
13
  - sharp — Apache-2.0 (bundles libvips — LGPL-3.0, dynamically linked)
10
14
 
11
15
  Full license texts are available from each project's repository on npm/GitHub.