Skip to content

Commit 3560af0

Browse files
authored
Merge pull request #41 from g4-api/development
Development
2 parents 90fca09 + 58b0910 commit 3560af0

7 files changed

Lines changed: 906 additions & 4 deletions

File tree

src/.mcp.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"servers": {
3+
"github": {
4+
"type": "http",
5+
"url": "https://api.githubcopilot.com/mcp/",
6+
"headers": {
7+
"Authorization": "Bearer "
8+
}
9+
}
10+
}
11+
}

src/G4.DocumentsGenerator/G4.DocumentsGenerator.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
<NoWarn>$(NoWarn);SYSLIB1045</NoWarn>
1616
</PropertyGroup>
1717

18-
<ItemGroup> <PackageReference Include="G4.Abstraction.Cli" Version="2025.3.7.16" />
18+
<ItemGroup>
19+
<PackageReference Include="G4.Abstraction.Cli" Version="2025.3.7.16" />
1920
<PackageReference Include="G4.Converters" Version="2025.5.19.38" />
2021
</ItemGroup>
2122

0 commit comments

Comments
 (0)