Skip to content

Add Microsoft agent integrations - #29

Merged
Jason-Doyle merged 2 commits into
mainfrom
feat/microsoft-agent-integrations
Sep 7, 2026
Merged

Jason-Doyle merged 2 commits into
mainfrom
feat/microsoft-agent-integrations

Conversation

@Jason-Doyle

Copy link
Copy Markdown
Owner

Summary

  • expose authenticated stateless Streamable HTTP MCP with a read-only default and separately gated writes
  • add Microsoft Agent Framework local and remote examples plus an Azure SRE Agent integration guide and declarative agent definition
  • wire remote MCP configuration through Compose, Helm, Azure, AWS, and GCP with deployment-time validation
  • extend CI, release packaging, compatibility checks, security documentation, and benchmark evidence

Security and compatibility

  • authenticate and revalidate identity, purpose, scope, expiry, revocation, and tenant state on every MCP request
  • enforce exact public Host and supplied Origin values, POST-only transport, bounded bodies, and rejection of JSON-RPC batches
  • preserve existing ProductionConfig consumers by keeping the new MCP fields optional
  • keep remote write discovery disabled unless explicitly enabled

Validation

  • npm run release:check
  • npm run deployment:check
  • python scripts/validate-microsoft-integrations.py
  • npm audit --omit=dev --audit-level=low
  • fresh PostgreSQL 18 integration suite: 55 passed, 2 intentionally skipped
  • npm run benchmark:sre:verify
  • scripts/test-backup-restore.ps1
  • linux/amd64 and linux/arm64 container smoke tests

@Jason-Doyle
Jason-Doyle merged commit ac56282 into main Sep 7, 2026
8 checks passed
@Jason-Doyle
Jason-Doyle deleted the feat/microsoft-agent-integrations branch September 7, 2026 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant