2026-01-15 01:13:44 +00:00
|
|
|
{
|
|
|
|
|
"agents": [
|
2026-07-23 15:42:12 +00:00
|
|
|
"claude_code",
|
|
|
|
|
"cursor"
|
2026-01-15 01:13:44 +00:00
|
|
|
],
|
2026-05-04 17:04:03 +00:00
|
|
|
"cloud": false,
|
2026-03-29 21:10:10 +00:00
|
|
|
"guidelines": true,
|
|
|
|
|
"mcp": true,
|
2026-07-23 15:42:12 +00:00
|
|
|
"nightwatch": true,
|
|
|
|
|
"sail": true,
|
2026-03-29 21:10:10 +00:00
|
|
|
"skills": [
|
2026-04-15 23:15:29 +00:00
|
|
|
"ai-sdk-development",
|
2026-03-29 21:10:10 +00:00
|
|
|
"cashier-stripe-development",
|
|
|
|
|
"laravel-best-practices",
|
|
|
|
|
"configuring-horizon",
|
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 23:30:36 +00:00
|
|
|
"mcp-development",
|
2026-04-15 23:15:29 +00:00
|
|
|
"configure-nightwatch",
|
2026-05-03 21:38:17 +00:00
|
|
|
"passport-development",
|
2026-03-29 21:10:10 +00:00
|
|
|
"socialite-development",
|
|
|
|
|
"wayfinder-development",
|
|
|
|
|
"pest-testing",
|
|
|
|
|
"inertia-vue-development",
|
2026-04-15 23:15:29 +00:00
|
|
|
"tailwindcss-development"
|
2026-03-29 21:10:10 +00:00
|
|
|
]
|
2026-01-15 01:13:44 +00:00
|
|
|
}
|