Server Config
{
"mcpServers": {
"quickbooks": {
"command": "mvn spring-boot:run",
"baseUrl": "http://localhost:8080",
"endpoints": {
"query": {
"path": "/api/v1/quickbooks/query",
"method": "POST"
},
"createEntity": {
"path": "/api/v1/quickbooks/entity",
"method": "POST"
}
},
"auth": {
"type": "oauth2",
"config": {
"clientId": "your_client_id_here",
"clientSecret": "your_client_secret_here",
"accessToken": "your_access_token_here",
"realmId": "your_realm_id_here"
}
}
}
}
}