Initial commit

This commit is contained in:
Docker7530
2026-03-01 01:43:46 +08:00
commit c6125c117b
3840 changed files with 415340 additions and 0 deletions
@@ -0,0 +1,29 @@
```PowerShell
[System.Environment]::SetEnvironmentVariable("ANTHROPIC_BASE_URL", "http://8.162.2.152/claude", [System.EnvironmentVariableTarget]::User)
[System.Environment]::SetEnvironmentVariable("ANTHROPIC_AUTH_TOKEN", "sk-xxxx", [System.EnvironmentVariableTarget]::User)
```
mcp
```
claude mcp add --transport http context7 https://mcp.context7.com/mcp --header "CONTEXT7_API_KEY: ctx7sk-21884782-852a-4ef8-8f26-83cd9b8c7d30" --scope user
{
"morecup-context": {
"type": "stdio",
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"morecup-context",
"-gateway",
"http://8.162.2.152"
],
"env": {
"MORECUP_AI_API_KEY": "sk-xxxx"
}
}
}
```