MCPcopy Create free account
hub / github.com/GerevAI/gerev / get_config_fields

Method get_config_fields

app/data_source/sources/gitlab/gitlab.py:34–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33 @staticmethod
34 def get_config_fields() -> List[ConfigField]:
35 return [
36 ConfigField(label="Gitlab URL", name="url", input_type=HTMLInputType.TEXT,
37 placeholder="https://gitlab.com"),
38 ConfigField(label="API Access Token", name="access_token", input_type=HTMLInputType.PASSWORD),
39 ]
40
41 @staticmethod
42 async def validate_config(config: Dict) -> None:

Callers

nothing calls this directly

Calls 1

ConfigFieldClass · 0.90

Tested by

no test coverage detected