-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
84 lines (83 loc) · 2.19 KB
/
NAMESPACE
File metadata and controls
84 lines (83 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Generated by roxygen2: do not edit by hand
S3method(add_capability,"ellmer::ToolDef")
S3method(add_capability,prompt)
S3method(add_capability,resource)
S3method(add_capability,tool)
S3method(get_name,client)
S3method(get_name,server)
S3method(initialize,client)
S3method(initialize,server)
S3method(prompts_get,client)
S3method(prompts_get,server)
S3method(prompts_list,client)
S3method(prompts_list,server)
S3method(read,client_io)
S3method(resources_list,client)
S3method(resources_list,server)
S3method(resources_read,client)
S3method(resources_read,server)
S3method(response_force,default)
S3method(response_force,error)
S3method(response_force,response)
S3method(response_force,response_item)
S3method(roclet_output,roclet_mcp)
S3method(roclet_process,roclet_mcp)
S3method(roxy_tag_parse,roxy_tag_mcp)
S3method(roxy_tag_parse,roxy_tag_type)
S3method(roxy_tag_rd,roxy_tag_mcp)
S3method(roxy_tag_rd,roxy_tag_type)
S3method(send,jsonrpc_error)
S3method(send,jsonrpc_response)
S3method(tools_call,client)
S3method(tools_call,server)
S3method(tools_list,client)
S3method(tools_list,server)
S3method(write,client_http)
S3method(write,client_io)
export(add_capability)
export(ellmer_to_mcpr_tool)
export(get_name)
export(initialize)
export(mcp_roclet)
export(new_client_io)
export(new_mcp)
export(new_prompt)
export(new_resource)
export(new_server)
export(new_tool)
export(prompts_get)
export(prompts_list)
export(properties)
export(property_array)
export(property_boolean)
export(property_enum)
export(property_number)
export(property_object)
export(property_string)
export(read)
export(register_mcpr_tools)
export(resources_list)
export(resources_read)
export(response)
export(response_audio)
export(response_error)
export(response_file)
export(response_image)
export(response_item)
export(response_resource)
export(response_text)
export(response_video)
export(schema)
export(serve_http)
export(serve_io)
export(tools_call)
export(tools_list)
export(write)
importFrom(roxygen2,block_get_tag_value)
importFrom(roxygen2,block_get_tags)
importFrom(roxygen2,roclet)
importFrom(roxygen2,roclet_output)
importFrom(roxygen2,roclet_process)
importFrom(roxygen2,roxy_tag_parse)
importFrom(roxygen2,roxy_tag_rd)
importFrom(roxygen2,roxy_tag_warning)