@paradigma-inc/flywheel 0.1.9 → 0.1.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paradigma-inc/flywheel",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "One-command setup for Flywheel MCP hosts",
5
5
  "type": "module",
6
6
  "files": [
@@ -14,7 +14,7 @@ That response includes the OAuth endpoints (`authorization_endpoint`, `token_end
14
14
 
15
15
  Then register your OAuth client using the `registration_endpoint`.
16
16
 
17
- ## [](https://flywheel-staging.paradigma.inc/tutorial#public-client-default)Public client (default)
17
+ ## [](https://flywheel.paradigma.inc/tutorial#public-client-default)Public client (default)
18
18
 
19
19
  This is the default for interactive MCP hosts (for example Claude Code, IDE hosts, local desktop clients). If `token_endpoint_auth_method` is omitted, we default to `none`.
20
20
 
@@ -31,7 +31,7 @@ curl -sS -X POST https://flywheel.paradigma.inc/mcp-server/register \
31
31
 
32
32
  The response returns a `client_id` and no `client_secret`.
33
33
 
34
- ## [](https://flywheel-staging.paradigma.inc/tutorial#confidential-client-optional)Confidential client (optional)
34
+ ## [](https://flywheel.paradigma.inc/tutorial#confidential-client-optional)Confidential client (optional)
35
35
 
36
36
  Use this when your app has a trusted backend that can securely store secrets.
37
37
 
@@ -4,7 +4,7 @@ We are in the business of automating science. As such, our first interface to Fl
4
4
 
5
5
  MCP enables you to natively connect and authenticate Flywheel to any compatible hosts. We recommend using Flywheel with [Codex](https://github.com/openai/codex) or [Claude code](https://github.com/anthropics/claude-code), but any MCP host should work.
6
6
 
7
- ## [](https://flywheel-staging.paradigma.inc/tutorial#one-command-setup-recommended)One-command setup (recommended)
7
+ ## [](https://flywheel.paradigma.inc/tutorial#one-command-setup-recommended)One-command setup (recommended)
8
8
 
9
9
  Simply run:
10
10
 
@@ -12,7 +12,7 @@ Simply run:
12
12
  npx @paradigma-inc/flywheel setup
13
13
  ```
14
14
 
15
- ## [](https://flywheel-staging.paradigma.inc/tutorial#reinstall--cleanup)Reinstall / cleanup
15
+ ## [](https://flywheel.paradigma.inc/tutorial#reinstall--cleanup)Reinstall / cleanup
16
16
 
17
17
  ```bash
18
18
  npx @paradigma-inc/flywheel setup
@@ -21,6 +21,6 @@ npx @paradigma-inc/flywheel uninstall
21
21
 
22
22
  `uninstall` removes Flywheel MCP entries from host config files.
23
23
 
24
- ## [](https://flywheel-staging.paradigma.inc/tutorial#web-connector-hosts-chatgptcom--claudeai--etc-)Web connector hosts (ChatGPT.com / Claude.ai / etc. )
24
+ ## [](https://flywheel.paradigma.inc/tutorial#web-connector-hosts-chatgptcom--claudeai--etc-)Web connector hosts (ChatGPT.com / Claude.ai / etc. )
25
25
 
26
26
  Web connector hosts can still use OAuth-style connector flows. Keep using those host-native connector install UIs for ChatGPT.com custom apps, Claude.ai custom connectors, etc. Simply put `https://flywheel.paradigma.inc/mcp-server` as the URL when prompted.