@phenomenalorg/mcp 0.3.0 → 0.4.0

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": "@phenomenalorg/mcp",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "type": "module",
5
5
  "description": "Phenomenal MCP bridge — connects a stdio-only MCP client to the Phenomenal MCP server over Streamable HTTP, with browser sign-in.",
6
6
  "license": "MIT",
@@ -44,6 +44,7 @@
44
44
  "open": "^11.0.0"
45
45
  },
46
46
  "devDependencies": {
47
+ "@ptopro/mcp-tools": "workspace:*",
47
48
  "@types/node": "^22.10.0",
48
49
  "typescript": "^5.6.0",
49
50
  "vitest": "^2.1.0"
package/skill/SKILL.md CHANGED
@@ -8,7 +8,7 @@ description: Use when the user wants to manage a PTO, school or club in Phenomen
8
8
  <!-- Generated from the Phenomenal tool registry. Do not edit by hand: a drift
9
9
  gate fails when these files are not what the registry currently says. -->
10
10
 
11
- _Tool surface: 39 tools · 163 actions · 5 prompts · fingerprint `5dc7363e`._
11
+ _Tool surface: 39 tools · 163 actions · 5 prompts · fingerprint `fef338e5`._
12
12
 
13
13
  You are connected to Phenomenal, the platform for this PTO's site, members, events, tickets, email, forms, store and money.
14
14
 
@@ -3,7 +3,7 @@
3
3
  <!-- Generated from the Phenomenal tool registry. Do not edit by hand: a drift
4
4
  gate fails when these files are not what the registry currently says. -->
5
5
 
6
- _Tool surface: 39 tools · 163 actions · 5 prompts · fingerprint `5dc7363e`._
6
+ _Tool surface: 39 tools · 163 actions · 5 prompts · fingerprint `fef338e5`._
7
7
 
8
8
  The curated tools in `references/tools.md` cover the work an officer does most days. Everything else Phenomenal can do is reachable by name:
9
9
 
@@ -3,7 +3,7 @@
3
3
  <!-- Generated from the Phenomenal tool registry. Do not edit by hand: a drift
4
4
  gate fails when these files are not what the registry currently says. -->
5
5
 
6
- _Tool surface: 39 tools · 163 actions · 5 prompts · fingerprint `5dc7363e`._
6
+ _Tool surface: 39 tools · 163 actions · 5 prompts · fingerprint `fef338e5`._
7
7
 
8
8
  Two tools answer questions no curated tool anticipated.
9
9
 
@@ -3,7 +3,7 @@
3
3
  <!-- Generated from the Phenomenal tool registry. Do not edit by hand: a drift
4
4
  gate fails when these files are not what the registry currently says. -->
5
5
 
6
- _Tool surface: 39 tools · 163 actions · 5 prompts · fingerprint `5dc7363e`._
6
+ _Tool surface: 39 tools · 163 actions · 5 prompts · fingerprint `fef338e5`._
7
7
 
8
8
  Phenomenal runs a school's PTO: its public website, its member roster, its events and tickets, its email to families, its forms, its store and its money. It exposes all of that over the Model Context Protocol, so an assistant an officer already uses can do the work with them.
9
9
 
@@ -3,7 +3,7 @@
3
3
  <!-- Generated from the Phenomenal tool registry. Do not edit by hand: a drift
4
4
  gate fails when these files are not what the registry currently says. -->
5
5
 
6
- _Tool surface: 39 tools · 163 actions · 5 prompts · fingerprint `5dc7363e`._
6
+ _Tool surface: 39 tools · 163 actions · 5 prompts · fingerprint `fef338e5`._
7
7
 
8
8
  Every tool the Phenomenal MCP server offers, in the order a client lists them. `list_my_orgs` is first because every other tool needs an organization id from it.
9
9
 
@@ -124,7 +124,7 @@ Save a page's draft in Phenomenal. Replaces the WHOLE draft, so send the full bl
124
124
  **Arguments**
125
125
 
126
126
  - `pageId` (string, required) — From list_pages.
127
- - `blocks` (array, required) — The page draft as an array of Phenomenal content blocks — objects with "id", "type" and "props". Replaces the whole draft, so read the current one with get_page and send it back changed. Plain text you send in a translatable prop comes back as {"en":"…"}; that is the site storing it per language, not your save failing.
127
+ - `blocks` (array, required) — The page draft as an array of Phenomenal content blocks — objects with "id", "type" and "props". Replaces the whole draft, so read the current one with get_page and send it back changed. Plain text you send in a translatable prop comes back as {"en":"…"}; that is the site storing it per language, not your save failing. Read phenomenal://block-vocabulary for the generated property names of every leaf block and section kind.
128
128
 
129
129
  ### `publish_page`
130
130