PROD UPD - #181
Merged
Merged
Conversation
* add feature to query for desired fields in output * replace id with dummy id * fix black formatting in firestore main.py
Mirror the Xero credential-sharing path for NetSuite. When a Peakflo tenant is connected to NetSuite (sourceSystem="netsuite"), the Peakflo MCP server now surfaces NetSuite tools prefixed with `netsuite__` and resolves short-lived NetSuite credentials from the Peakflo credential broker — agents never see the raw credentials. - peakflo/main.py: generalize the Xero-only exposure into a source-system registry (SOURCE_SYSTEM_INTEGRATIONS) supporting both xero and netsuite; generic tool listing, prefix matching, and broker-backed dispatch. - netsuite/main.py: make the client functional — real OAuth 1.0a TBA signing (HMAC-SHA256, account-id realm) with automatic OAuth 2.0 Bearer fallback, correct SuiteTalk REST base URL, SuiteQL-based vendor search, and a credential_resolver hook (like Xero) so wrapper servers can inject creds. - tests: network-free unit tests for auth-mode selection + the broker resolver, plus live TOOL_TESTS for the harness. - README: document the SuiteTalk endpoints, the two auth modes, and the Peakflo shared-access path. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.