├── .dockerignore ├── .gitignore ├── CLAUDE.md ├── CLAUDE_CONFIG.md ├── Dockerfile ├── Fastmcp.md ├── LICENSE ├── boss-zhipin-login-flow.md ├── boss_zhipin_fastmcp_v2.py ├── docker-compose.yml ├── login_verifier.py ├── readme.md └── requirements.txt /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mucsbr/mcp-bosszp/HEAD/.dockerignore -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mucsbr/mcp-bosszp/HEAD/.gitignore -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mucsbr/mcp-bosszp/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /CLAUDE_CONFIG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mucsbr/mcp-bosszp/HEAD/CLAUDE_CONFIG.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mucsbr/mcp-bosszp/HEAD/Dockerfile -------------------------------------------------------------------------------- /Fastmcp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mucsbr/mcp-bosszp/HEAD/Fastmcp.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mucsbr/mcp-bosszp/HEAD/LICENSE -------------------------------------------------------------------------------- /boss-zhipin-login-flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mucsbr/mcp-bosszp/HEAD/boss-zhipin-login-flow.md -------------------------------------------------------------------------------- /boss_zhipin_fastmcp_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mucsbr/mcp-bosszp/HEAD/boss_zhipin_fastmcp_v2.py -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mucsbr/mcp-bosszp/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /login_verifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mucsbr/mcp-bosszp/HEAD/login_verifier.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mucsbr/mcp-bosszp/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mucsbr/mcp-bosszp/HEAD/requirements.txt --------------------------------------------------------------------------------