Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/assets/vscode-extension/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/dir/.index
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ nav:
- Features and Usage: scenarios.md
- Hosted AGNTCY Agent Directory: hosted-agent-directory.md
- CLI Reference: directory-cli.md
- VSCode extension: vscode-extension.md
- SDK Reference: directory-sdk.md
- API Reference:
- Core: dir-core-v1-api.md
Expand Down
31 changes: 31 additions & 0 deletions docs/dir/vscode-extension.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Dir Visual Studio Code Extension

The AGNTCY Agent Directory extension for Visual Studio Code provides a seamless
interface for developers to interact with [Agent
Directory](./getting-started.md) or its [public hosted
instance](./hosted-agent-directory.md).

![Introduction to the main screen](../../assets/vscode-extension/screenshot1.png)

## Download from VS Code Marketplace

You can download and install this extension directly from the [Visual Studio
Code Extension Marketplace](https://marketplace.visualstudio.com/). Simply
search for the extension name `agntcy agent-directory` within VS Code or visit
the marketplace link.

This extension is intended to support several use cases:

* **Automatic Record Pull and Push**:
Seamlessly pull and push
[OASF](https://docs.agntcy.org/oasf/open-agentic-schema-framework/) based
records to the Agent Directory directly from VS Code.
* **Search and Configuration of MCP Servers for GitHub Copilot**:
Developers using GitHub Copilot in Agent Mode will be able to discover MCP
Servers within the Agent Directory and install them in VSCode. This makes
it easier to leverage additional tools and functionalities exposed by MCP
servers.
* **Configuration of GitHub Copilot Agent Mode**:
Search for and apply specific configurations—such as prompts, models, or
tools—stored as records in the Agent Directory to GitHub Copilot in Agent
Mode.
Loading