Commit Graph

15 Commits

Author SHA1 Message Date
vaulpannx bb0a6fabeb Merge branch 'main' into pvann/x-mcp-guide-auto-credits 2026-08-27 19:34:21 -04:00
Cursor Agent 4aa5917084 Swap X plugin billing.write for developer.write and developer.billing.write
Co-authored-by: Alex Vandak Maloney  <maloney.a12@gmail.com>
2026-08-27 23:17:37 +00:00
Paul Vann 4a5bc62367 Tighten X MCP guide from review: congrats, credits-tool, and copy.
Congrats only on just-connected, $0 remaining wins over leftover free_balance, and a missing get_usage_credits tool is an outage not account-not-ready.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-27 17:07:33 -04:00
Paul Vann d2ba88f77b Rewrite the X MCP guide for auto-credits and connector-only auth.
On connect, fetch credits, congratulate without a gift amount, and always state remaining balance. Treat connected-but-no-tools as account-not-ready, 503s as an X outage, and never sign in via browser or Bearer tokens.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-27 14:50:02 -04:00
Taylor Caldwell 8904fd92e7 Keep credit conversion agent-internal; quote costs to users in dollars 2026-08-19 18:29:02 -07:00
Taylor Caldwell 019ae28d55 Move pricing reference into references/ per skill layout convention 2026-08-19 18:00:15 -07:00
Taylor Caldwell f5969ddd70 Add detailed pricing reference (PRICING.md) to X MCP guide skill 2026-08-19 17:55:12 -07:00
Taylor Caldwell ce6258d14b Add cost awareness and estimate confirmation to X MCP guide skill 2026-08-19 17:34:16 -07:00
Taylor Caldwell 9cc76bd471 Add on-connect capabilities message to X MCP guide skill 2026-08-19 16:53:51 -07:00
Alex Vandak Maloney a367027ce6 Replace skill with user-facing X MCP guide version
Reframes the skill around the X MCP Connect flow: three core errors
(sign-in, not onboarded, out of credits) with exact lines to say to the
user, plus session-start probing, search operators, and cost-aware
workflow rules. Drops the developer-account error decode table.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-19 17:09:41 -04:00
Alex Vandak Maloney 7b6d060752 Add x-api-mcp-guide skill to X plugin
Maps X API error responses (401/402/403/429/409) to the developer-account
state that caused them, with auth-mode guidance and cost-aware retry rules
so agents don't burn prepaid credits on blind retries.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-19 11:40:56 -04:00
roshansada 08631ab2ef Shorten plugin descriptions
Replace "Connect to [tool]" openers, em-dash asides, and MCP server
boilerplate with brief verb-first copy in plugin and marketplace
manifests. Resync the README table that mirrors them, adding rows that
had drifted out (teaching, ralph-loop, playwright, github, zoom, clay).
Also refresh the stale read-only X marketplace copy and clean em-dashes
from the Salesforce server URL help text.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-17 18:34:06 -07:00
Cursor Agent 6a39659599 Switch X plugin to OAuth user sign-in with write scopes
Co-authored-by: Alex Vandak Maloney  <maloney.a12@gmail.com>
2026-08-13 21:55:28 +00:00
Cursor Agent 26d176a6a6 Note in X plugin README that each install supplies its own token
Co-authored-by: Alex Vandak Maloney  <maloney.a12@gmail.com>
2026-08-07 18:37:33 +00:00
Cursor Agent 8b1de4854e Add read-only X MCP plugin
Connects Cursor to X's hosted MCP server at https://api.x.com/mcp using the
app-only Bearer route, which is read-only and needs no local xurl bridge or
browser OAuth login.

Logo is X's official mark from the X brand toolkit (about.x.com), placed on a
black tile matching X's own app icon.

Co-authored-by: Alex Vandak Maloney  <maloney.a12@gmail.com>
2026-08-07 18:05:52 +00:00