The Agent Directory Importer is a Go library that makes it possible to import different types of records (for example MCP server definitions) into an Agent Directory node.
For detailed usage, see the Directory CLI reference.
go get github.com/agntcy/dir-importerCommon tasks are exposed via Taskfile:
task build # go build ./...
task test # unit tests
task lint # golangci-lint
task license # license check
task tidy # go mod tidyTo enable the pre-commit hook that runs golangci-lint on staged Go files:
task depsSee CONTRIBUTING.md and CODE_OF_CONDUCT.md.
Please report security vulnerabilities following the guidance in SECURITY.md.
Distributed under Apache 2.0 License. See LICENSE for more information. Copyright AGNTCY Contributors (https://github.com/agntcy)