Skip to content

Build Copilot SDK#545

Draft
Jiawen-CS wants to merge 12 commits intomainfrom
copilot_sdk
Draft

Build Copilot SDK#545
Jiawen-CS wants to merge 12 commits intomainfrom
copilot_sdk

Conversation

@Jiawen-CS
Copy link
Copy Markdown
Collaborator

@Jiawen-CS Jiawen-CS commented Jan 30, 2026

Relative link: https://github.com/github/copilot-sdk/blob/main/docs/mcp.md

And also update SKILL.md



def _build_server_entry(server: dict[str, Any], template_context: dict[str, Any]) -> tuple[str, dict[str, Any]]:
def _build_server_entry(server: dict[str, Any], template_context: dict[str, Any]) -> dict[str, MCPServerConfig]:
@Jiawen-CS
Copy link
Copy Markdown
Collaborator Author

Postpone it until support specifying Custom Agent. github/copilot-sdk#317

@Jiawen-CS Jiawen-CS marked this pull request as draft February 2, 2026 12:16
mcp_config: dict[str, MCPServerConfig] | None = build_mcp_config(copilot_config, entry, repo_path, al_mcp=al_mcp)
instructions_enabled: bool = setup_instructions_from_config(copilot_config, entry, repo_path)
copilot_skills: list[str] | None = setup_copilot_skills(copilot_config, entry, repo_path)
config = ExperimentConfiguration(mcp_servers=list(mcp_config.keys()) if mcp_config else None, custom_instructions=instructions_enabled, custom_agent=custom_agent)
from pathlib import Path
from shutil import copytree

from bcbench.config import get_config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant