Skip to main content

UTCP communication protocol plugin for GraphQL.

Project description

UTCP GraphQL Communication Protocol Plugin

This plugin integrates GraphQL as a UTCP 1.0 communication protocol and call template. It supports discovery via schema introspection, authenticated calls, and header handling.

Getting Started

Installation

pip install gql

Registration

import utcp_gql
utcp_gql.register()

How To Use

  • Ensure the plugin is imported and registered: import utcp_gql; utcp_gql.register().
  • Add a manual in your client config:
    {
      "name": "my_graph",
      "call_template_type": "graphql",
      "url": "https://your.graphql/endpoint",
      "operation_type": "query",
      "headers": { "x-client": "utcp" },
      "header_fields": ["x-session-id"]
    }
    
  • Call a tool:
    await client.call_tool("my_graph.someQuery", {"id": "123", "x-session-id": "abc"})
    

Notes

  • Tool names are prefixed by the manual name (e.g., my_graph.someQuery).
  • Headers merge static headers plus whitelisted dynamic fields from header_fields.
  • Supported auth: API key, Basic auth, OAuth2 (client-credentials).
  • Security: only https:// or http://localhost/http://127.0.0.1 endpoints.

For UTCP core docs, see https://github.com/universal-tool-calling-protocol/python-utcp.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

utcp_gql-1.1.1.tar.gz (12.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

utcp_gql-1.1.1-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file utcp_gql-1.1.1.tar.gz.

File metadata

  • Download URL: utcp_gql-1.1.1.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.0

File hashes

Hashes for utcp_gql-1.1.1.tar.gz
Algorithm Hash digest
SHA256 1b0c8079520194fca86df1b7d9f9a6a0582ccaa528b69e976e5e2823353aa782
MD5 ad5e36e0e7b4029be7c801fc578edbfe
BLAKE2b-256 420a9f83f4a94bb2c43cc4ed8707bfe65eaf2c55c9d5a97cc53584bb03cbe7be

See more details on using hashes here.

File details

Details for the file utcp_gql-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: utcp_gql-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.0

File hashes

Hashes for utcp_gql-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 547005f4a04d2c11bdaa8ce1345c80e87e94f11c05618794f57c1264a361dfd2
MD5 de99ec70e1db87991e13eddeb7e32e47
BLAKE2b-256 73145bbe7c830ca3567f7f4cb8af6dc0e43adef20bc4be152a28f4514fb4d2ef

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page