@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 +6 -3
- package/THIRD-PARTY-NOTICES +4 -0
- package/flowcast.mjs +156 -98
- package/package.json +1 -1
- package/player/_player-bundle.3d.gz.b64 +1 -1
- package/player/_player-bundle.gz.b64 +1 -1
- package/player/_player-bundle.map.gz.b64 +1 -1
- package/player/_player-bundle.min.gz.b64 +1 -1
- package/player/_player-bundle.noterm.gz.b64 +1 -1
- package/player/_player-bundle.slim.gz.b64 +1 -1
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://
|
|
7
|
-
<img alt="
|
|
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>
|
|
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>
|
package/THIRD-PARTY-NOTICES
CHANGED
|
@@ -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.
|