trypost/config
Paulo Castellano fabce14aad feat: implement MCP server with tools, Post API tests, auth middleware
- Create TryPostServer MCP server with 17 tools:
  Post (List, Get, Create, Delete), Hashtag (List, Create, Update, Delete),
  Label (List, Create, Update, Delete), Workspace (Get),
  ApiKey (List, Create, Delete)
- Create AuthenticateMcpToken middleware (logs in workspace owner)
- Register mcp.auth middleware alias in bootstrap/app.php
- Create routes/ai.php with mcp.trypost.test subdomain
- Add PostApiTest with 6 tests (list, show, create, delete, isolation)
- Fix PostApiTest assertions for pagination/resource wrapping
- 704 tests passing, frontend build passing
2026-03-29 20:30:36 -03:00
..
ai.php feat: implement MCP server with tools, Post API tests, auth middleware 2026-03-29 20:30:36 -03:00
app.php chore: first commit 2026-01-14 22:13:44 -03:00
auth.php refactor: restructure to Actions, subdomain routes (app/api), API tokens 2026-03-29 19:24:28 -03:00
broadcasting.php chore: first commit 2026-01-15 14:24:39 -03:00
cache.php upgrade: add Laravel 13 config changes and update Boost skills 2026-03-29 18:25:28 -03:00
cashier.php feat: Implement social connection verification with a new command, job, and service, while removing unused language files and updating Cashier configuration. 2026-01-25 17:28:01 -03:00
chunk-upload.php chore: Update and add various project dependencies. 2026-01-18 16:46:27 -03:00
database.php refactor: restructure to Actions, subdomain routes (app/api), API tokens 2026-03-29 19:24:28 -03:00
filesystems.php chore: first commit 2026-01-14 22:13:44 -03:00
horizon.php feat: use environment variable for Horizon access control 2026-01-26 12:06:00 -03:00
inertia.php upgrade: Laravel 13, Inertia v3, remove pion/chunk-upload 2026-03-29 18:10:10 -03:00
logging.php chore: first commit 2026-01-14 22:13:44 -03:00
mail.php chore: updating sender email. 2026-03-16 13:18:33 -03:00
queue.php chore: first commit 2026-01-14 22:13:44 -03:00
reverb.php chore: first commit 2026-01-15 14:24:39 -03:00
services.php feat: improvements on pinterest 2026-01-20 18:51:18 -03:00
session.php upgrade: add Laravel 13 config changes and update Boost skills 2026-03-29 18:25:28 -03:00
telescope.php feat: implement MCP server with tools, Post API tests, auth middleware 2026-03-29 20:30:36 -03:00
trypost.php feat: Introduce a self-hosted mode, refactor email notifications to use Mailable classes with new templates, and update the project README. 2026-01-18 17:48:12 -03:00