Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BloopAI/dev-manager-mcp
/ functions
Functions
35 in github.com/BloopAI/dev-manager-mcp
⨍
Functions
35
◇
Types & classes
13
↓ 6 callers
Method
free
(&mut self, port: u16)
src/port_allocator.rs:44
↓ 5 callers
Method
push
(&mut self, line: String)
src/log_buffer.rs:20
↓ 2 callers
Method
is_available
(&self, port: u16)
src/port_allocator.rs:50
↓ 2 callers
Method
tail
(&self, session_key: String)
src/manager.rs:295
↓ 1 callers
Method
allocate
(&mut self)
src/port_allocator.rs:19
↓ 1 callers
Method
exited_at
(&self)
src/server_entry.rs:77
↓ 1 callers
Function
extractAndRun
()
npx-cli/bin/cli.js:67
↓ 1 callers
Function
generate_session_key
()
src/manager.rs:15
↓ 1 callers
Function
getBinaryName
()
npx-cli/bin/cli.js:58
↓ 1 callers
Function
getEffectiveArch
()
npx-cli/bin/cli.js:8
↓ 1 callers
Function
getPlatformDir
()
npx-cli/bin/cli.js:39
↓ 1 callers
Method
get_info
(&self)
src/service.rs:79
↓ 1 callers
Method
get_logs
(&self)
src/server_entry.rs:125
↓ 1 callers
Method
poll_exit
(&mut self)
src/server_entry.rs:61
↓ 1 callers
Function
run_daemon
(port: u16, idle_timeout_secs: u64)
src/lib.rs:52
↓ 1 callers
Function
run_stdio_proxy
(daemon_url: &str)
src/lib.rs:69
↓ 1 callers
Method
start_sweeper
(&self, idle_timeout: Duration)
src/manager.rs:45
↓ 1 callers
Method
status
(&self, session_key: Option<String>)
src/manager.rs:254
↓ 1 callers
Method
stop
(&self, session_key: String)
src/manager.rs:220
Method
initialize
( &self, _params: InitializeRequestParam, _context: RequestContext<RoleServer>, )
src/service.rs:90
Function
inject_cwd_if_start_tool
( msg: RxJsonRpcMessage<RoleServer>, client_cwd: Option<String>, )
src/lib.rs:22
Method
is_running
(&self)
src/server_entry.rs:73
Function
main
()
src/main.rs:32
Method
new
(mut child: Child, port: u16)
src/server_entry.rs:22
Method
new
(manager: Arc<Manager>)
src/service.rs:42
Method
new
()
src/log_buffer.rs:13
Method
new
(idle_timeout: Duration)
src/manager.rs:33
Method
new
(start_port: u16)
src/port_allocator.rs:11
Method
start
(&self, Parameters(req): Parameters<StartRequest>)
src/service.rs:53
Method
start
(&self, command: String, cwd: Option<String>)
src/manager.rs:129
Method
status
(&self, Parameters(req): Parameters<StatusRequest>)
src/service.rs:65
Method
stop
(&mut self)
src/server_entry.rs:85
Method
stop
(&self, Parameters(req): Parameters<StopRequest>)
src/service.rs:59
Method
tail
(&self, Parameters(req): Parameters<TailRequest>)
src/service.rs:71
Method
tail
(&self)
src/log_buffer.rs:32