Skip to content

Generate a typed client for the Box MCP Server connector #257

Description

@daviburg

Description

The SDK registry contains the boxmcpserver connector, but SDK 0.14 does not ship a generated typed client for it.

Current state:

  • ConnectorNames.BoxMCPServer maps to boxmcpserver.
  • ManagedConnectors contains boxmcpserver and its generated usage comment references BoxmcpserverClient.
  • No BoxmcpserverExtensions.cs, BoxmcpserverClient, or matching DI registration exists in the package.

This prevents a working Connector Namespace boxmcpserver connection from being consumed through the typed .NET SDK.

Expected

Generate the connector client and models from the managed connector contract, add the corresponding DI registration extension, and include constructor, operation, serialization, and error-response tests.

Context

Found while expanding Azure/Connectors-NET-Samples#72 to cover authenticated Connector Namespace clients end to end.

Authored with Dobby.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions