site_name: "unblu-mcp"
site_description: "A model context protocol server for interacting with Unblu deployments."
site_url: "https://detailobsessed.github.io/unblu-mcp"
repo_url: "https://github.com/detailobsessed/unblu-mcp"
repo_name: "detailobsessed/unblu-mcp"
site_dir: "site"
watch: [mkdocs.yml, README.md, CONTRIBUTING.md, CHANGELOG.md, src/unblu_mcp]
copyright: Copyright © 2025 Ismar Iljazovic
edit_uri: edit/main/docs/
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
nav:
- Home:
- Overview: index.md
- Changelog: changelog.md
- License: license.md
- User Guide:
- Getting Started: getting-started.md
- Available Tools: tools.md
- Kubernetes Provider: kubernetes.md
- Safety & Authorization: safety.md
- Logging & Observability: logging.md
- Programmatic Usage: programmatic.md
- Troubleshooting: troubleshooting.md
- API Reference: reference/api.md
- Development:
- Contributing: contributing.md
- Code of Conduct: code_of_conduct.md
- Coverage report: coverage.md
theme:
name: material
custom_dir: docs/.overrides
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.instant.preview
- navigation.path
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- search.highlight
- search.suggest
- toc.follow
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: purple
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: lime
toggle:
icon: material/weather-night
name: Switch to system preference
extra_css:
- css/material.css
- css/mkdocstrings.css
extra_javascript:
- js/feedback.js
markdown_extensions:
- attr_list
- admonition
- callouts
- footnotes
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.magiclink
- pymdownx.snippets:
base_path: [!relative $config_dir]
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
plugins:
- search
- autorefs
- markdown-exec
- section-index
- coverage
- mkdocstrings:
handlers:
python:
inventories:
- https://docs.python.org/3/objects.inv
paths: [src]
options:
backlinks: tree
docstring_options:
ignore_init_summary: true
docstring_section_style: list
filters: ["!^_"]
heading_level: 1
inherited_members: true
merge_init_into_class: true
separate_signature: true
show_root_heading: true
show_root_full_path: false
show_signature_annotations: true
show_source: true
show_symbol_type_heading: true
show_symbol_type_toc: true
signature_crossrefs: true
summary: true
- llmstxt:
full_output: llms-full.txt
sections:
Usage:
- index.md
API:
- reference/api.md
- git-revision-date-localized:
enabled: !ENV [DEPLOY, false]
enable_creation_date: true
type: timeago
- minify:
minify_html: !ENV [DEPLOY, false]
- typeset
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/detailobsessed
- icon: fontawesome/brands/gitter
link: https://gitter.im/unblu-mcp/community
- icon: fontawesome/brands/python
link: https://pypi.org/project/unblu-mcp/
analytics:
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: Let us know how we can improve this page.