I hereby claim:
- I am delorenj on github.
- I am delorenj (https://keybase.io/delorenj) on keybase.
- I have a public key ASDJRB9VLwHSCzXJXQKNtMRLOxF9cwh188NCoyYIsM8RoAo
To claim this, I am signing this object:
<?php | |
require_once __DIR__.'/../app/bootstrap.php.cache'; | |
require_once __DIR__.'/../app/AppKernel.php'; | |
use Symfony\Component\HttpFoundation\Request; | |
$kernel = new AppKernel('stage', false); | |
$kernel->loadClassCache(); | |
$response = $kernel->handle(Request::create('/js/routing?callback=fos.Router.setData')); |
I hereby claim:
To claim this, I am signing this object:
1 tablespoon olive oil | |
4-5 chicken thighs, skin on or off | |
½ cup diced onion | |
4 cloves of garlic, minced | |
½ teaspoon salt | |
½ teaspoon pepper | |
½ teaspoon cumin | |
½ teaspoon paprika | |
2 cups water | |
1 cup black beans, rinsed, drained (optional) |
{ | |
"info": { | |
"_postman_id": "23555d6b-e3cf-4cab-9111-c5bb599669d8", | |
"name": "AmexAPI", | |
"description": "Collection of routes to test my Amex candidate submission", | |
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" | |
}, | |
"item": [ | |
{ | |
"name": "/people", |
gists:
gists:
gists:
{ | |
"mcpServers": { | |
"mcp-installer": { | |
"command": "/bin/zsh", | |
"args": ["-c", "mise x -- npx -y @anaisbetts/mcp-installer"] | |
}, | |
"sequential-thinking": { | |
"command": "/bin/zsh", | |
"args": ["-c", "mise x -- npx @modelcontextprotocol/server-sequential-thinking"] | |
}, |
"filesystem": { | |
"command": "npx", | |
"args": [ | |
"-y", | |
"@modelcontextprotocol/server-filesystem", | |
"/home/delorenj" | |
], | |
"alwaysAllow": [ | |
"read_file", | |
"read_multiple_files", |
"brave-search": { | |
"command": "npx", | |
"args": ["-y", "@modelcontextprotocol/server-brave-search"], | |
"env": { | |
"BRAVE_API_KEY": "BSA_QV3LiLfkzOYb5lAzc5rZuUTHt4Y" | |
} | |
}, |