Code Assist MCP for ADP

Build 25.0.9540

接続の確立

The CData Code Assist MCP for ADP defines each connection to ADP as a named configuration that an MCP Client (such as Claude Desktop) can use when sending natural language queries.

You create and manage these configurations using the CData Code Assist MCP Configuration Tool. The tool automatically handles formatting, storage, and registration with MCP clients.

Understanding Connection Configurations

Each connection configuration is stored in a .mcp file. This file includes the details needed to initialize the connector when an MCP Client starts a session.

  • On Windows, configuration files are stored in "~/AppData/Roaming/CData/ADP Data Provider/".
  • On macOS, configuration files are stored in "~/Library/Application Support/CData/ADP Data Provider/".

The .mcp file is a text file that contains a list of connection properties and a timestamp. For example:

#Tue May 20 15:48:40 EDT 2025
AuthScheme=Basic
User=myUser
Password=myPassword
Security Token=myToken

The configuration tool handles these settings automatically. Each saved configuration enables an MCP client to launch a dedicated MCP server instance with the correct connector and options. Manual file editing is not required.

ADP への接続

接続を構成する前に、接続の前に に記載されているようにSSL クライアント証明書を取得し、フォーマットしていることを確認してください。

ADP に接続するには以下のプロパティを設定します。

  • OAuthClientId:ADP から取得したカスタムOAuth アプリケーションのクライアントId。
  • OAuthClientSecret:カスタムOAuth アプリケーションのクライアントシークレット。
  • SSLClientCert:SSL クライアント証明書のフルファイルパス。.pem ファイルを使用する場合は、秘密鍵と公開証明書の両方が含まれていることを確認してください。.pfx ファイルを使用する場合は、正しいエクスポートパスワー ドで作成されていることを確認してください。詳しくは、接続の前に を参照してください。
  • SSLClientCertPassword:SSL クライアント証明書のパスワード(該当する場合)。
  • UseUAT:本製品 はデフォルトで、本番環境にリクエストを行います。開発者アカウントを使用している場合は、UseUAT = true に設定します。
  • RowScanDepth:テーブルで利用可能なカスタムフィールドカラムをスキャンする行数の最大値(default=100)。大きい値を設定すると、パフォーマンスが低下する場合があります。

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9540