Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
1f84ac4
feat: add additionalProperties: true to all schemas (v2.5.2)
BaiyuScope3 Jan 7, 2026
9315247
chore: add changeset for v2.5.2 schema release
BaiyuScope3 Jan 7, 2026
fd58fa6
chore: sync v2.6-rc docs and schemas from 2.6.x branch
BaiyuScope3 Jan 7, 2026
8c946f5
Merge pull request #673 from adcontextprotocol/auto/sync-v2.6-rc
BaiyuScope3 Jan 7, 2026
fc2413c
fix: allow hierarchical slugs for industry gatherings and auto-create…
bokelley Jan 8, 2026
60a1b3a
fix: update dependencies to address security vulnerabilities (#676)
bokelley Jan 8, 2026
58078d6
Merge pull request #672 from adcontextprotocol/generate_extra_field_c…
BaiyuScope3 Jan 8, 2026
029eaf4
feat: add outreach response tracking and goal follow-up system (#678)
bokelley Jan 8, 2026
6d0bfbe
fix: address PostHog production errors (#682)
bokelley Jan 9, 2026
74210fc
fix: resolve Slack/WorkOS user ID duplicates in chapter memberships (…
bokelley Jan 9, 2026
26a4e65
fix: Stripe invoice discounts and billing precision model routing (#683)
bokelley Jan 9, 2026
ef9f7d3
feat: unified content management with authorship separation (#680)
bokelley Jan 9, 2026
0d82361
feat: add Slack history backfill for Addie's search_slack tool (#684)
bokelley Jan 9, 2026
cdcd70f
fix: reorder migration 151 to delete duplicates before update (#687)
bokelley Jan 9, 2026
bdc8270
fix: resolve Slack/WorkOS leader IDs for chapter event management (#688)
bokelley Jan 9, 2026
a703c97
fix: DM responses appearing in separate threads for AI Assistant apps…
bokelley Jan 10, 2026
1eb8271
fix: handle RSS guids with missing text content (#691)
bokelley Jan 10, 2026
1a67f54
fix: domain health linking and add domain health to account detail (#…
bokelley Jan 10, 2026
2d48e75
docs: fix authentication header inconsistency (#692)
bokelley Jan 10, 2026
b74388e
feat: show claiming org info for domains in domain health admin (#695)
bokelley Jan 10, 2026
cc63cbe
fix: exclude free email providers from related domains in domain heal…
bokelley Jan 10, 2026
0ae7162
feat: invoice discount display and two-step draft flow (#693)
bokelley Jan 10, 2026
fa68588
fix: display Slack profile name for chapter leaders without WorkOS ac…
bokelley Jan 10, 2026
6822586
feat: add full org page capabilities to account detail page (#697)
bokelley Jan 10, 2026
a7f652f
feat: resolve Slack usernames in Addie admin thread view (#698)
bokelley Jan 10, 2026
765d1ff
fix: exclude personal workspaces from Related Organizations duplicate…
bokelley Jan 10, 2026
d744c53
feat: add Google Docs integration for Addie (#685)
bokelley Jan 10, 2026
6119f96
fix: block merging personal workspaces with company organizations (#701)
bokelley Jan 10, 2026
d26ae80
feat: enhance user linking with Addie emails and timezone-aware outre…
bokelley Jan 10, 2026
6fbb9fe
fix: correct Addie GitHub issue drafting repo and add confidentiality…
bokelley Jan 10, 2026
f482d4e
fix: filter short org names from Similar Organizations matching (#704)
bokelley Jan 10, 2026
25675be
fix: reduce production log noise and improve Stripe billing (#705)
bokelley Jan 10, 2026
7058988
feat: add unified MCP server for external partner access (#706)
bokelley Jan 10, 2026
f025a78
fix: guard Notification API calls for browser compatibility (#708)
bokelley Jan 10, 2026
7bc5c98
feat: enable Addie to process PDFs, images, and Word documents (#709)
bokelley Jan 11, 2026
d51e28a
feat: require OAuth authentication for MCP endpoint (#710)
bokelley Jan 11, 2026
0879ecf
fix: content submission flow and pending content 500 error (#711)
bokelley Jan 11, 2026
cf316e9
feat: update Addie's core thesis to allocation vs efficiency framing …
bokelley Jan 11, 2026
000cb39
docs: clarify AdCP/MCP relationship - MCP is transport, not base (#713)
bokelley Jan 11, 2026
544a29e
feat: add committee document tracking with AI summaries (#714)
bokelley Jan 11, 2026
f775bdc
feat: add MCP tools for Addie to manage committee documents (full CRU…
bokelley Jan 12, 2026
90807dc
refactor: align brand voice across homepage and docs (#718)
bokelley Jan 12, 2026
269f000
fix: broken working group post links (#720)
bokelley Jan 12, 2026
db8002b
feat: add membership metrics to admin analytics dashboard (#722)
bokelley Jan 12, 2026
32842eb
feat: add bulk prospect creation from domain discovery (#721)
bokelley Jan 12, 2026
2b79d19
feat: track pending Slack users on account detail pages (#723)
bokelley Jan 12, 2026
7464d6f
feat: add proactive outreach to job scheduler (#725)
bokelley Jan 12, 2026
f9ecbc3
fix: link Slack users in bulk prospect creation (#724)
bokelley Jan 12, 2026
5d530b0
fix: reduce log noise and fix SQL/Slackbot issues (#726)
bokelley Jan 12, 2026
b27d576
feat: add meeting management with Zoom and Google Calendar integratio…
bokelley Jan 12, 2026
c8d46ba
feat: add bulk account enrichment with scheduled job and admin UI (#728)
bokelley Jan 12, 2026
71bd281
fix: add article view modal for working group posts (#729)
bokelley Jan 12, 2026
bb150b6
fix: check organizations.email_domain when looking up domains for pro…
bokelley Jan 12, 2026
3d176c2
fix: add retry with exponential backoff for Anthropic API overloaded …
bokelley Jan 12, 2026
f209e4a
feat: add admin view for council interest signups (#732)
bokelley Jan 12, 2026
63da0ac
fix: outreach A/B variants display and thread linking (#731)
bokelley Jan 12, 2026
c597cf8
fix: admin review/flag buttons now update modal after actions (#734)
bokelley Jan 12, 2026
9ba3b08
feat: add unified user counts to accounts list and Addie tools (#735)
bokelley Jan 12, 2026
c23f916
fix: outreach stats header shows correct values (#736)
bokelley Jan 12, 2026
dc2c522
feat: add token-aware context limiting for Addie (#738)
bokelley Jan 13, 2026
29318fe
feat: add shareable links for Addie threads in admin (#737)
bokelley Jan 13, 2026
610cbcb
feat: allow committee leaders to schedule meetings via Addie (#739)
bokelley Jan 13, 2026
cb276eb
fix: separate research section to show perspectives instead of RSS (#…
bokelley Jan 13, 2026
1bfbba5
feat: add insight synthesis for Addie learning (#741)
bokelley Jan 13, 2026
1e73d71
fix: exclude RSS/email from research section perspectives (#742)
bokelley Jan 13, 2026
de2e9c4
fix: use canScheduleMeetings for meeting tool permissions (#743)
bokelley Jan 13, 2026
81f8468
fix: consolidate insight_goals into outreach_goals (#744)
bokelley Jan 13, 2026
fb20d00
fix: research section shows Editorial working group content (#745)
bokelley Jan 13, 2026
74dcbe2
fix: remove insight_goal_id references after column drop (#746)
bokelley Jan 13, 2026
a675c52
fix: resolve prompt length overflow in Addie AI (#748)
bokelley Jan 13, 2026
67a2a37
feat: add Addie escalation and learning capture tools (#747)
bokelley Jan 13, 2026
b61b446
feat: add call_adcp_agent tool and Claude Skills for full AdCP access…
bokelley Jan 13, 2026
a9e2647
feat: sync working group posts to Slack channels (#751)
bokelley Jan 13, 2026
8b7d9a9
feat: make Addie proactively read shared files (#753)
bokelley Jan 13, 2026
1b21992
feat: consolidate agent testing tools into probe_adcp_agent (#752)
bokelley Jan 13, 2026
09c415d
feat: improve domain user membership UX (#754)
bokelley Jan 13, 2026
c31e9d2
feat: add organization tier filtering with Members/Engaged/Registered…
bokelley Jan 13, 2026
39abf79
fix: add impressions and paused fields to package request schemas
BaiyuScope3 Jan 13, 2026
1e35d31
fix: correct package name in changeset
BaiyuScope3 Jan 13, 2026
d4b7989
Merge pull request #756 from adcontextprotocol/fix/add-impressions-to…
BaiyuScope3 Jan 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .changeset/addie-thread-sharing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
---

2 changes: 2 additions & 0 deletions .changeset/afraid-hairs-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 4 additions & 0 deletions .changeset/block-gmail-corp-domain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Fix domain health page to exclude free email providers (gmail.com, etc.) from "Related Organizations" section
2 changes: 2 additions & 0 deletions .changeset/block-personal-workspace-merge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 4 additions & 0 deletions .changeset/bright-kids-say.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

fix: correct GitHub issue drafting repo and add confidentiality guidelines for Addie
2 changes: 2 additions & 0 deletions .changeset/bumpy-cycles-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/busy-swans-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/clear-colts-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/cuddly-windows-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 4 additions & 0 deletions .changeset/david-event-mgmt-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Fix chapter leader event management permission checks for users added via Slack
2 changes: 2 additions & 0 deletions .changeset/dirty-meteors-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/eighty-onions-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/eighty-sloths-feel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/eleven-wolves-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 4 additions & 0 deletions .changeset/every-falcons-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Update Addie's core thesis to incorporate the allocation vs efficiency framing. Advertisers are stuck at 3-5 platforms due to execution costs - the opportunity is scaling to 20+ partners, not optimizing the existing 3-5. Walled gardens benefit from AdCP because it lets them capture new allocation budgets without commoditizing their differentiation.
2 changes: 2 additions & 0 deletions .changeset/every-moose-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
7 changes: 7 additions & 0 deletions .changeset/famous-sides-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
---

feat: Add membership metrics to admin analytics dashboard

Adds new admin analytics endpoints and UI tables showing membership counts
broken down by company type and revenue tier. Includes CSV export functionality.
4 changes: 4 additions & 0 deletions .changeset/fiery-actors-show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Add unified user counts (members + Slack-only) to accounts list and detail pages. Add Addie tools for listing organizations by user count and listing Slack users by organization.
2 changes: 2 additions & 0 deletions .changeset/fiery-days-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
12 changes: 12 additions & 0 deletions .changeset/fiery-maps-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
---

Add call_adcp_agent tool and Claude Skills for full AdCP protocol access.

This enables clients to execute the full AdCP spec (not just testing API) via:
- `call_adcp_agent` tool: Low-level proxy to any AdCP-compliant sales agent
- Claude Skills: Protocol knowledge for media-buy, signals, and creative

Skills teach Claude the protocol schemas and workflows; the tool routes to
whatever agent the user specifies. Auth tokens are looked up from saved
agent context or can be provided directly.
4 changes: 4 additions & 0 deletions .changeset/fifty-bars-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Remove insight_goals table and consolidate goal management into outreach_goals. Admin insight goals CRUD endpoints and UI have been removed. The insight extractor and passive extraction now read from outreach_goals.
2 changes: 2 additions & 0 deletions .changeset/fix-duplicate-members.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
5 changes: 5 additions & 0 deletions .changeset/fix-migration-151.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"adcontextprotocol": patch
---

Fix migration 151 to delete duplicates before updating Slack IDs to WorkOS IDs
4 changes: 4 additions & 0 deletions .changeset/fix-outreach-stats.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

fix: align frontend outreach stats field names with backend API response
22 changes: 22 additions & 0 deletions .changeset/fix-package-request-fields.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
"adcontextprotocol": patch
---

Add missing fields to package request schemas for consistency with core/package.json.

**Schema Changes:**

- `media-buy/package-request.json`: Added `impressions` and `paused` fields
- `media-buy/update-media-buy-request.json`: Added `impressions` field to package updates

**Details:**

- `impressions`: Impression goal for the package (optional, minimum: 0)
- `paused`: Create package in paused state (optional, default: false)

These fields were defined in `core/package.json` but missing from the request schemas, making it impossible to set impression goals or initial paused state when creating/updating media buys.

**Documentation:**

- Updated `create_media_buy` task reference with new package parameters
- Updated `update_media_buy` task reference with impressions parameter
4 changes: 4 additions & 0 deletions .changeset/fix-perspectives-link.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Fix broken working group post links in Slack notifications and frontend
4 changes: 4 additions & 0 deletions .changeset/fix-slack-auth-security.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Update dependencies to address security vulnerabilities.
12 changes: 12 additions & 0 deletions .changeset/fix-slack-leader-display.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"adcontextprotocol": patch
---

fix: display Slack profile name for chapter leaders without WorkOS accounts

Leaders added via Slack ID that haven't linked their WorkOS account now display
their Slack profile name (real_name or display_name) instead of the raw Slack
user ID (e.g., U09BEKNJ3GB).

The getLeaders and getLeadersBatch queries now include slack_user_mappings as an
additional name source in the COALESCE chain.
2 changes: 2 additions & 0 deletions .changeset/flat-turkeys-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/forty-symbols-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/free-terms-send.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/fresh-crews-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/fruity-papayas-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/fuzzy-streets-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/gentle-moose-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/good-kiwis-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 4 additions & 0 deletions .changeset/green-cooks-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Consolidate check_agent_health and get_agent_capabilities into probe_adcp_agent tool
2 changes: 2 additions & 0 deletions .changeset/hip-bugs-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/hungry-bars-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
3 changes: 3 additions & 0 deletions .changeset/industry-gathering-slug-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
---

2 changes: 2 additions & 0 deletions .changeset/jolly-houses-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/lemon-cats-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 4 additions & 0 deletions .changeset/loud-hairs-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Filter RSS and email content from research section to show only member perspectives.
2 changes: 2 additions & 0 deletions .changeset/loud-pigs-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/metal-ravens-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/mighty-needles-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/neat-things-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/new-coins-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/nine-rings-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/open-rooms-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/open-squids-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 4 additions & 0 deletions .changeset/orange-bottles-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Clarify AdCP/MCP relationship in docs: AdCP works *over* MCP and A2A as transports, not "built on" MCP.
2 changes: 2 additions & 0 deletions .changeset/polite-candies-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/polite-candles-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/polite-socks-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
9 changes: 9 additions & 0 deletions .changeset/release-relaxed-schemas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"adcontextprotocol": patch
---

Release schemas with `additionalProperties: true` for forward compatibility

This releases `dist/schemas/2.5.2/` containing the relaxed schema validation
introduced in #646. Clients can now safely ignore unknown fields when parsing
API responses, allowing the API to evolve without breaking existing integrations.
9 changes: 9 additions & 0 deletions .changeset/ripe-ghosts-bet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
---

Add escalation and learning capture tools for Addie

- New `escalate_to_admin` tool for capability gaps and requests needing human action
- New `capture_learning` tool to flag valuable user insights for synthesis
- Admin API endpoints for managing escalations
- System prompt updates to prevent Addie from promising actions without tools
2 changes: 2 additions & 0 deletions .changeset/seven-deer-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/seven-heads-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 4 additions & 0 deletions .changeset/seven-rules-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Allow working group leaders to schedule meetings for groups they lead via Addie. Added meeting and event tools documentation to Addie's system prompt.
2 changes: 2 additions & 0 deletions .changeset/seven-squids-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/slow-trains-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/small-geese-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/smooth-rice-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/some-phones-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/spicy-plants-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/stale-hats-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 4 additions & 0 deletions .changeset/strict-lamps-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Fix Slack user linking in bulk prospect creation from domain discovery.
4 changes: 4 additions & 0 deletions .changeset/tender-experts-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Remove insight_goal_id references following migration 166 column drop.
2 changes: 2 additions & 0 deletions .changeset/tender-jeans-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/thin-lions-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 4 additions & 0 deletions .changeset/thirty-snails-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Add token-aware context limiting for Addie to prevent prompt overflow errors in long conversations.
2 changes: 2 additions & 0 deletions .changeset/twenty-ads-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/twenty-bobcats-fall.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/wise-tigers-lose.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ coverage/
# Addie external repo cache
.addie-repos/

# Generated skill schemas (built from dist/schemas)
skills/*/schemas/

# Stripe webhook secret (dynamically generated)
.stripe-webhook-secret
test-results/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AdCP - Open Standard for Advertising Automation

**Unified advertising automation protocol built on Model Context Protocol (MCP)**
**Open standard for advertising automation over MCP and A2A protocols**

[![GitHub stars](https://img.shields.io/github/stars/adcontextprotocol/adcp?style=social)](https://github.com/adcontextprotocol/adcp)
[![Documentation](https://img.shields.io/badge/docs-adcontextprotocol.org-blue)](https://adcontextprotocol.org)
Expand All @@ -15,7 +15,7 @@ Visit [adcontextprotocol.org](https://adcontextprotocol.org) for full documentat

## What is AdCP?

Ad Context Protocol (AdCP) is an **open standard for advertising automation** that enables AI assistants to interact with advertising platforms through natural language. Built on the Model Context Protocol (MCP), AdCP provides:
Ad Context Protocol (AdCP) is an **open standard for advertising automation** that enables AI assistants to interact with advertising platforms through natural language. AdCP defines domain-specific tasks and schemas that work over MCP and A2A as transports:

- 🔌 **Unified Advertising API** - Single interface for all advertising platforms
- 🤖 **AI-Powered Automation** - Built for natural language campaign management
Expand Down
Loading