@flowcast/mcp 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +6 -3
  2. package/package.json +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://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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowcast/mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "FlowCast — generate interactive code/whiteboard/map/3D walkthrough casts from an MCP client.",
5
5
  "type": "module",
6
6
  "bin": {