trypost/database/migrations
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
..
0001_01_01_000000_create_users_table.php feat: Establish a dedicated testing environment with .env.testing, CreatesApplication trait, and Language model factory, integrating language selection into user profile tests and adjusting the languages table migration. 2026-01-18 19:56:04 -03:00
0001_01_01_000001_create_cache_table.php chore: first commit 2026-01-14 22:13:44 -03:00
0001_01_01_000002_create_jobs_table.php chore: first commit 2026-01-14 22:13:44 -03:00
2026_01_14_231040_create_subscriptions_table.php feat: Implement soft deletes for workspace hashtags and labels, and integrate content_type into the initial post platforms table creation. 2026-01-17 14:44:37 -03:00
2026_01_14_231041_create_subscription_items_table.php feat: Implement soft deletes for workspace hashtags and labels, and integrate content_type into the initial post platforms table creation. 2026-01-17 14:44:37 -03:00
2026_01_14_232315_create_workspaces_table.php feat: Implement user onboarding, subscription management, and refactor social integrations with new UI components and mail templates. 2026-01-16 23:46:30 -03:00
2026_01_14_232316_create_user_workspace_table.php feat: Implement soft deletes for workspace hashtags and labels, and integrate content_type into the initial post platforms table creation. 2026-01-17 14:44:37 -03:00
2026_01_14_232317_create_social_accounts_table.php feat: Implement user onboarding, subscription management, and refactor social integrations with new UI components and mail templates. 2026-01-16 23:46:30 -03:00
2026_01_14_232318_create_posts_table.php feat: Implement user onboarding, subscription management, and refactor social integrations with new UI components and mail templates. 2026-01-17 12:36:49 -03:00
2026_01_14_232319_create_post_platforms_table.php feat: Implement soft deletes for workspace hashtags and labels, and integrate content_type into the initial post platforms table creation. 2026-01-17 12:38:54 -03:00
2026_01_14_232320_create_medias_table.php feat: improvements on ui 2026-01-21 17:57:15 -03:00
2026_01_14_233835_create_workspace_invites_table.php feat: improvements on invites 2026-01-20 16:53:54 -03:00
2026_01_17_152319_create_workspace_hashtags_table.php feat: Implement soft deletes for workspace hashtags and labels, and integrate content_type into the initial post platforms table creation. 2026-01-17 12:38:54 -03:00
2026_01_17_153347_create_workspace_labels_table.php feat: Implement soft deletes for workspace hashtags and labels, and integrate content_type into the initial post platforms table creation. 2026-01-17 12:38:54 -03:00
2026_01_26_173538_create_post_workspace_label_table.php feat: add labels and hashtags to posts 2026-01-26 15:18:35 -03:00
2026_03_29_215341_create_api_tokens_table.php refactor: restructure to Actions, subdomain routes (app/api), API tokens 2026-03-29 19:24:28 -03:00
2026_03_29_232520_create_agent_conversations_table.php feat: implement MCP server with tools, Post API tests, auth middleware 2026-03-29 20:30:36 -03:00
2026_03_29_233024_create_telescope_entries_table.php feat: implement MCP server with tools, Post API tests, auth middleware 2026-03-29 20:30:36 -03:00