Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Repositories | List of all local repositories |
| Mirrors | List of all configured mirrors |
| Snapshots | List of all snapshots |
| Published Repositories | List of all published repositories |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| aptly_create_repo | Create a new local repository in Aptly |
| aptly_list_repos | List all local repositories |
| aptly_get_repo | Get detailed information about a specific repository |
| aptly_delete_repo | Delete a local repository |
| aptly_list_packages | List packages in a repository |
| aptly_search_packages | Search for packages across repositories or in a specific repository |
| aptly_add_packages | Add packages to a repository from uploaded files |
| aptly_list_uploaded_files | List uploaded files available for adding to repositories |
| aptly_delete_uploaded_files | Delete uploaded files or directories |
| aptly_list_snapshots | List all snapshots |
| aptly_create_snapshot | Create a snapshot from a repository |
| aptly_list_published | List all published repositories |
| aptly_publish_repo | Publish a repository to make it available for apt |
| aptly_publish_snapshot | Publish a snapshot to make it available for apt |
| aptly_list_mirrors | List all configured mirrors |
| aptly_create_mirror | Create a mirror of a remote repository |
| aptly_update_mirror | Update a mirror to fetch the latest packages from the remote repository |
| aptly_get_mirror | Get detailed information about a specific mirror |
| aptly_health_check | Check if Aptly server is running and accessible |