Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/modern-donkeys-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion docs/building/integration/mcp-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Transport-specific guide for integrating AdCP using the Model Context Protocol.

## Testing AdCP via MCP

You can test AdCP tasks using the reference implementation at [testing.adcontextprotocol.org](https://testing.adcontextprotocol.org). This endpoint implements all AdCP tasks as MCP tools and is useful for development and integration testing.
You can test AdCP tasks using the [CLI](/docs/quickstart) or by chatting with [Addie](https://agenticadvertising.org), the AgenticAdvertising.org assistant.

## Tool Call Patterns

Expand Down
5 changes: 0 additions & 5 deletions docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ testable: true

Get started with AdCP in 5 minutes using our public test agent.

## Interactive Testing

Try AdCP without writing code: **[testing.adcontextprotocol.org](https://testing.adcontextprotocol.org)**

## Code Examples

Install the client library:
Expand Down Expand Up @@ -94,7 +90,6 @@ Now that you've seen basic product discovery, explore:

## Need Help?

- Try examples at **[testing.adcontextprotocol.org](https://testing.adcontextprotocol.org)**
- Read the **[Introduction](/docs/intro)** for concepts
- Check **[Authentication](/docs/building/integration/authentication)** for production setup

Expand Down
2 changes: 1 addition & 1 deletion fly.test-agent.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# fly.toml for AdCP Test Sales Agent
# Deploy with: fly deploy -c fly.test-agent.toml
#
# This deploys the official AdCP test sales agent at testing.adcontextprotocol.org
# This deploys the official AdCP test sales agent at test-agent.adcontextprotocol.org
# using a published Docker image from the salesagent repository.

app = "adcp-test-agent"
Expand Down
Loading