LICENSE
README.md
pyproject.toml
setup.py
gopher_mcp_python/__init__.py
gopher_mcp_python/agent.py
gopher_mcp_python/config.py
gopher_mcp_python/errors.py
gopher_mcp_python/oauth_authorization_url.py
gopher_mcp_python/oauth_browser.py
gopher_mcp_python/oauth_discovery.py
gopher_mcp_python/oauth_loopback.py
gopher_mcp_python/oauth_pkce.py
gopher_mcp_python/oauth_registration.py
gopher_mcp_python/oauth_resolver.py
gopher_mcp_python/oauth_runtime_options.py
gopher_mcp_python/oauth_server_targets.py
gopher_mcp_python/oauth_token_exchange.py
gopher_mcp_python/oauth_token_store.py
gopher_mcp_python/result.py
gopher_mcp_python/runtime_options.py
gopher_mcp_python/server_config.py
gopher_mcp_python.egg-info/PKG-INFO
gopher_mcp_python.egg-info/SOURCES.txt
gopher_mcp_python.egg-info/dependency_links.txt
gopher_mcp_python.egg-info/requires.txt
gopher_mcp_python.egg-info/top_level.txt
gopher_mcp_python/auth/__init__.py
gopher_mcp_python/auth/errors.py
gopher_mcp_python/auth/gopher_auth.py
gopher_mcp_python/auth/scope_helpers.py
gopher_mcp_python/ffi/__init__.py
gopher_mcp_python/ffi/library.py
gopher_mcp_python/ffi/auth/__init__.py
gopher_mcp_python/ffi/auth/auth_client.py
gopher_mcp_python/ffi/auth/auto_refresh.py
gopher_mcp_python/ffi/auth/config_loader.py
gopher_mcp_python/ffi/auth/loader.py
gopher_mcp_python/ffi/auth/oauth_client.py
gopher_mcp_python/ffi/auth/session_manager.py
gopher_mcp_python/ffi/auth/types.py
gopher_mcp_python/ffi/auth/validation_options.py
tests/test_agent_create_by.py
tests/test_agent_create_with_oauth.py
tests/test_agent_error_message.py
tests/test_agent_lifecycle.py
tests/test_agent_runtime_options.py
tests/test_auth_exports.py
tests/test_config.py
tests/test_dump_version.py
tests/test_ffi.py
tests/test_ffi_runtime_options.py
tests/test_gopher_auth.py
tests/test_header_create_by_url_example.py
tests/test_library_search_paths.py
tests/test_linux_native_packaging.py
tests/test_oauth_authorization_url.py
tests/test_oauth_browser.py
tests/test_oauth_create_with_url_integration.py
tests/test_oauth_discovery.py
tests/test_oauth_loopback.py
tests/test_oauth_pkce.py
tests/test_oauth_registration.py
tests/test_oauth_resolver.py
tests/test_oauth_runtime_options.py
tests/test_oauth_server_targets.py
tests/test_oauth_token_exchange.py
tests/test_oauth_token_store.py
tests/test_result.py
tests/test_server_config.py