mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 10:23:41 +00:00
Add AI generation disclosure
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
<!-- This file was generated with the assistance of an AI coding tool. -->
|
||||||
# ifcedit
|
# ifcedit
|
||||||
|
|
||||||
A CLI wrapper that exposes all 350+ `ifcopenshell.api` mutation functions as
|
A CLI wrapper that exposes all 350+ `ifcopenshell.api` mutation functions as
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
# IfcEdit - CLI wrapper for ifcopenshell.api mutation functions
|
# IfcEdit - CLI wrapper for ifcopenshell.api mutation functions
|
||||||
# Copyright (C) 2025 Bruno Postle <bruno@postle.net>
|
# Copyright (C) 2026 Bruno Postle <bruno@postle.net>
|
||||||
#
|
#
|
||||||
# This file is part of IfcEdit.
|
# This file is part of IfcEdit.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
# IfcEdit - CLI wrapper for ifcopenshell.api mutation functions
|
# IfcEdit - CLI wrapper for ifcopenshell.api mutation functions
|
||||||
# Copyright (C) 2025 Bruno Postle <bruno@postle.net>
|
# Copyright (C) 2026 Bruno Postle <bruno@postle.net>
|
||||||
#
|
#
|
||||||
# This file is part of IfcEdit.
|
# This file is part of IfcEdit.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
# IfcEdit - CLI wrapper for ifcopenshell.api mutation functions
|
# IfcEdit - CLI wrapper for ifcopenshell.api mutation functions
|
||||||
# Copyright (C) 2025 Bruno Postle <bruno@postle.net>
|
# Copyright (C) 2026 Bruno Postle <bruno@postle.net>
|
||||||
#
|
#
|
||||||
# This file is part of IfcEdit.
|
# This file is part of IfcEdit.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
# IfcEdit - CLI wrapper for ifcopenshell.api mutation functions
|
# IfcEdit - CLI wrapper for ifcopenshell.api mutation functions
|
||||||
# Copyright (C) 2025 Bruno Postle <bruno@postle.net>
|
# Copyright (C) 2026 Bruno Postle <bruno@postle.net>
|
||||||
#
|
#
|
||||||
# This file is part of IfcEdit.
|
# This file is part of IfcEdit.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
# IfcEdit - CLI wrapper for ifcopenshell.api mutation functions
|
# IfcEdit - CLI wrapper for ifcopenshell.api mutation functions
|
||||||
# Copyright (C) 2025 Bruno Postle <bruno@postle.net>
|
# Copyright (C) 2026 Bruno Postle <bruno@postle.net>
|
||||||
#
|
#
|
||||||
# This file is part of IfcEdit.
|
# This file is part of IfcEdit.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
import ifcopenshell
|
import ifcopenshell
|
||||||
import ifcopenshell.api.aggregate
|
import ifcopenshell.api.aggregate
|
||||||
import ifcopenshell.api.owner.settings
|
import ifcopenshell.api.owner.settings
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
import json
|
import json
|
||||||
from typing import Literal, Optional, Union
|
from typing import Literal, Optional, Union
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
from ifcedit.discover import function_docs, list_functions, list_modules
|
from ifcedit.discover import function_docs, list_functions, list_modules
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
import json
|
import json
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
import ifcopenshell.api.pset
|
import ifcopenshell.api.pset
|
||||||
import ifcopenshell.api.root
|
import ifcopenshell.api.root
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
<!-- This file was generated with the assistance of an AI coding tool. -->
|
||||||
# ifcmcp
|
# ifcmcp
|
||||||
|
|
||||||
An MCP (Model Context Protocol) server that wraps `ifcquery` and `ifcedit`,
|
An MCP (Model Context Protocol) server that wraps `ifcquery` and `ifcedit`,
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
# IfcMCP - MCP server for IFC building models
|
# IfcMCP - MCP server for IFC building models
|
||||||
# Copyright (C) 2025 Bruno Postle <bruno@postle.net>
|
# Copyright (C) 2026 Bruno Postle <bruno@postle.net>
|
||||||
#
|
#
|
||||||
# This file is part of IfcMCP.
|
# This file is part of IfcMCP.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
from ifcmcp.server import server
|
from ifcmcp.server import server
|
||||||
|
|
||||||
server.run(transport="stdio")
|
server.run(transport="stdio")
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import json
|
import json
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
import ifcopenshell
|
import ifcopenshell
|
||||||
import ifcopenshell.api.aggregate
|
import ifcopenshell.api.aggregate
|
||||||
import ifcopenshell.api.owner.settings
|
import ifcopenshell.api.owner.settings
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
import json
|
import json
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from ifcmcp.server import ifc_info, ifc_relations, ifc_select, ifc_summary, ifc_tree
|
from ifcmcp.server import ifc_info, ifc_relations, ifc_select, ifc_summary, ifc_tree
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
from ifcmcp.server import server
|
from ifcmcp.server import server
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
import ifcmcp.server as server_mod
|
import ifcmcp.server as server_mod
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
<!-- This file was generated with the assistance of an AI coding tool. -->
|
||||||
# ifcquery
|
# ifcquery
|
||||||
|
|
||||||
A CLI tool for querying and inspecting IFC building models. All output is
|
A CLI tool for querying and inspecting IFC building models. All output is
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
# IfcQuery - IFC model interrogation CLI
|
# IfcQuery - IFC model interrogation CLI
|
||||||
# Copyright (C) 2025 Bruno Postle <bruno@postle.net>
|
# Copyright (C) 2026 Bruno Postle <bruno@postle.net>
|
||||||
#
|
#
|
||||||
# This file is part of IfcQuery.
|
# This file is part of IfcQuery.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
# IfcQuery - IFC model interrogation CLI
|
# IfcQuery - IFC model interrogation CLI
|
||||||
# Copyright (C) 2025 Bruno Postle <bruno@postle.net>
|
# Copyright (C) 2026 Bruno Postle <bruno@postle.net>
|
||||||
#
|
#
|
||||||
# This file is part of IfcQuery.
|
# This file is part of IfcQuery.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
# IfcQuery - IFC model interrogation CLI
|
# IfcQuery - IFC model interrogation CLI
|
||||||
# Copyright (C) 2025 Bruno Postle <bruno@postle.net>
|
# Copyright (C) 2026 Bruno Postle <bruno@postle.net>
|
||||||
#
|
#
|
||||||
# This file is part of IfcQuery.
|
# This file is part of IfcQuery.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
# IfcQuery - IFC model interrogation CLI
|
# IfcQuery - IFC model interrogation CLI
|
||||||
# Copyright (C) 2025 Bruno Postle <bruno@postle.net>
|
# Copyright (C) 2026 Bruno Postle <bruno@postle.net>
|
||||||
#
|
#
|
||||||
# This file is part of IfcQuery.
|
# This file is part of IfcQuery.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
# IfcQuery - IFC model interrogation CLI
|
# IfcQuery - IFC model interrogation CLI
|
||||||
# Copyright (C) 2025 Bruno Postle <bruno@postle.net>
|
# Copyright (C) 2026 Bruno Postle <bruno@postle.net>
|
||||||
#
|
#
|
||||||
# This file is part of IfcQuery.
|
# This file is part of IfcQuery.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
# IfcQuery - IFC model interrogation CLI
|
# IfcQuery - IFC model interrogation CLI
|
||||||
# Copyright (C) 2025 Bruno Postle <bruno@postle.net>
|
# Copyright (C) 2026 Bruno Postle <bruno@postle.net>
|
||||||
#
|
#
|
||||||
# This file is part of IfcQuery.
|
# This file is part of IfcQuery.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
# IfcQuery - IFC model interrogation CLI
|
# IfcQuery - IFC model interrogation CLI
|
||||||
# Copyright (C) 2025 Bruno Postle <bruno@postle.net>
|
# Copyright (C) 2026 Bruno Postle <bruno@postle.net>
|
||||||
#
|
#
|
||||||
# This file is part of IfcQuery.
|
# This file is part of IfcQuery.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
# IfcQuery - IFC model interrogation CLI
|
# IfcQuery - IFC model interrogation CLI
|
||||||
# Copyright (C) 2025 Bruno Postle <bruno@postle.net>
|
# Copyright (C) 2026 Bruno Postle <bruno@postle.net>
|
||||||
#
|
#
|
||||||
# This file is part of IfcQuery.
|
# This file is part of IfcQuery.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
import ifcopenshell
|
import ifcopenshell
|
||||||
import ifcopenshell.api.aggregate
|
import ifcopenshell.api.aggregate
|
||||||
import ifcopenshell.api.owner.settings
|
import ifcopenshell.api.owner.settings
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
from ifcquery.info import info
|
from ifcquery.info import info
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
from ifcquery.select import select
|
from ifcquery.select import select
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
import ifcopenshell
|
import ifcopenshell
|
||||||
import ifcopenshell.api.project
|
import ifcopenshell.api.project
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# This file was generated with the assistance of an AI coding tool.
|
||||||
from ifcquery.tree import tree
|
from ifcquery.tree import tree
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user