@phenomenalorg/mcp 0.5.3 → 0.5.5
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
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: 47 tools · 170 actions · 5 prompts · fingerprint `
|
|
11
|
+
_Tool surface: 47 tools · 170 actions · 5 prompts · fingerprint `c6ca31f7`._
|
|
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: 47 tools · 170 actions · 5 prompts · fingerprint `
|
|
6
|
+
_Tool surface: 47 tools · 170 actions · 5 prompts · fingerprint `c6ca31f7`._
|
|
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: 47 tools · 170 actions · 5 prompts · fingerprint `
|
|
6
|
+
_Tool surface: 47 tools · 170 actions · 5 prompts · fingerprint `c6ca31f7`._
|
|
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: 47 tools · 170 actions · 5 prompts · fingerprint `
|
|
6
|
+
_Tool surface: 47 tools · 170 actions · 5 prompts · fingerprint `c6ca31f7`._
|
|
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
|
|
|
@@ -97,13 +97,19 @@ Custom HTML supports local <style> blocks in a leaf {id,type:"html",props:{html:
|
|
|
97
97
|
|
|
98
98
|
CSS v1: element/class/ID compounds and comma lists; descendant and child (>) combinators; :hover, :focus, :focus-visible. No global/universal/attribute/sibling selectors, functional pseudos or pseudo-elements. Media queries are a single (min-width:Npx)/(max-width:Npx), N=240–2560, or (prefers-reduced-motion:reduce/no-preference). Existing approved inline typography, spacing, color, borders, table and flex/grid display rules also work in sheets. Linear gradients accept an optional -360–360deg angle; radial gradients an optional circle/ellipse. Both need 2–8 approved opaque named or 3/6-digit hex colors with optional ordered 0–100% stops. Background-position uses two 0–100% values; background-size uses two 100–400% values.
|
|
99
99
|
|
|
100
|
-
|
|
100
|
+
Contained web layout accepts grid-template-columns/rows with 1–8 positive px/em/rem/%/vw/vh/fr tracks; fr is 0.01–16. Use the existing media-query grammar to replace unequal desktop tracks such as 1.2fr 1fr with 1fr on small screens. Grid column/row starts and ends use positive lines 1–9 or end spans 1–8; the grid-column/grid-row shorthand requires start / end or start / span N and cannot address beyond line 9 in one declaration list. Separately matching rules can combine start 9 and span 8 so one explicit placement reaches end line 17 across at most 16 tracks; that reach is not a universal implicit-grid size cap, and the compiler does not pretend to evaluate the browser's whole selector cascade. Siblings may share the same bounded cell for a contained overlay; source DOM order decides paint. Position, inset and z-index remain unavailable. align-self/justify-self accept start/end/center/stretch. flex-grow/flex-shrink accept 0–8; flex-basis accepts auto or a positive approved dimension. aspect-ratio accepts one positive number or a positive N / N pair from 0.01–100; object-position requires two 0–100% coordinates. Pair dimensions with object-fit:cover for a stable crop. repeat(), minmax(), named tracks/areas, subgrid and computed sizing remain unavailable. These layout declarations are web-only; email keeps readable source order and omits them.
|
|
101
|
+
|
|
102
|
+
HTML sections use the default contained variant unless the author explicitly chooses variant:"canvas" (shown as Edge to edge). Canvas removes the trusted section envelope's horizontal and vertical inset from the HTML payload only; a title, intro, actions or footnote stays in its trusted rail, and an absent field creates no empty rail. A nested canvas fills only its trusted parent, never the viewport, so do not imitate it with negative margins, 100vw, positioning or another breakout. Email retains the canvas value as content data but emits readable source order with no canvas geometry.
|
|
103
|
+
|
|
104
|
+
The proven representative native-video canvas pattern uses a trusted inverse hero frame and an admitted Look with 1128px border-box content maxima, 24px desktop and 16px mobile horizontal padding, existing flex centering, and finite px/em text maxima. Headings inherit trusted design fonts. Do not add calc(), ch, var(), font-family or an author-font grant. Keep default sections and optional action rails compatible, and preserve approved copy, links, alt text and media exactly.
|
|
105
|
+
|
|
106
|
+
Named local @keyframes animate transform/background-position only. Transform supports up to three distinct single-argument functions: translateX/Y ±16px, rotate ±5deg, scale 0.95–1.05. One animation per rule: shorthand or name/duration/delay/timing-function/iteration-count/direction/fill-mode longhands. Duration 0.2–30s, delay 0–5s, iterations 1–10 or infinite (at least 2s per cycle), linear/ease/ease-in/ease-out/ease-in-out, normal/reverse/alternate/alternate-reverse, none/forwards/backwards/both. Animation names are case-sensitive and must be defined in the same sheet. Transition shorthand supports transform or background-position, 0.1–2s and one of those easings. An admitted animation receives the site's Pause/Resume control and reduced-motion enforcement; static and transition-only styles do not receive that control. Content stays readable.
|
|
101
107
|
|
|
102
108
|
Block-local canonical stylesheet limits: 16,384 characters, 2,048 AST nodes, 64 ordinary rules, 32 declarations per rule, 8 selector arms and 8 compounds per arm, 8 keyframes with 2–16 stops and at most 4 motion declarations per stop. A Look's separate ceiling is 16,384 UTF-8 bytes. One media nesting layer. An unsupported or malformed HTML-island sheet is omitted as a whole while readable HTML remains; invalid Look CSS instead refuses preview/save and is never silently discarded as a valid Look save. No URLs/imports/font loading, custom properties, positioning, opacity, hiding, flashing, resource fetches or !important. Existing HTML/media URL and proposal provenance policies still apply. Web rendering retains scoped interactive/motion behavior. Email resolves static selector specificity, order, inline precedence and inheritance, then emits safe inline styles with solid gradient fallback; hover/media/motion effects are omitted. Email preview uses the actual email producer.
|
|
103
109
|
|
|
104
110
|
Background-position keyframes use exactly two endpoints, from/0% and to/100%, over at least 2s; transform-only entrances may be shorter. The 16,384-character cap applies to canonical serialized CSS. Input/runtime transport allows 2MiB for encoded scope expansion; rescoping restores the same canonical budget. Email matching is capped at 200,000 memoized states per fragment; exhaustion preserves readable content and original inline styles without a partial cascade.
|
|
105
111
|
|
|
106
|
-
CSS policy revision: html-scoped-css-v1.
|
|
112
|
+
CSS policy revision: html-scoped-css-v1.2.
|
|
107
113
|
|
|
108
114
|
Font-family accepts an ordered comma list of at most 8 entries from serif, sans-serif, monospace, system-ui, arial, georgia, verdana only; no quoted/unknown fonts or font loading. Solid background accepts approved opaque named or 3/6-digit hex colors and canonicalizes to background-color, with last-declaration source order; it is a color alias, not general background layer/reset syntax. Example declarations: font-family:Georgia,serif;background:#ffffff;font-size:1rem. Font-size must be at least 12px, 1em/1rem or 100%; 0.95rem is rejected. Unsupported declarations reject the entire stylesheet, so inspect saved HTML rather than assuming generic validation means every style survived.
|
|
109
115
|
|
|
@@ -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: 47 tools · 170 actions · 5 prompts · fingerprint `
|
|
6
|
+
_Tool surface: 47 tools · 170 actions · 5 prompts · fingerprint `c6ca31f7`._
|
|
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
|
|